Searched refs:cxgb4_free_stid (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_uld.h | 183 void cxgb4_free_stid(struct tid_info *t, unsigned int stid, int family);
|
D | cxgb4_main.c | 1316 void cxgb4_free_stid(struct tid_info *t, unsigned int stid, int family) in cxgb4_free_stid() function 1345 EXPORT_SYMBOL(cxgb4_free_stid);
|
/Linux-v5.4/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-v5.4/drivers/crypto/chelsio/chtls/ |
D | chtls_cm.c | 652 cxgb4_free_stid(cdev->tids, stid, sk->sk_family); in chtls_listen_start() 697 cxgb4_free_stid(cdev->tids, stid, listen_ctx->lsk->sk_family); in chtls_pass_open_rpl() 722 cxgb4_free_stid(cdev->tids, stid, listen_ctx->lsk->sk_family); in chtls_close_listsrv_rpl()
|
/Linux-v5.4/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 3587 cxgb4_free_stid(ep->com.dev->rdev.lldi.tids, ep->stid, in c4iw_create_listen() 3626 cxgb4_free_stid(ep->com.dev->rdev.lldi.tids, ep->stid, in c4iw_destroy_listen()
|