Home
last modified time | relevance | path

Searched refs:stids (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/infiniband/hw/cxgb4/
Ddevice.c690 xa_for_each(&epd->devp->stids, index, lep) in ep_open()
708 xa_lock_irq(&epd->devp->stids); in ep_open()
709 xa_for_each(&epd->devp->stids, index, lep) in ep_open()
711 xa_unlock_irq(&epd->devp->stids); in ep_open()
943 WARN_ON(!xa_empty(&ctx->dev->stids)); in c4iw_dealloc()
1054 xa_init_flags(&devp->stids, XA_FLAGS_LOCK_IRQ); in c4iw_alloc()
Dcm.c378 xa_lock_irqsave(&dev->stids, flags); in get_ep_from_stid()
379 ep = xa_load(&dev->stids, stid); in get_ep_from_stid()
382 xa_unlock_irqrestore(&dev->stids, flags); in get_ep_from_stid()
3569 err = xa_insert_irq(&dev->stids, ep->stid, ep, GFP_KERNEL); in c4iw_create_listen()
3582 xa_erase_irq(&ep->com.dev->stids, ep->stid); in c4iw_create_listen()
3623 xa_erase_irq(&ep->com.dev->stids, ep->stid); in c4iw_destroy_listen()
Diw_cxgb4.h325 struct xarray stids; member