Searched refs:G_EGR_QID (Results 1 – 3 of 3) sorted by relevance
1321 nm_txq = (void *)sc->sge.eqmap[G_EGR_QID(oq) - sc->sge.eq_start]; in handle_nm_sge_egr_update()
6376 unsigned int qid = G_EGR_QID(ntohl(cpl->opcode_qid)); in handle_sge_egr_update()
2701 #define G_EGR_QID(x) (((x) >> S_EGR_QID) & M_EGR_QID) macro