stids             378 drivers/infiniband/hw/cxgb4/cm.c 	xa_lock_irqsave(&dev->stids, flags);
stids             379 drivers/infiniband/hw/cxgb4/cm.c 	ep = xa_load(&dev->stids, stid);
stids             382 drivers/infiniband/hw/cxgb4/cm.c 	xa_unlock_irqrestore(&dev->stids, flags);
stids            3575 drivers/infiniband/hw/cxgb4/cm.c 	err = xa_insert_irq(&dev->stids, ep->stid, ep, GFP_KERNEL);
stids            3588 drivers/infiniband/hw/cxgb4/cm.c 	xa_erase_irq(&ep->com.dev->stids, ep->stid);
stids            3628 drivers/infiniband/hw/cxgb4/cm.c 	xa_erase_irq(&ep->com.dev->stids, ep->stid);
stids             690 drivers/infiniband/hw/cxgb4/device.c 	xa_for_each(&epd->devp->stids, index, lep)
stids             708 drivers/infiniband/hw/cxgb4/device.c 	xa_lock_irq(&epd->devp->stids);
stids             709 drivers/infiniband/hw/cxgb4/device.c 	xa_for_each(&epd->devp->stids, index, lep)
stids             711 drivers/infiniband/hw/cxgb4/device.c 	xa_unlock_irq(&epd->devp->stids);
stids             943 drivers/infiniband/hw/cxgb4/device.c 	WARN_ON(!xa_empty(&ctx->dev->stids));
stids            1053 drivers/infiniband/hw/cxgb4/device.c 	xa_init_flags(&devp->stids, XA_FLAGS_LOCK_IRQ);
stids             326 drivers/infiniband/hw/cxgb4/iw_cxgb4.h 	struct xarray stids;