Home
last modified time | relevance | path

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

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