Home
last modified time | relevance | path

Searched refs:G_RSPD_LEN (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.h134 #define G_RSPD_LEN(x) (((x) >> S_RSPD_LEN) & M_RSPD_LEN) macro
139 #define G_RSPD_QID(x) G_RSPD_LEN(x)
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_sge_defs.h273 #define G_RSPD_LEN(x) (((x) >> S_RSPD_LEN) & M_RSPD_LEN) macro
/freebsd/sys/dev/cxgbe/
H A Dt4_netmap.c1378 ring->slot[fl_cidx].len = G_RSPD_LEN(lq) - in service_nm_rxq()
H A Dt4_sge.c1623 lq = G_RSPD_LEN(lq); in service_iq_fl()
/freebsd/sys/dev/cxgb/
H A Dcxgb_sge.c2681 uint32_t len = G_RSPD_LEN(len_cq); in get_packet()