Home
last modified time | relevance | path

Searched refs:G_RSPD_TYPE (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/cxgbe/common/
HDt4_hw.h144 #define G_RSPD_TYPE(x) (((x) >> S_RSPD_TYPE) & M_RSPD_TYPE) macro
/NextBSD/sys/dev/cxgbe/
HDt4_netmap.c1205 switch (G_RSPD_TYPE(d->rsp.u.type_gen)) { in t4_nm_intr()
1244 __func__, G_RSPD_TYPE(d->rsp.u.type_gen), nm_rxq); in t4_nm_intr()
HDt4_sge.c1306 rsp_type = G_RSPD_TYPE(d->rsp.u.type_gen); in service_iq()