Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dcm.c61 struct xarray *xa_rej_tmout; member
366 xa_lock(&sriov->xa_rej_tmout); in alloc_rej_tmout()
377 xa_unlock(&sriov->xa_rej_tmout); in alloc_rej_tmout()
386 item->xa_rej_tmout = &sriov->xa_rej_tmout; in alloc_rej_tmout()
402 xa_unlock(&sriov->xa_rej_tmout); in alloc_rej_tmout()
411 xa_lock(&sriov->xa_rej_tmout); in lookup_rej_tmout_slave()
421 xa_unlock(&sriov->xa_rej_tmout); in lookup_rej_tmout_slave()
491 xa_init(&dev->sriov.xa_rej_tmout); in mlx4_ib_cm_paravirt_init()
501 xa_lock(&sriov->xa_rej_tmout); in rej_tmout_xa_cleanup()
509 xa_unlock(&sriov->xa_rej_tmout); in rej_tmout_xa_cleanup()
[all …]
H A Dmlx4_ib.h526 struct xarray xa_rej_tmout; member