Searched refs:hwtid_idr (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | device.c | 676 idr_for_each(&epd->devp->hwtid_idr, count_idrs, &count); in ep_open() 689 idr_for_each(&epd->devp->hwtid_idr, dump_ep, epd); in ep_open() 905 idr_destroy(&ctx->dev->hwtid_idr); in c4iw_dealloc() 1015 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() 1075 insert_handle(dev, &dev->hwtid_idr, ep, ep->hwtid); in act_establish() 2436 insert_handle(dev, &dev->hwtid_idr, child_ep, child_ep->hwtid); in pass_accept_req() 2675 remove_handle(ep->com.dev, &ep->com.dev->hwtid_idr, ep->hwtid); in peer_abort()
|