| /Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/subdev/volt/ |
| D | priv.h | 18 int (*set_id)(struct nvkm_volt *, u8 id, int condition); member
|
| D | base.c | 165 if (volt->func->set_id) in nvkm_volt_set_id() 166 return volt->func->set_id(volt, id, condition); in nvkm_volt_set_id()
|
| D | gk20a.c | 143 .set_id = gk20a_volt_set_id,
|
| /Linux-v6.6/drivers/infiniband/hw/mlx5/ |
| D | counters.c | 231 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()
|
| D | qp.c | 4055 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 …]
|
| D | mlx5_ib.h | 832 u16 set_id; member
|
| /Linux-v6.6/include/linux/ |
| D | vfio.h | 31 void *set_id; member 275 int vfio_assign_device_set(struct vfio_device *device, void *set_id);
|
| /Linux-v6.6/drivers/vfio/ |
| D | vfio_main.c | 60 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/ |
| D | ipoib_main.c | 206 rn->set_id = hfi1_ipoib_set_id; in hfi1_ipoib_setup_rn()
|
| D | vnic_main.c | 589 rn->set_id = hfi1_vnic_set_vesw_id; in hfi1_vnic_alloc_rn()
|
| /Linux-v6.6/drivers/infiniband/ulp/opa_vnic/ |
| D | opa_vnic_netdev.c | 157 rn->set_id(netdev, info->vesw.vesw_id); in opa_vnic_process_vema_config()
|
| /Linux-v6.6/drivers/infiniband/ulp/ipoib/ |
| D | ipoib_ib.c | 926 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/ |
| D | nf_tables.h | 1575 u32 set_id; member 1586 (((struct nft_trans_set *)trans->data)->set_id)
|
| /Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
| D | ipoib.c | 806 rn->set_id = mlx5i_set_pkey_index; in mlx5_rdma_setup_rn()
|
| /Linux-v6.6/drivers/hid/ |
| D | wacom_sys.c | 1031 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/ |
| D | ib_verbs.h | 2246 void (*set_id)(struct net_device *netdev, int id); member
|