Searched refs:OPCODE_TID (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/sys/dev/cxgbe/
H A Doffload.h57 OPCODE_TID(w) = htonl(MK_OPCODE_TID(cpl, tid)); \
H A Dt4_l2t.c172 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_L2T_WRITE_REQ, idx |
H A Dt4_smt.c174 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SMT_WRITE_REQ, e->idx |
H A Dt4_filter.c1430 OPCODE_TID(cpl) = htobe32(MK_OPCODE_TID(CPL_ACT_OPEN_REQ6,
1474 OPCODE_TID(cpl) = htobe32(MK_OPCODE_TID(CPL_ACT_OPEN_REQ,
1626 OPCODE_TID(req) = htobe32(MK_OPCODE_TID(CPL_SET_TCB_FIELD, tid));
1659 OPCODE_TID(req) = htobe32(MK_OPCODE_TID(CPL_ABORT_REQ, tid));
1691 OPCODE_TID(rpl) = htobe32(MK_OPCODE_TID(CPL_ABORT_RPL, tid));
H A Dt4_sge.c421 unsigned int tid = G_CPL_FW4_ACK_FLOWID(be32toh(OPCODE_TID(cpl)));
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_listen.c427 OPCODE_TID(req) = htobe32(MK_OPCODE_TID(CPL_PASS_OPEN_REQ, lctx->stid));
455 OPCODE_TID(req) = htobe32(MK_OPCODE_TID(CPL_PASS_OPEN_REQ6, lctx->stid));
484 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_CLOSE_LISTSRV_REQ,
733 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
808 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
872 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
918 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
1256 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
1503 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
H A Dt4_connect.c428 OPCODE_TID(cpl) = htobe32(MK_OPCODE_TID(CPL_ACT_OPEN_REQ6,
461 OPCODE_TID(cpl) = htobe32(MK_OPCODE_TID(CPL_ACT_OPEN_REQ,
H A Dt4_cpl_io.c558 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_CLOSE_CON_REQ, tid));
1230 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
1329 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
1437 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
1509 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
1695 unsigned int tid = G_CPL_FW4_ACK_FLOWID(be32toh(OPCODE_TID(cpl)));
1704 unsigned int opcode = G_CPL_FW4_ACK_OPCODE(be32toh(OPCODE_TID(cpl)));
H A Dt4_ddp.c375 OPCODE_TID(req) = htobe32(MK_OPCODE_TID(CPL_SET_TCB_FIELD, toep->tid));
405 OPCODE_TID(req) = htobe32(MK_OPCODE_TID(CPL_RX_DATA_ACK, toep->tid));
H A Dt4_tom.c1030 atid = G_TID_TID(be32toh(OPCODE_TID(cpl)));
/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_cpl_io.c274 OPCODE_TID(cpl) = htonl(MK_OPCODE_TID(CPL_TID_RELEASE, tid));
342 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_CLOSE_CON_REQ, toep->tp_tid));
580 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_RX_DATA_ACK, toep->tp_tid));
1011 OPCODE_TID(cpl) = htobe32(MK_OPCODE_TID(CPL_ACT_OPEN_REQ, atid));
1084 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_ABORT_REQ, tid));
1456 OPCODE_TID(rpl) = htonl(MK_OPCODE_TID(CPL_ABORT_RPL, tid));
1636 OPCODE_TID(p) = htonl(MK_OPCODE_TID(p->ot.opcode, tid));
H A Dcxgb_listen.c237 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_PASS_OPEN_REQ, lctx->stid));
263 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_CLOSE_LISTSRV_REQ,
972 OPCODE_TID(rpl) = htonl(MK_OPCODE_TID(CPL_PASS_ACCEPT_RPL, synqe->tid));
1105 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_ABORT_REQ, tid));
H A Dcxgb_tom.c162 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SMT_WRITE_REQ, idx));
H A Dcxgb_l2t.c97 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_L2T_WRITE_REQ, e->idx));
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h196 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid) macro
199 #define GET_TID(cmd) (G_TID(ntohl(OPCODE_TID(cmd))))
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_main.c1345 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SMT_WRITE_REQ, i));
1358 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_L2T_WRITE_REQ, i));
1371 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_RTE_WRITE_REQ, i));
1381 OPCODE_TID(greq) = htonl(MK_OPCODE_TID(CPL_SET_TCB_FIELD, 0));
3293 OPCODE_TID(oreq) = htonl(MK_OPCODE_TID(CPL_PASS_OPEN_REQ, id));
3333 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SET_TCB_FIELD, tid));
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h325 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid) macro
328 #define GET_TID(cmd) (G_TID(ntohl(OPCODE_TID(cmd))))

Completed in 360 milliseconds