Searched refs:lookup_tid (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/net/ethernet/chelsio/cxgb3/ |
A D | cxgb3_defs.h | 62 static inline struct t3c_tid_entry *lookup_tid(const struct tid_info *t, in lookup_tid() function
|
A D | cxgb3_offload.c | 783 t3c_tid = lookup_tid(&(T3C_DATA(dev))->tid_maps, hwtid); in do_hwtid_rpl() 850 t3c_tid = lookup_tid(&(T3C_DATA(dev))->tid_maps, hwtid); in do_abort_req_rss() 950 t3c_tid = lookup_tid(&(T3C_DATA(dev))->tid_maps, hwtid); in do_term() 1139 te = lookup_tid(ti, tid); in cxgb_redirect()
|
/linux/drivers/scsi/cxgbi/cxgb4i/ |
A D | cxgb4i.c | 1099 csk = lookup_tid(t, tid); in do_peer_close() 1120 csk = lookup_tid(t, tid); in do_close_con_rpl() 1160 csk = lookup_tid(t, tid); in do_abort_req_rss() 1207 csk = lookup_tid(t, tid); in do_abort_rpl_rss() 1231 csk = lookup_tid(t, tid); in do_rx_data() 1253 csk = lookup_tid(t, tid); in do_rx_iscsi_hdr() 1359 csk = lookup_tid(t, tid); in do_rx_iscsi_data() 1455 csk = lookup_tid(t, tid); in do_rx_data_ddp() 1523 csk = lookup_tid(t, tid); in do_rx_iscsi_cmp() 1610 csk = lookup_tid(t, tid); in do_fw4_ack() [all …]
|
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
A D | chtls_cm.c | 1316 newsk = lookup_tid(cdev->tids, tid); in chtls_pass_accept_request() 1580 sk = lookup_tid(cdev->tids, hwtid); in chtls_pass_establish() 1733 sk = lookup_tid(cdev->tids, hwtid); in chtls_rx_data() 1785 sk = lookup_tid(cdev->tids, hwtid); in chtls_rx_pdu() 1854 sk = lookup_tid(cdev->tids, hwtid); in chtls_rx_cmp() 2187 sk = lookup_tid(cdev->tids, hwtid); in chtls_conn_cpl() 2289 sk = lookup_tid(cdev->tids, hwtid); in chtls_wr_ack() 2305 sk = lookup_tid(cdev->tids, hwtid); in chtls_set_tcb_rpl()
|
/linux/drivers/target/iscsi/cxgbit/ |
A D | cxgbit_cm.c | 1250 csk = lookup_tid(t, tid); in cxgbit_pass_accept_req() 1634 csk = lookup_tid(t, tid); in cxgbit_pass_establish() 1905 csk = lookup_tid(t, tid); in cxgbit_set_tcb_rpl() 1926 csk = lookup_tid(t, tid); in cxgbit_rx_data() 1990 csk = lookup_tid(t, tid); in cxgbit_rx_cpl()
|
A D | cxgbit_main.c | 465 csk = lookup_tid(lldi->tids, tid); in cxgbit_uld_lro_rx_handler()
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
A D | cxgb4_uld.h | 166 static inline void *lookup_tid(const struct tid_info *t, unsigned int tid) in lookup_tid() function
|
A D | cxgb4_filter.c | 1755 f = lookup_tid(t, filter_id); in cxgb4_del_hash_filter() 1979 f = lookup_tid(t, tid); in hash_del_filter_rpl()
|
A D | cxgb4_ethtool.c | 1638 return lookup_tid(t, ftid); in cxgb4_get_filter_entry()
|
/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
A D | chcr_ktls.c | 725 tx_info = lookup_tid(t, tid); in chcr_ktls_cpl_set_tcb_rpl()
|
Completed in 42 milliseconds