Searched refs:cxgb4_free_stid (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_uld.h | 248 void cxgb4_free_stid(struct tid_info *t, unsigned int stid, int family);
|
D | cxgb4_main.c | 1695 void cxgb4_free_stid(struct tid_info *t, unsigned int stid, int family) in cxgb4_free_stid() function 1724 EXPORT_SYMBOL(cxgb4_free_stid);
|
/linux-6.1.9/drivers/target/iscsi/cxgbit/ |
D | cxgbit_cm.c | 356 cxgb4_free_stid(cdev->lldi.tids, stid, ss_family); in __cxgbit_setup_cdev_np() 367 cxgb4_free_stid(cdev->lldi.tids, stid, in __cxgbit_setup_cdev_np() 559 cxgb4_free_stid(cdev->lldi.tids, stid, in __cxgbit_free_cdev_np()
|
/linux-6.1.9/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
D | chtls_cm.c | 722 cxgb4_free_stid(cdev->tids, stid, sk->sk_family); in chtls_listen_start() 779 cxgb4_free_stid(cdev->tids, stid, listen_ctx->lsk->sk_family); in chtls_pass_open_rpl() 802 cxgb4_free_stid(cdev->tids, stid, listen_ctx->lsk->sk_family); in chtls_close_listsrv_rpl()
|
/linux-6.1.9/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 3584 cxgb4_free_stid(ep->com.dev->rdev.lldi.tids, ep->stid, in c4iw_create_listen() 3624 cxgb4_free_stid(ep->com.dev->rdev.lldi.tids, ep->stid, in c4iw_destroy_listen()
|