Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/chelsio/chtls/
Dchtls_io.c694 unsigned int cmd = CPL_OPCODE_G(ntohl in chtls_push_frames()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h195 #define CPL_OPCODE_G(x) (((x) >> CPL_OPCODE_S) & 0xFF) macro
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c458 opcode = CPL_OPCODE_G(ntohl(p->opcode_qid)); in fwevtq_handler()