Searched refs:set_id (Results 1 – 10 of 10) sorted by relevance
| /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/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()
|
| /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/hfi1/ |
| H A D | ipoib_main.c | 191 rn->set_id = hfi1_ipoib_set_id; in hfi1_ipoib_setup_rn()
|
| /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 | 1718 u32 set_id; member 1731 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/net/netfilter/ |
| H A D | nf_tables_api.c | 4810 if (id == trans->set_id && in nft_set_lookup_byid()
|