Home
last modified time | relevance | path

Searched refs:MK_OPCODE_TID (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_ofld.h24 OPCODE_TID(w) = cpu_to_be32(MK_OPCODE_TID(cpl, tid)); \
H A Dsmt.c97 cpu_to_be32(MK_OPCODE_TID(CPL_SMT_WRITE_REQ, in write_smt_entry()
H A Dl2t.c76 cpu_to_be32(MK_OPCODE_TID(CPL_L2T_WRITE_REQ, in write_l2e()
H A Dcxgbe_filter.c225 OPCODE_TID(req) = cpu_to_be32(MK_OPCODE_TID(CPL_SET_TCB_FIELD, f->tid)); in mk_set_tcb_field_ulp()
378 OPCODE_TID(abort_req) = cpu_to_be32(MK_OPCODE_TID(CPL_ABORT_REQ, tid)); in mk_abort_req_ulp()
402 OPCODE_TID(abort_rpl) = cpu_to_be32(MK_OPCODE_TID(CPL_ABORT_RPL, tid)); in mk_abort_rpl_ulp()
516 OPCODE_TID(req) = cpu_to_be32(MK_OPCODE_TID(CPL_ACT_OPEN_REQ6, in mk_act_open_req6()
563 OPCODE_TID(req) = cpu_to_be32(MK_OPCODE_TID(CPL_ACT_OPEN_REQ, in mk_act_open_req()
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4_msg.h62 #define MK_OPCODE_TID(opcode, tid) (V_CPL_OPCODE(opcode) | (tid)) macro