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

/freebsd-13-stable/sys/dev/cxgbe/
H A Doffload.h59 OPCODE_TID(w) = htonl(MK_OPCODE_TID(cpl, tid)); \
H A Dt4_smt.c174 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SMT_WRITE_REQ, e->idx |
H A Dt4_l2t.c158 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_L2T_WRITE_REQ, idx |
H A Dt4_filter.c1505 OPCODE_TID(cpl) = htobe32(MK_OPCODE_TID(CPL_ACT_OPEN_REQ6,
1549 OPCODE_TID(cpl) = htobe32(MK_OPCODE_TID(CPL_ACT_OPEN_REQ,
1701 OPCODE_TID(req) = htobe32(MK_OPCODE_TID(CPL_SET_TCB_FIELD, tid));
1734 OPCODE_TID(req) = htobe32(MK_OPCODE_TID(CPL_ABORT_REQ, tid));
1766 OPCODE_TID(rpl) = htobe32(MK_OPCODE_TID(CPL_ABORT_RPL, tid));
H A Dt4_sge.c456 unsigned int tid = G_CPL_FW4_ACK_FLOWID(be32toh(OPCODE_TID(cpl)));
6531 u_int etid = G_CPL_FW4_ACK_FLOWID(be32toh(OPCODE_TID(cpl)));
/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_listen.c444 OPCODE_TID(req) = htobe32(MK_OPCODE_TID(CPL_PASS_OPEN_REQ, lctx->stid));
472 OPCODE_TID(req) = htobe32(MK_OPCODE_TID(CPL_PASS_OPEN_REQ6, lctx->stid));
501 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_CLOSE_LISTSRV_REQ,
752 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
827 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
891 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
940 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
1198 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
1472 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
H A Dt4_connect.c324 OPCODE_TID(cpl) = htobe32(MK_OPCODE_TID(CPL_ACT_OPEN_REQ6,
361 OPCODE_TID(cpl) = htobe32(MK_OPCODE_TID(CPL_ACT_OPEN_REQ,
H A Dt4_cpl_io.c507 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_CLOSE_CON_REQ, tid));
1200 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
1303 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
1413 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
1485 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
1681 unsigned int tid = G_CPL_FW4_ACK_FLOWID(be32toh(OPCODE_TID(cpl)));
1690 unsigned int opcode = G_CPL_FW4_ACK_OPCODE(be32toh(OPCODE_TID(cpl)));
H A Dt4_ddp.c365 OPCODE_TID(req) = htobe32(MK_OPCODE_TID(CPL_SET_TCB_FIELD, toep->tid));
395 OPCODE_TID(req) = htobe32(MK_OPCODE_TID(CPL_RX_DATA_ACK, toep->tid));
H A Dt4_tom.c490 OPCODE_TID(cpl) = htobe32(MK_OPCODE_TID(CPL_GET_TCB, tid));
1669 atid = G_TID_TID(be32toh(OPCODE_TID(cpl)));
/freebsd-13-stable/sys/dev/cxgbe/crypto/
H A Dt4_kern_tls.c322 OPCODE_TID(cpl) = htobe32(MK_OPCODE_TID(CPL_ACT_OPEN_REQ,
353 OPCODE_TID(cpl) = htobe32(MK_OPCODE_TID(CPL_ACT_OPEN_REQ6,
457 OPCODE_TID(cpl) = htobe32(MK_OPCODE_TID(CPL_SET_TCB_FIELD, tlsp->tid));
2000 OPCODE_TID(tx_data) = htonl(MK_OPCODE_TID(CPL_TX_DATA, tlsp->tid));
/freebsd-13-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h197 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid) macro
200 #define GET_TID(cmd) (G_TID(ntohl(OPCODE_TID(cmd))))
/freebsd-13-stable/sys/dev/cxgb/
H A Dcxgb_main.c1357 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SMT_WRITE_REQ, i));
1370 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_L2T_WRITE_REQ, i));
1383 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_RTE_WRITE_REQ, i));
1393 OPCODE_TID(greq) = htonl(MK_OPCODE_TID(CPL_SET_TCB_FIELD, 0));
3305 OPCODE_TID(oreq) = htonl(MK_OPCODE_TID(CPL_PASS_OPEN_REQ, id));
3345 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SET_TCB_FIELD, tid));
/freebsd-13-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h327 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid) macro
330 #define GET_TID(cmd) (G_TID(ntohl(OPCODE_TID(cmd))))

Completed in 363 milliseconds