Searched refs:OPCODE_TID (Results 1 – 17 of 17) sorted by relevance
| /freebsd-11-stable/sys/dev/cxgbe/tom/ |
| HD | t4_listen.c | 427 OPCODE_TID(req) = htobe32(MK_OPCODE_TID(CPL_PASS_OPEN_REQ, lctx->stid)); in create_server() 455 OPCODE_TID(req) = htobe32(MK_OPCODE_TID(CPL_PASS_OPEN_REQ6, lctx->stid)); in create_server6() 484 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_CLOSE_LISTSRV_REQ, in destroy_server() 733 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); in do_pass_open_rpl() 808 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); in do_close_server_rpl() 872 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); in do_abort_req_synqe() 918 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); in do_abort_rpl_synqe() 1256 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); in do_pass_accept_req() 1503 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); in do_pass_establish()
|
| HD | t4_connect.c | 428 OPCODE_TID(cpl) = htobe32(MK_OPCODE_TID(CPL_ACT_OPEN_REQ6, in t4_connect() 461 OPCODE_TID(cpl) = htobe32(MK_OPCODE_TID(CPL_ACT_OPEN_REQ, in t4_connect()
|
| HD | t4_cpl_io.c | 558 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_CLOSE_CON_REQ, tid)); in t4_close_conn() 1230 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); in do_peer_close() 1329 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); in do_close_con_rpl() 1437 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); in do_abort_req() 1509 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); in do_abort_rpl() 1695 unsigned int tid = G_CPL_FW4_ACK_FLOWID(be32toh(OPCODE_TID(cpl))); in do_fw4_ack() 1704 unsigned int opcode = G_CPL_FW4_ACK_OPCODE(be32toh(OPCODE_TID(cpl))); in do_fw4_ack()
|
| HD | t4_ddp.c | 375 OPCODE_TID(req) = htobe32(MK_OPCODE_TID(CPL_SET_TCB_FIELD, toep->tid)); in mk_set_tcb_field_ulp() 405 OPCODE_TID(req) = htobe32(MK_OPCODE_TID(CPL_RX_DATA_ACK, toep->tid)); in mk_rx_data_ack_ulp()
|
| HD | t4_tom.c | 1030 atid = G_TID_TID(be32toh(OPCODE_TID(cpl))); in reclaim_wr_resources()
|
| /freebsd-11-stable/sys/dev/cxgb/ulp/tom/ |
| HD | cxgb_cpl_io.c | 274 OPCODE_TID(cpl) = htonl(MK_OPCODE_TID(CPL_TID_RELEASE, tid)); in mk_tid_release() 342 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_CLOSE_CON_REQ, toep->tp_tid)); in close_conn() 580 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_RX_DATA_ACK, toep->tp_tid)); in send_rx_credits() 1011 OPCODE_TID(cpl) = htobe32(MK_OPCODE_TID(CPL_ACT_OPEN_REQ, atid)); in t3_connect() 1084 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_ABORT_REQ, tid)); in send_reset() 1456 OPCODE_TID(rpl) = htonl(MK_OPCODE_TID(CPL_ABORT_RPL, tid)); in send_abort_rpl() 1636 OPCODE_TID(p) = htonl(MK_OPCODE_TID(p->ot.opcode, tid)); in fixup_and_send_ofo()
|
| HD | cxgb_listen.c | 237 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_PASS_OPEN_REQ, lctx->stid)); in create_server() 263 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_CLOSE_LISTSRV_REQ, in destroy_server() 972 OPCODE_TID(rpl) = htonl(MK_OPCODE_TID(CPL_PASS_ACCEPT_RPL, synqe->tid)); in t3_syncache_respond() 1105 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_ABORT_REQ, tid)); in t3_send_reset_synqe()
|
| HD | cxgb_tom.c | 162 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SMT_WRITE_REQ, idx)); in write_smt_entry()
|
| HD | cxgb_l2t.c | 97 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_L2T_WRITE_REQ, e->idx)); in setup_l2e_send_pending()
|
| /freebsd-11-stable/sys/dev/cxgbe/ |
| HD | offload.h | 57 OPCODE_TID(w) = htonl(MK_OPCODE_TID(cpl, tid)); \
|
| HD | t4_smt.c | 174 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SMT_WRITE_REQ, e->idx | in t4_write_sme()
|
| HD | t4_l2t.c | 172 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_L2T_WRITE_REQ, idx | in t4_write_l2e()
|
| HD | t4_filter.c | 1430 OPCODE_TID(cpl) = htobe32(MK_OPCODE_TID(CPL_ACT_OPEN_REQ6, in mk_act_open_req6() 1474 OPCODE_TID(cpl) = htobe32(MK_OPCODE_TID(CPL_ACT_OPEN_REQ, in mk_act_open_req() 1626 OPCODE_TID(req) = htobe32(MK_OPCODE_TID(CPL_SET_TCB_FIELD, tid)); in mk_set_tcb_field_ulp() 1659 OPCODE_TID(req) = htobe32(MK_OPCODE_TID(CPL_ABORT_REQ, tid)); in mk_abort_req_ulp() 1691 OPCODE_TID(rpl) = htobe32(MK_OPCODE_TID(CPL_ABORT_RPL, tid)); in mk_abort_rpl_ulp()
|
| HD | t4_sge.c | 421 unsigned int tid = G_CPL_FW4_ACK_FLOWID(be32toh(OPCODE_TID(cpl))); in fw4_ack_handler()
|
| /freebsd-11-stable/sys/dev/cxgb/ |
| HD | cxgb_main.c | 1345 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SMT_WRITE_REQ, i)); in init_tp_parity() 1358 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_L2T_WRITE_REQ, i)); in init_tp_parity() 1371 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_RTE_WRITE_REQ, i)); in init_tp_parity() 1381 OPCODE_TID(greq) = htonl(MK_OPCODE_TID(CPL_SET_TCB_FIELD, 0)); in init_tp_parity() 3293 OPCODE_TID(oreq) = htonl(MK_OPCODE_TID(CPL_PASS_OPEN_REQ, id)); in set_filter() 3333 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SET_TCB_FIELD, tid)); in mk_set_tcb_field()
|
| /freebsd-11-stable/sys/dev/cxgb/common/ |
| HD | cxgb_t3_cpl.h | 196 #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/cxgbe/common/ |
| HD | t4_msg.h | 325 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid) macro 328 #define GET_TID(cmd) (G_TID(ntohl(OPCODE_TID(cmd))))
|