Searched refs:set_sz (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | main.c | 720 int set_sz = MLX5_ST_SZ_BYTES(set_hca_cap_in); in set_hca_cap() local 724 set_ctx = kzalloc(set_sz, GFP_KERNEL); in set_hca_cap() 734 memset(set_ctx, 0, set_sz); in set_hca_cap() 741 memset(set_ctx, 0, set_sz); in set_hca_cap() 748 memset(set_ctx, 0, set_sz); in set_hca_cap() 755 memset(set_ctx, 0, set_sz); in set_hca_cap() 762 memset(set_ctx, 0, set_sz); in set_hca_cap()
|
A D | pci_irq.c | 77 int set_sz = MLX5_ST_SZ_BYTES(set_hca_cap_in); in mlx5_set_msix_vec_count() local 99 hca_cap = kvzalloc(set_sz, GFP_KERNEL); in mlx5_set_msix_vec_count()
|
A D | vport.c | 1180 int set_sz = MLX5_ST_SZ_BYTES(set_hca_cap_in); in mlx5_vport_set_other_func_cap() local 1185 set_ctx = kzalloc(set_sz, GFP_KERNEL); in mlx5_vport_set_other_func_cap()
|
Completed in 9 milliseconds