Searched refs:query_cap (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | pci_irq.c | 77 void *hca_cap = NULL, *query_cap = NULL, *cap; in mlx5_set_msix_vec_count() local 97 query_cap = kvzalloc(query_sz, GFP_KERNEL); in mlx5_set_msix_vec_count() 99 if (!hca_cap || !query_cap) { in mlx5_set_msix_vec_count() 104 ret = mlx5_vport_get_other_func_cap(dev, function_id, query_cap); in mlx5_set_msix_vec_count() 109 memcpy(cap, MLX5_ADDR_OF(query_hca_cap_out, query_cap, capability), in mlx5_set_msix_vec_count() 122 kvfree(query_cap); in mlx5_set_msix_vec_count()
|
/Linux-v6.1/tools/power/acpi/tools/pfrut/ |
D | pfrut.c | 28 int action, query_cap, log_type, log_level, log_read, log_getinfo, variable 122 query_cap = 1; in parse_options() 214 if (query_cap) { in main()
|