Searched refs:lookup_stid (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb3/ |
A D | cxgb3_defs.h | 74 static inline struct t3c_tid_entry *lookup_stid(const struct tid_info *t, in lookup_stid() function
|
A D | cxgb3_offload.c | 765 t3c_tid = lookup_stid(&(T3C_DATA(dev))->tid_maps, stid); in do_stid_rpl() 810 t3c_tid = lookup_stid(t, stid); in do_cr()
|
/linux-6.3-rc2/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
A D | chtls_cm.c | 739 listen_ctx = (struct listen_ctx *)lookup_stid(cdev->tids, stid); in chtls_listen_stop() 766 listen_ctx = (struct listen_ctx *)lookup_stid(cdev->tids, stid); in chtls_pass_open_rpl() 795 data = lookup_stid(cdev->tids, stid); in chtls_close_listsrv_rpl() 919 data = lookup_stid(cdev->tids, oreq->ts_recent); in chtls_pass_open_arp_failure() 1410 listen_ctx = (struct listen_ctx *)lookup_stid(cdev->tids, stid); in chtls_pass_accept_request() 1438 data = lookup_stid(cdev->tids, stid); in chtls_pass_accept_req() 1600 data = lookup_stid(cdev->tids, stid); in chtls_pass_establish() 2085 ctx = lookup_stid(cdev->tids, oreq->ts_recent); in abort_syn_rcv()
|
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/ |
A D | cxgb4_uld.h | 182 static inline void *lookup_stid(const struct tid_info *t, unsigned int stid) in lookup_stid() function
|
/linux-6.3-rc2/drivers/target/iscsi/cxgbit/ |
A D | cxgbit_cm.c | 1237 cnp = lookup_stid(t, stid); in cxgbit_pass_accept_req() 1584 struct cxgbit_np *cnp = lookup_stid(t, stid); in cxgbit_pass_open_rpl() 1606 struct cxgbit_np *cnp = lookup_stid(t, stid); in cxgbit_close_listsrv_rpl()
|
Completed in 47 milliseconds