| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/volt/ |
| H A D | priv.h | 18 int (*set_id)(struct nvkm_volt *, u8 id, int condition); member
|
| H A 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()
|
| H A D | gk20a.c | 143 .set_id = gk20a_volt_set_id,
|
| /linux/tools/bpf/resolve_btfids/ |
| H A D | main.c | 958 struct btf_id *set_id; in find_kfunc_flags() local 964 set_id = rb_entry(next, struct btf_id, rb_node); in find_kfunc_flags() 965 if (set_id->kind != BTF_ID_KIND_SET8 || set_id->addr_cnt != 1) in find_kfunc_flags() 968 set_lower_addr = set_id->addr[0]; in find_kfunc_flags() 969 set_upper_addr = set_lower_addr + set_id->cnt * sizeof(u64); in find_kfunc_flags() 979 kfunc_id->name, set_id->name); in find_kfunc_flags()
|
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | counters.c | 254 return cnts->set_id; in mlx5_ib_get_counters_id() 299 u16 set_id) in mlx5_ib_query_q_counters() argument 307 MLX5_SET(query_q_counter_in, in, counter_set_id, set_id); in mlx5_ib_query_q_counters() 408 cnts->set_id); in do_get_hw_stats() 938 if (dev->port[i].cnts.set_id) { in mlx5_ib_dealloc_counters() 940 dev->port[i].cnts.set_id); in mlx5_ib_dealloc_counters() 1004 dev->port[i].cnts.set_id = in mlx5_ib_alloc_counters()
|
| H A D | qp.c | 4066 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 4085 MLX5_SET(rqc, rqc, counter_set_id, set_id); in __mlx5_ib_qp_set_raw_qp_counter() 4097 u32 set_id; in __mlx5_ib_qp_set_counter() local 4101 set_id = counter->id; in __mlx5_ib_qp_set_counter() 4103 set_id = mlx5_ib_get_counters_id(dev, mqp->port - 1); in __mlx5_ib_qp_set_counter() 4106 return __mlx5_ib_qp_set_raw_qp_counter(mqp, set_id, dev->mdev); in __mlx5_ib_qp_set_counter() 4116 MLX5_SET(qpc, qpc, counter_set_id, set_id); in __mlx5_ib_qp_set_counter() 4174 u32 set_id = 0; in __mlx5_ib_modify_qp() local 4334 set_id = ibqp->counter->id; in __mlx5_ib_modify_qp() 4336 set_id = mlx5_ib_get_counters_id(dev, port_num); in __mlx5_ib_modify_qp() [all …]
|
| /linux/include/linux/ |
| H A D | vfio.h | 32 void *set_id; member 307 int vfio_assign_device_set(struct vfio_device *device, void *set_id);
|
| /linux/drivers/vfio/ |
| H A D | vfio_main.c | 67 int vfio_assign_device_set(struct vfio_device *device, void *set_id) in vfio_assign_device_set() argument 69 unsigned long idx = (unsigned long)set_id; in vfio_assign_device_set() 73 if (WARN_ON(!set_id)) in vfio_assign_device_set() 90 new_dev_set->set_id = set_id; in vfio_assign_device_set() 131 (unsigned long)dev_set->set_id); in vfio_release_device_set()
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | ipoib_main.c | 191 rn->set_id = hfi1_ipoib_set_id; in hfi1_ipoib_setup_rn()
|
| H A D | vnic_main.c | 589 rn->set_id = hfi1_vnic_set_vesw_id; in hfi1_vnic_alloc_rn()
|
| /linux/drivers/infiniband/ulp/opa_vnic/ |
| H A D | opa_vnic_netdev.c | 157 rn->set_id(netdev, info->vesw.vesw_id); in opa_vnic_process_vema_config()
|
| /linux/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_ib.c | 955 if (rn->set_id) in ipoib_pkey_dev_check_presence() 956 rn->set_id(dev, priv->pkey_index); in ipoib_pkey_dev_check_presence()
|
| /linux/include/net/netfilter/ |
| H A D | nf_tables.h | 1717 u32 set_id; member 1730 nft_trans_container_set(trans)->set_id
|
| /linux/drivers/hid/ |
| H A D | wacom_sys.c | 1046 static ssize_t wacom_led_select_store(struct device *dev, int set_id, in wacom_led_select_store() argument 1060 wacom->led.groups[set_id].select = id & 0x3; in wacom_led_select_store()
|
| /linux/include/rdma/ |
| H A D | ib_verbs.h | 2292 void (*set_id)(struct net_device *netdev, int id); 2275 void (*set_id)(struct net_device *netdev, int id); global() member
|
| /linux/net/netfilter/ |
| H A D | nf_tables_api.c | 4726 if (id == trans->set_id && in nft_set_lookup_byid()
|