Searched refs:lookup_tid (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/cxgbe/cxgbei/ |
H A D | cxgbei.c | 198 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 D | t4_cpl_io.c | 1315 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 D | t4_tls.c | 727 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 D | t4_listen.c | 158 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 D | t4_tom.h | 469 void *lookup_tid(struct adapter *, int);
|
H A D | t4_tom.c | 1036 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 D | t4_ddp.c | 1029 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 D | cm.c | 1097 struct toepcb *toep = lookup_tid(sc, tid); in terminate()
|