Home
last modified time | relevance | path

Searched refs:EGR_QID_G (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_msg.h1381 #define EGR_QID_G(x) (((x) >> EGR_QID_S) & EGR_QID_M) macro
H A Dcxgb4_main.c578 unsigned int qid = EGR_QID_G(ntohl(p->opcode_qid)); in fwevtq_handler()