Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_netmap.c1322 nm_txq = (void *)sc->sge.eqmap[G_EGR_QID(oq) - sc->sge.eq_start]; in handle_nm_sge_egr_update()
H A Dt4_sge.c6355 unsigned int qid = G_EGR_QID(ntohl(cpl->opcode_qid)); in handle_sge_egr_update()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h2701 #define G_EGR_QID(x) (((x) >> S_EGR_QID) & M_EGR_QID) macro