Home
last modified time | relevance | path

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

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