Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4vf_hw.c169 sp->spg_len = sp->sge_control & F_EGRSTATUSPAGESIZE ? 128 : 64; in t4vf_get_sge_params()
H A Dt4_hw.c9600 sp->spg_len = r & F_EGRSTATUSPAGESIZE ? 128 : 64; in t4_init_sge_params()
H A Dt4_regs.h602 #define F_EGRSTATUSPAGESIZE V_EGRSTATUSPAGESIZE(1U) macro
/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c729 m = V_PKTSHIFT(M_PKTSHIFT) | F_RXPKTCPLMODE | F_EGRSTATUSPAGESIZE; in t4_tweak_chip_settings()