Home
last modified time | relevance | path

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

/Linux-v6.6/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,
/Linux-v6.6/drivers/infiniband/hw/mlx5/
Dcounters.c231 return cnts->set_id; in mlx5_ib_get_counters_id()
276 u16 set_id) in mlx5_ib_query_q_counters() argument
284 MLX5_SET(query_q_counter_in, in, counter_set_id, set_id); in mlx5_ib_query_q_counters()
385 cnts->set_id); in do_get_hw_stats()
768 if (dev->port[i].cnts.set_id) { in mlx5_ib_dealloc_counters()
770 dev->port[i].cnts.set_id); in mlx5_ib_dealloc_counters()
830 dev->port[i].cnts.set_id = in mlx5_ib_alloc_counters()
Dqp.c4055 u32 set_id; in __mlx5_ib_qp_set_counter() local
4059 set_id = counter->id; in __mlx5_ib_qp_set_counter()
4061 set_id = mlx5_ib_get_counters_id(dev, mqp->port - 1); in __mlx5_ib_qp_set_counter()
4071 MLX5_SET(qpc, qpc, counter_set_id, set_id); in __mlx5_ib_qp_set_counter()
4129 u32 set_id = 0; in __mlx5_ib_modify_qp() local
4284 set_id = ibqp->counter->id; in __mlx5_ib_modify_qp()
4286 set_id = mlx5_ib_get_counters_id(dev, port_num); in __mlx5_ib_modify_qp()
4287 MLX5_SET(qpc, qpc, counter_set_id, set_id); in __mlx5_ib_modify_qp()
4315 raw_qp_param.rq_q_ctr_id = set_id; in __mlx5_ib_modify_qp()
4492 u16 set_id; in mlx5_ib_modify_dct() local
[all …]
Dmlx5_ib.h832 u16 set_id; member
/Linux-v6.6/include/linux/
Dvfio.h31 void *set_id; member
275 int vfio_assign_device_set(struct vfio_device *device, void *set_id);
/Linux-v6.6/drivers/vfio/
Dvfio_main.c60 int vfio_assign_device_set(struct vfio_device *device, void *set_id) in vfio_assign_device_set() argument
62 unsigned long idx = (unsigned long)set_id; in vfio_assign_device_set()
66 if (WARN_ON(!set_id)) in vfio_assign_device_set()
83 new_dev_set->set_id = set_id; in vfio_assign_device_set()
124 (unsigned long)dev_set->set_id); in vfio_release_device_set()
/Linux-v6.6/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()
/Linux-v6.6/drivers/infiniband/ulp/opa_vnic/
Dopa_vnic_netdev.c157 rn->set_id(netdev, info->vesw.vesw_id); in opa_vnic_process_vema_config()
/Linux-v6.6/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()
/Linux-v6.6/include/net/netfilter/
Dnf_tables.h1575 u32 set_id; member
1586 (((struct nft_trans_set *)trans->data)->set_id)
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib.c806 rn->set_id = mlx5i_set_pkey_index; in mlx5_rdma_setup_rn()
/Linux-v6.6/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()
/Linux-v6.6/include/rdma/
Dib_verbs.h2246 void (*set_id)(struct net_device *netdev, int id); member