Searched refs:hwtid_idr (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/crypto/chelsio/chtls/ |
D | chtls_main.c | 236 idr_init(&cdev->hwtid_idr); in chtls_uld_add() 271 idr_destroy(&cdev->hwtid_idr); in chtls_free_uld()
|
D | chtls.h | 135 struct idr hwtid_idr; member
|
/Linux-v4.19/drivers/infiniband/hw/cxgb4/ |
D | device.c | 690 idr_for_each(&epd->devp->hwtid_idr, count_idrs, &count); in ep_open() 703 idr_for_each(&epd->devp->hwtid_idr, dump_ep, epd); in ep_open() 933 wait_event(ctx->dev->wait, idr_is_empty(&ctx->dev->hwtid_idr)); in c4iw_dealloc() 934 idr_destroy(&ctx->dev->hwtid_idr); in c4iw_dealloc() 1043 idr_init(&devp->hwtid_idr); in c4iw_alloc()
|
D | cm.c | 335 _remove_handle(ep->com.dev, &ep->com.dev->hwtid_idr, ep->hwtid, 0); in remove_ep_tid() 336 if (idr_is_empty(&ep->com.dev->hwtid_idr)) in remove_ep_tid() 346 _insert_handle(ep->com.dev, &ep->com.dev->hwtid_idr, ep, ep->hwtid, 0); in insert_ep_tid() 359 ep = idr_find(&dev->hwtid_idr, tid); in get_ep_from_tid() 2875 remove_handle(ep->com.dev, &ep->com.dev->hwtid_idr, ep->hwtid); in peer_abort()
|
D | iw_cxgb4.h | 325 struct idr hwtid_idr; member
|