Searched refs:xa_store_irq (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | mr.c | 88 err = xa_err(xa_store_irq(mkeys, mlx5_base_mkey(mkey->key), mkey, in mlx5_core_create_mkey_cb()
|
| /Linux-v5.4/drivers/infiniband/hw/cxgb3/ |
| D | iwch_provider.c | 156 if (xa_store_irq(&rhp->cqs, chp->cq.cqid, chp, GFP_KERNEL)) { in iwch_create_cq() 795 if (xa_store_irq(&rhp->qps, qhp->wq.qpid, qhp, GFP_KERNEL)) { in iwch_create_qp()
|
| /Linux-v5.4/include/linux/ |
| D | xarray.h | 572 static inline void *xa_store_irq(struct xarray *xa, unsigned long index, in xa_store_irq() function
|
| /Linux-v5.4/Documentation/core-api/ |
| D | xarray.rst | 191 * xa_store_irq() 275 functions such as xa_store_bh(), xa_store_irq(),
|
| /Linux-v5.4/drivers/infiniband/hw/mlx5/ |
| D | srq_cmd.c | 598 err = xa_err(xa_store_irq(&table->array, srq->srqn, srq, GFP_KERNEL)); in mlx5_cmd_create_srq()
|
| /Linux-v5.4/drivers/infiniband/hw/hns/ |
| D | hns_roce_qp.c | 155 ret = xa_err(xa_store_irq(xa, hr_qp->qpn & (hr_dev->caps.num_qps - 1), in hns_roce_gsi_qp_alloc()
|