Searched refs:GET_TID (Results 1 – 17 of 17) sorted by relevance
322 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()
77 u_int tid = GET_TID(cpl); in do_act_establish()173 release_tid(sc, GET_TID(cpl), toep->ctrlq); in do_act_open_rpl()
885 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()
762 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()
1652 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()
1016 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()
710 const u_int tid = GET_TID(cpl); in do_get_tcb_rpl()1801 tid = GET_TID(cpl); in reclaim_wr_resources()
408 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()
271 unsigned int tid = GET_TID(rpl); in do_smt_write_rpl()
1436 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);
407 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()
197 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()
198 #define GET_TID(cmd) (G_TID(ntohl(OPCODE_TID(cmd)))) macro
2046 tid = GET_TID(cpl); in do_nvmt_data()2092 u_int tid = GET_TID(cpl); in do_nvmt_cmp()
259 tlsp->tid = GET_TID(cpl); in ktls_act_open_rpl()
1096 unsigned int tid = GET_TID(cpl); in terminate()
360 #define GET_TID(cmd) (G_TID(be32toh(OPCODE_TID(cmd)))) macro