Searched refs:lookup_tid (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_defs.h | 62 static inline struct t3c_tid_entry *lookup_tid(const struct tid_info *t, in lookup_tid() function
|
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-v4.19/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 987 csk = lookup_tid(t, tid); in do_peer_close() 1008 csk = lookup_tid(t, tid); in do_close_con_rpl() 1048 csk = lookup_tid(t, tid); in do_abort_req_rss() 1095 csk = lookup_tid(t, tid); in do_abort_rpl_rss() 1120 csk = lookup_tid(t, tid); in do_rx_data() 1142 csk = lookup_tid(t, tid); in do_rx_iscsi_hdr() 1247 csk = lookup_tid(t, tid); in do_rx_iscsi_data() 1343 csk = lookup_tid(t, tid); in do_rx_data_ddp() 1411 csk = lookup_tid(t, tid); in do_rx_iscsi_cmp() 1498 csk = lookup_tid(t, tid); in do_fw4_ack() [all …]
|
/Linux-v4.19/drivers/crypto/chelsio/chtls/ |
D | chtls_cm.c | 1154 newsk = lookup_tid(cdev->tids, tid); in chtls_pass_accept_request() 1391 sk = lookup_tid(cdev->tids, hwtid); in chtls_pass_establish() 1539 sk = lookup_tid(cdev->tids, hwtid); in chtls_rx_data() 1591 sk = lookup_tid(cdev->tids, hwtid); in chtls_rx_pdu() 1660 sk = lookup_tid(cdev->tids, hwtid); in chtls_rx_cmp() 2015 sk = lookup_tid(cdev->tids, hwtid); in chtls_conn_cpl() 2123 sk = lookup_tid(cdev->tids, hwtid); in chtls_wr_ack()
|
/Linux-v4.19/drivers/target/iscsi/cxgbit/ |
D | cxgbit_cm.c | 1231 csk = lookup_tid(t, tid); in cxgbit_pass_accept_req() 1599 csk = lookup_tid(t, tid); in cxgbit_pass_establish() 1873 csk = lookup_tid(t, tid); in cxgbit_set_tcb_rpl() 1894 csk = lookup_tid(t, tid); in cxgbit_rx_data() 1958 csk = lookup_tid(t, tid); in cxgbit_rx_cpl()
|
D | cxgbit_main.c | 460 csk = lookup_tid(lldi->tids, tid); in cxgbit_uld_lro_rx_handler()
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_uld.h | 138 static inline void *lookup_tid(const struct tid_info *t, unsigned int tid) in lookup_tid() function
|
D | cxgb4_filter.c | 1451 f = lookup_tid(t, filter_id); in cxgb4_del_hash_filter() 1663 f = lookup_tid(t, tid); in hash_del_filter_rpl()
|