Home
last modified time | relevance | path

Searched refs:set_id (Results 1 – 13 of 13) sorted by relevance

/drivers/infiniband/hw/mlx5/
Dcounters.c177 return cnts->set_id; in mlx5_ib_get_counters_id()
222 u16 set_id) in mlx5_ib_query_q_counters() argument
230 MLX5_SET(query_q_counter_in, in, counter_set_id, set_id); in mlx5_ib_query_q_counters()
290 ret = mlx5_ib_query_q_counters(dev->mdev, cnts, stats, cnts->set_id); in do_get_hw_stats()
632 if (dev->port[i].cnts.set_id) { in mlx5_ib_dealloc_counters()
634 dev->port[i].cnts.set_id); in mlx5_ib_dealloc_counters()
686 dev->port[i].cnts.set_id = in mlx5_ib_alloc_counters()
Dqp.c3963 static int __mlx5_ib_qp_set_raw_qp_counter(struct mlx5_ib_qp *qp, u32 set_id, in __mlx5_ib_qp_set_raw_qp_counter() argument
3982 MLX5_SET(rqc, rqc, counter_set_id, set_id); in __mlx5_ib_qp_set_raw_qp_counter()
3994 u32 set_id; in __mlx5_ib_qp_set_counter() local
3998 set_id = counter->id; in __mlx5_ib_qp_set_counter()
4000 set_id = mlx5_ib_get_counters_id(dev, mqp->port - 1); in __mlx5_ib_qp_set_counter()
4003 return __mlx5_ib_qp_set_raw_qp_counter(mqp, set_id, dev->mdev); in __mlx5_ib_qp_set_counter()
4013 MLX5_SET(qpc, qpc, counter_set_id, set_id); in __mlx5_ib_qp_set_counter()
4071 u32 set_id = 0; in __mlx5_ib_modify_qp() local
4226 set_id = ibqp->counter->id; in __mlx5_ib_modify_qp()
4228 set_id = mlx5_ib_get_counters_id(dev, port_num); in __mlx5_ib_modify_qp()
[all …]
Dmlx5_ib.h815 u16 set_id; member
/drivers/gpu/drm/nouveau/nvkm/subdev/volt/
Dpriv.h18 int (*set_id)(struct nvkm_volt *, u8 id, int condition); member
Dbase.c165 if (volt->func->set_id) in nvkm_volt_set_id()
166 return volt->func->set_id(volt, id, condition); in nvkm_volt_set_id()
Dgk20a.c143 .set_id = gk20a_volt_set_id,
/drivers/vfio/
Dvfio_main.c57 int vfio_assign_device_set(struct vfio_device *device, void *set_id) in vfio_assign_device_set() argument
59 unsigned long idx = (unsigned long)set_id; in vfio_assign_device_set()
63 if (WARN_ON(!set_id)) in vfio_assign_device_set()
80 new_dev_set->set_id = set_id; in vfio_assign_device_set()
121 (unsigned long)dev_set->set_id); in vfio_release_device_set()
/drivers/infiniband/hw/hfi1/
Dipoib_main.c206 rn->set_id = hfi1_ipoib_set_id; in hfi1_ipoib_setup_rn()
Dvnic_main.c589 rn->set_id = hfi1_vnic_set_vesw_id; in hfi1_vnic_alloc_rn()
/drivers/infiniband/ulp/opa_vnic/
Dopa_vnic_netdev.c157 rn->set_id(netdev, info->vesw.vesw_id); in opa_vnic_process_vema_config()
/drivers/infiniband/ulp/ipoib/
Dipoib_ib.c926 if (rn->set_id) in ipoib_pkey_dev_check_presence()
927 rn->set_id(dev, priv->pkey_index); in ipoib_pkey_dev_check_presence()
/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib.c800 rn->set_id = mlx5i_set_pkey_index; in mlx5_rdma_setup_rn()
/drivers/hid/
Dwacom_sys.c1031 static ssize_t wacom_led_select_store(struct device *dev, int set_id, in wacom_led_select_store() argument
1045 wacom->led.groups[set_id].select = id & 0x3; in wacom_led_select_store()