Home
last modified time | relevance | path

Searched refs:GET_TID (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom_l2t.c322 const u_int hwidx = GET_TID(rpl) & ~(F_SYNC_WR | V_TID_QID(M_TID_QID)); in do_l2t_write_rpl2()
323 const bool sync = GET_TID(rpl) & F_SYNC_WR; in do_l2t_write_rpl2()
325 MPASS(iq->abs_id == G_TID_QID(GET_TID(rpl))); in do_l2t_write_rpl2()
H A Dt4_connect.c77 u_int tid = GET_TID(cpl); in do_act_establish()
173 release_tid(sc, GET_TID(cpl), toep->ctrlq); in do_act_open_rpl()
H A Dt4_listen.c885 int stid = GET_TID(cpl); in do_pass_open_rpl()
962 int stid = GET_TID(cpl); in do_close_server_rpl()
1029 unsigned int tid = GET_TID(cpl); in do_abort_req_synqe()
1079 unsigned int tid = GET_TID(cpl); in do_abort_rpl_synqe()
1337 unsigned int tid = GET_TID(cpl); in do_pass_accept_req()
1624 unsigned int tid = GET_TID(cpl); in do_pass_establish()
H A Dt4_tls.c762 unsigned int tid = GET_TID(cpl); in do_tls_data()
823 unsigned int tid = GET_TID(cpl); in do_rx_tls_cmp()
1374 unsigned int tid = GET_TID(cpl); in do_tls_tcb_rpl()
H A Dt4_cpl_io.c1652 unsigned int tid = GET_TID(cpl); in do_peer_close()
1765 unsigned int tid = GET_TID(cpl); in do_close_con_rpl()
1876 unsigned int tid = GET_TID(cpl); in do_abort_req()
1951 unsigned int tid = GET_TID(cpl); in do_abort_rpl()
1984 unsigned int tid = GET_TID(cpl); in do_rx_data()
H A Dt4_ddp.c1016 unsigned int tid = GET_TID(cpl); in do_ddp_tcb_rpl()
1178 unsigned int tid = GET_TID(cpl); in do_rx_data_ddp()
1209 unsigned int tid = GET_TID(cpl); in do_rx_ddp_complete()
H A Dt4_tom.c710 const u_int tid = GET_TID(cpl); in do_get_tcb_rpl()
1801 tid = GET_TID(cpl); in reclaim_wr_resources()
/freebsd/sys/dev/cxgbe/
H A Dt4_l2t.c408 const u_int hwidx = GET_TID(rpl) & ~(F_SYNC_WR | V_TID_QID(M_TID_QID)); in do_l2t_write_rpl()
409 const bool sync = GET_TID(rpl) & F_SYNC_WR; in do_l2t_write_rpl()
411 MPASS(iq->abs_id == G_TID_QID(GET_TID(rpl))); in do_l2t_write_rpl()
H A Dt4_smt.c271 unsigned int tid = GET_TID(rpl); in do_smt_write_rpl()
H A Dt4_filter.c1436 u_int tid = GET_TID(rpl); in get_tcamfilter()
1520 f->tid = GET_TID(cpl); in mk_act_open_req6()
1538 release_tid(sc, GET_TID(cpl), &sc->sge.ctrlq[0]); in mk_act_open_req6()
1558 u_int tid = GET_TID(rpl); in mk_act_open_req()
1593 unsigned int tid = GET_TID(cpl);
H A Dt4_sge.c407 tid = GET_TID(cpl); in set_tcb_rpl_handler()
433 cookie = GET_TID(rpl) & F_SYNC_WR ? CPL_COOKIE_TOM : CPL_COOKIE_FILTER; in l2t_write_rpl_handler()
/freebsd/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.c197 u_int tid = GET_TID(cpl); in do_rx_iscsi_hdr()
234 u_int tid = GET_TID(cpl); in do_rx_iscsi_data()
448 u_int tid = GET_TID(cpl); in do_rx_iscsi_ddp()
585 u_int tid = GET_TID(cpl); in do_rx_iscsi_cmp()
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h198 #define GET_TID(cmd) (G_TID(ntohl(OPCODE_TID(cmd)))) macro
/freebsd/sys/dev/cxgbe/nvmf/
H A Dnvmf_che.c2046 tid = GET_TID(cpl); in do_nvmt_data()
2092 u_int tid = GET_TID(cpl); in do_nvmt_cmp()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt6_kern_tls.c259 tlsp->tid = GET_TID(cpl); in ktls_act_open_rpl()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c1096 unsigned int tid = GET_TID(cpl); in terminate()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h360 #define GET_TID(cmd) (G_TID(be32toh(OPCODE_TID(cmd)))) macro