Home
last modified time | relevance | path

Searched refs:lookup_tid (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.c198 struct toepcb *toep = lookup_tid(sc, tid); in do_rx_iscsi_hdr()
235 struct toepcb *toep = lookup_tid(sc, tid); in do_rx_iscsi_data()
449 struct toepcb *toep = lookup_tid(sc, tid); in do_rx_iscsi_ddp()
586 struct toepcb *toep = lookup_tid(sc, tid); in do_rx_iscsi_cmp()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c1315 struct toepcb *toep = lookup_tid(sc, tid); in do_peer_close()
1427 struct toepcb *toep = lookup_tid(sc, tid); in do_close_con_rpl()
1538 struct toepcb *toep = lookup_tid(sc, tid); in do_abort_req()
1613 struct toepcb *toep = lookup_tid(sc, tid); in do_abort_rpl()
1646 struct toepcb *toep = lookup_tid(sc, tid); in do_rx_data()
1812 struct toepcb *toep = lookup_tid(sc, tid); in do_fw4_ack()
H A Dt4_tls.c727 struct toepcb *toep = lookup_tid(sc, tid); in do_tls_data()
789 struct toepcb *toep = lookup_tid(sc, tid); in do_rx_tls_cmp()
1250 toep = lookup_tid(sc, tid); in tls_received_starting_data()
H A Dt4_listen.c158 MPASS(synqe == lookup_tid(sc, synqe->tid)); in stop_stid_tab()
1028 struct synq_entry *synqe = lookup_tid(sc, tid); in do_abort_req_synqe()
1078 struct synq_entry *synqe = lookup_tid(sc, tid); in do_abort_rpl_synqe()
1619 struct synq_entry *synqe = lookup_tid(sc, tid); in do_pass_establish()
H A Dt4_tom.h469 void *lookup_tid(struct adapter *, int);
H A Dt4_tom.c1036 lookup_tid(struct adapter *sc, int tid) in lookup_tid() function
1768 synack_failure_cleanup(sc, lookup_tid(sc, tid)); in reclaim_wr_resources()
2079 MPASS(toep == lookup_tid(sc, toep->tid)); in stop_tids()
H A Dt4_ddp.c1029 toep = lookup_tid(sc, tid); in do_ddp_tcb_rpl()
1182 struct toepcb *toep = lookup_tid(sc, tid); in do_rx_data_ddp()
1212 struct toepcb *toep = lookup_tid(sc, tid); in do_rx_ddp_complete()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c1097 struct toepcb *toep = lookup_tid(sc, tid); in terminate()