Home
last modified time | relevance | path

Searched refs:EGRSTATUSPAGESIZE_MASK (Results 1 – 4 of 4) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb4/
Dt4_regs.h103 #define EGRSTATUSPAGESIZE_MASK 0x00020000U macro
Dt4_hw.c3135 EGRSTATUSPAGESIZE_MASK, in t4_fixup_host_params()
3169 EGRSTATUSPAGESIZE_MASK, in t4_fixup_host_params()
Dsge.c2927 s->stat_len = (sge_control & EGRSTATUSPAGESIZE_MASK) ? 128 : 64; in t4_sge_init()
/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c2455 s->stat_len = ((sge_params->sge_control & EGRSTATUSPAGESIZE_MASK) in t4vf_sge_init()