Home
last modified time | relevance | path

Searched refs:hwtids (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/infiniband/hw/cxgb4/
H A Dcm.c334 xa_lock_irqsave(&ep->com.dev->hwtids, flags); in remove_ep_tid()
335 __xa_erase(&ep->com.dev->hwtids, ep->hwtid); in remove_ep_tid()
336 if (xa_empty(&ep->com.dev->hwtids)) in remove_ep_tid()
338 xa_unlock_irqrestore(&ep->com.dev->hwtids, flags); in remove_ep_tid()
346 xa_lock_irqsave(&ep->com.dev->hwtids, flags); in insert_ep_tid()
347 err = __xa_insert(&ep->com.dev->hwtids, ep->hwtid, ep, GFP_KERNEL); in insert_ep_tid()
348 xa_unlock_irqrestore(&ep->com.dev->hwtids, flags); in insert_ep_tid()
361 xa_lock_irqsave(&dev->hwtids, flags); in get_ep_from_tid()
362 ep = xa_load(&dev->hwtids, tid); in get_ep_from_tid()
365 xa_unlock_irqrestore(&dev->hwtids, flags); in get_ep_from_tid()
[all …]
H A Diw_cxgb4.h323 struct xarray hwtids; member