hwtids            334 drivers/infiniband/hw/cxgb4/cm.c 	xa_lock_irqsave(&ep->com.dev->hwtids, flags);
hwtids            335 drivers/infiniband/hw/cxgb4/cm.c 	__xa_erase(&ep->com.dev->hwtids, ep->hwtid);
hwtids            336 drivers/infiniband/hw/cxgb4/cm.c 	if (xa_empty(&ep->com.dev->hwtids))
hwtids            338 drivers/infiniband/hw/cxgb4/cm.c 	xa_unlock_irqrestore(&ep->com.dev->hwtids, flags);
hwtids            346 drivers/infiniband/hw/cxgb4/cm.c 	xa_lock_irqsave(&ep->com.dev->hwtids, flags);
hwtids            347 drivers/infiniband/hw/cxgb4/cm.c 	err = __xa_insert(&ep->com.dev->hwtids, ep->hwtid, ep, GFP_KERNEL);
hwtids            348 drivers/infiniband/hw/cxgb4/cm.c 	xa_unlock_irqrestore(&ep->com.dev->hwtids, flags);
hwtids            361 drivers/infiniband/hw/cxgb4/cm.c 	xa_lock_irqsave(&dev->hwtids, flags);
hwtids            362 drivers/infiniband/hw/cxgb4/cm.c 	ep = xa_load(&dev->hwtids, tid);
hwtids            365 drivers/infiniband/hw/cxgb4/cm.c 	xa_unlock_irqrestore(&dev->hwtids, flags);
hwtids           2957 drivers/infiniband/hw/cxgb4/cm.c 		xa_erase_irq(&ep->com.dev->hwtids, ep->hwtid);
hwtids            686 drivers/infiniband/hw/cxgb4/device.c 	xa_for_each(&epd->devp->hwtids, index, ep)
hwtids            700 drivers/infiniband/hw/cxgb4/device.c 	xa_lock_irq(&epd->devp->hwtids);
hwtids            701 drivers/infiniband/hw/cxgb4/device.c 	xa_for_each(&epd->devp->hwtids, index, ep)
hwtids            703 drivers/infiniband/hw/cxgb4/device.c 	xa_unlock_irq(&epd->devp->hwtids);
hwtids            942 drivers/infiniband/hw/cxgb4/device.c 	wait_event(ctx->dev->wait, xa_empty(&ctx->dev->hwtids));
hwtids           1051 drivers/infiniband/hw/cxgb4/device.c 	xa_init_flags(&devp->hwtids, XA_FLAGS_LOCK_IRQ);
hwtids            324 drivers/infiniband/hw/cxgb4/iw_cxgb4.h 	struct xarray hwtids;