Home
last modified time | relevance | path

Searched defs:MK_OPCODE_TID (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb/
Dcpl5_cmd.h162 #define MK_OPCODE_TID(opcode, tid) (V_OPCODE(opcode) | (tid)) macro
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb3/
Dt3_cpl.h202 #define MK_OPCODE_TID(opcode, tid) (V_OPCODE(opcode) | (tid)) macro
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h201 #define MK_OPCODE_TID(opcode, tid) (CPL_OPCODE_V(opcode) | (tid)) macro