Symbol: OPCODE_TID
sys/dev/cxgb/common/cxgb_t3_cpl.h
198
#define GET_TID(cmd) (G_TID(ntohl(OPCODE_TID(cmd))))
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/common/t4_msg.h
360
#define GET_TID(cmd) (G_TID(be32toh(OPCODE_TID(cmd))))
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_sge.c
471
unsigned int tid = G_CPL_FW4_ACK_FLOWID(be32toh(OPCODE_TID(cpl)));
sys/dev/cxgbe/t4_sge.c
7099
u_int etid = G_CPL_FW4_ACK_FLOWID(be32toh(OPCODE_TID(cpl)));
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
1659
unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
sys/dev/cxgbe/tom/t4_cpl_io.c
1772
unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
sys/dev/cxgbe/tom/t4_cpl_io.c
1883
unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
sys/dev/cxgbe/tom/t4_cpl_io.c
1955
unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
sys/dev/cxgbe/tom/t4_cpl_io.c
2150
unsigned int tid = G_CPL_FW4_ACK_FLOWID(be32toh(OPCODE_TID(cpl)));
sys/dev/cxgbe/tom/t4_cpl_io.c
2159
unsigned int opcode = G_CPL_FW4_ACK_OPCODE(be32toh(OPCODE_TID(cpl)));
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
1034
unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
sys/dev/cxgbe/tom/t4_listen.c
1083
unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
sys/dev/cxgbe/tom/t4_listen.c
1352
unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
sys/dev/cxgbe/tom/t4_listen.c
1633
unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
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_listen.c
890
unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
sys/dev/cxgbe/tom/t4_listen.c
966
unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
sys/dev/cxgbe/tom/t4_tom.c
1794
atid = G_TID_TID(be32toh(OPCODE_TID(cpl)));
sys/dev/cxgbe/tom/t4_tom.c
496
OPCODE_TID(cpl) = htobe32(MK_OPCODE_TID(CPL_GET_TCB, tid));