Symbol: MK_OPCODE_TID
sys/dev/cxgb/cxgb_main.c
1301
OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SMT_WRITE_REQ, i));
sys/dev/cxgb/cxgb_main.c
1314
OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_L2T_WRITE_REQ, i));
sys/dev/cxgb/cxgb_main.c
1327
OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_RTE_WRITE_REQ, i));
sys/dev/cxgb/cxgb_main.c
1337
OPCODE_TID(greq) = htonl(MK_OPCODE_TID(CPL_SET_TCB_FIELD, 0));
sys/dev/cxgb/cxgb_main.c
3246
OPCODE_TID(oreq) = htonl(MK_OPCODE_TID(CPL_PASS_OPEN_REQ, id));
sys/dev/cxgb/cxgb_main.c
3286
OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SET_TCB_FIELD, tid));
sys/dev/cxgbe/common/common.h
1103
OPCODE_TID(req) = htobe32(MK_OPCODE_TID(CPL_SET_TCB_FIELD, tid));
sys/dev/cxgbe/crypto/t6_kern_tls.c
163
OPCODE_TID(cpl) = htobe32(MK_OPCODE_TID(CPL_ACT_OPEN_REQ,
sys/dev/cxgbe/crypto/t6_kern_tls.c
1756
OPCODE_TID(tx_data) = htonl(MK_OPCODE_TID(CPL_TX_DATA, tlsp->tid));
sys/dev/cxgbe/crypto/t6_kern_tls.c
194
OPCODE_TID(cpl) = htobe32(MK_OPCODE_TID(CPL_ACT_OPEN_REQ6,
sys/dev/cxgbe/crypto/t6_kern_tls.c
298
OPCODE_TID(cpl) = htobe32(MK_OPCODE_TID(CPL_SET_TCB_FIELD, tlsp->tid));
sys/dev/cxgbe/offload.h
58
OPCODE_TID(w) = htonl(MK_OPCODE_TID(cpl, tid)); \
sys/dev/cxgbe/t4_filter.c
1734
OPCODE_TID(cpl) = htobe32(MK_OPCODE_TID(CPL_ACT_OPEN_REQ6,
sys/dev/cxgbe/t4_filter.c
1778
OPCODE_TID(cpl) = htobe32(MK_OPCODE_TID(CPL_ACT_OPEN_REQ,
sys/dev/cxgbe/t4_filter.c
1933
OPCODE_TID(req) = htobe32(MK_OPCODE_TID(CPL_ABORT_REQ, tid));
sys/dev/cxgbe/t4_filter.c
1965
OPCODE_TID(rpl) = htobe32(MK_OPCODE_TID(CPL_ABORT_RPL, tid));
sys/dev/cxgbe/t4_l2t.c
157
OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_L2T_WRITE_REQ, idx |
sys/dev/cxgbe/t4_smt.c
172
OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SMT_WRITE_REQ, e->idx |
sys/dev/cxgbe/tom/t4_connect.c
358
OPCODE_TID(cpl) = htobe32(MK_OPCODE_TID(CPL_ACT_OPEN_REQ6,
sys/dev/cxgbe/tom/t4_connect.c
400
OPCODE_TID(cpl) = htobe32(MK_OPCODE_TID(CPL_ACT_OPEN_REQ,
sys/dev/cxgbe/tom/t4_cpl_io.c
484
OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_CLOSE_CON_REQ, tid));
sys/dev/cxgbe/tom/t4_ddp.c
562
OPCODE_TID(req) = htobe32(MK_OPCODE_TID(CPL_RX_DATA_ACK, toep->tid));
sys/dev/cxgbe/tom/t4_listen.c
578
OPCODE_TID(req) = htobe32(MK_OPCODE_TID(CPL_PASS_OPEN_REQ, lctx->stid));
sys/dev/cxgbe/tom/t4_listen.c
606
OPCODE_TID(req) = htobe32(MK_OPCODE_TID(CPL_PASS_OPEN_REQ6, lctx->stid));
sys/dev/cxgbe/tom/t4_listen.c
635
OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_CLOSE_LISTSRV_REQ,
sys/dev/cxgbe/tom/t4_tom.c
496
OPCODE_TID(cpl) = htobe32(MK_OPCODE_TID(CPL_GET_TCB, tid));