Searched refs:hwtid_idr (Results 1 – 3 of 3) sorted by relevance
/drivers/infiniband/hw/cxgb4/ |
D | device.c | 668 idr_for_each(&epd->devp->hwtid_idr, count_idrs, &count); in ep_open() 681 idr_for_each(&epd->devp->hwtid_idr, dump_ep, epd); in ep_open() 887 idr_destroy(&ctx->dev->hwtid_idr); in c4iw_dealloc() 997 idr_init(&devp->hwtid_idr); in c4iw_alloc()
|
D | iw_cxgb4.h | 263 struct idr hwtid_idr; member
|
D | cm.c | 301 remove_handle(ep->com.dev, &ep->com.dev->hwtid_idr, ep->hwtid); in _c4iw_free_ep() 1059 insert_handle(dev, &dev->hwtid_idr, ep, ep->hwtid); in act_establish() 2386 insert_handle(dev, &dev->hwtid_idr, child_ep, child_ep->hwtid); in pass_accept_req() 2621 remove_handle(ep->com.dev, &ep->com.dev->hwtid_idr, ep->hwtid); in peer_abort()
|