Home
last modified time | relevance | path

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

/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/cxgbe/tom/
H A Dt4_connect.c77 u_int tid = GET_TID(cpl); in do_act_establish()
158 release_tid(sc, GET_TID(cpl), toep->ctrlq); in do_act_open_rpl()
H A Dt4_listen.c745 int stid = GET_TID(cpl); in do_pass_open_rpl()
820 int stid = GET_TID(cpl); in do_close_server_rpl()
883 unsigned int tid = GET_TID(cpl); in do_abort_req_synqe()
933 unsigned int tid = GET_TID(cpl); in do_abort_rpl_synqe()
1183 unsigned int tid = GET_TID(cpl); in do_pass_accept_req()
1461 unsigned int tid = GET_TID(cpl); in do_pass_establish()
H A Dt4_tls.c726 unsigned int tid = GET_TID(cpl); in do_tls_data()
788 unsigned int tid = GET_TID(cpl); in do_rx_tls_cmp()
1241 unsigned int tid = GET_TID(cpl); in do_tls_tcb_rpl()
H A Dt4_cpl_io.c1314 unsigned int tid = GET_TID(cpl); in do_peer_close()
1425 unsigned int tid = GET_TID(cpl); in do_close_con_rpl()
1535 unsigned int tid = GET_TID(cpl); in do_abort_req()
1610 unsigned int tid = GET_TID(cpl); in do_abort_rpl()
1643 unsigned int tid = GET_TID(cpl); in do_rx_data()
H A Dt4_tom_l2t.c321 unsigned int tid = GET_TID(rpl); in do_l2t_write_rpl2()
H A Dt4_ddp.c1018 unsigned int tid = GET_TID(cpl); in do_ddp_tcb_rpl()
1180 unsigned int tid = GET_TID(cpl); in do_rx_data_ddp()
1211 unsigned int tid = GET_TID(cpl); in do_rx_ddp_complete()
H A Dt4_tom.c687 const u_int tid = GET_TID(cpl); in do_get_tcb_rpl()
1780 tid = GET_TID(cpl); in reclaim_wr_resources()
/freebsd/sys/dev/cxgbe/
H A Dt4_smt.c271 unsigned int tid = GET_TID(rpl); in do_smt_write_rpl()
H A Dt4_filter.c1226 u_int tid = GET_TID(rpl); in t4_filter_rpl()
1310 f->tid = GET_TID(cpl); in t4_hashfilter_ao_rpl()
1328 release_tid(sc, GET_TID(cpl), &sc->sge.ctrlq[0]); in t4_hashfilter_ao_rpl()
1348 u_int tid = GET_TID(rpl); in t4_hashfilter_tcb_rpl()
1383 unsigned int tid = GET_TID(cpl); in t4_del_hashfilter_rpl()
H A Dt4_l2t.c373 unsigned int tid = GET_TID(rpl); in do_l2t_write_rpl()
H A Dt4_sge.c404 tid = GET_TID(cpl); in set_tcb_rpl_handler()
430 cookie = GET_TID(rpl) & F_SYNC_WR ? CPL_COOKIE_TOM : CPL_COOKIE_FILTER; in l2t_write_rpl_handler()
/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/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.h328 #define GET_TID(cmd) (G_TID(ntohl(OPCODE_TID(cmd)))) macro