Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_io.c690 unsigned int cmd = CPL_OPCODE_G(ntohl in chtls_push_frames()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_msg.h197 #define CPL_OPCODE_G(x) (((x) >> CPL_OPCODE_S) & 0xFF) macro
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c512 opcode = CPL_OPCODE_G(ntohl(p->opcode_qid)); in fwevtq_handler()