Home
last modified time | relevance | path

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

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

Completed in 25 milliseconds