Searched refs:set_sz (Results 1 – 4 of 4) sorted by relevance
| /drivers/net/ethernet/mellanox/mlx5/core/esw/ |
| A D | ipsec.c | 84 int set_sz = MLX5_ST_SZ_BYTES(set_hca_cap_in); in esw_ipsec_vf_set_generic() local 92 hca_cap = kvzalloc(set_sz, GFP_KERNEL); in esw_ipsec_vf_set_generic() 124 int set_sz = MLX5_ST_SZ_BYTES(set_hca_cap_in); in esw_ipsec_vf_set_bytype() local 132 hca_cap = kvzalloc(set_sz, GFP_KERNEL); in esw_ipsec_vf_set_bytype() 174 int set_sz = MLX5_ST_SZ_BYTES(set_hca_cap_in); in esw_ipsec_vf_crypto_aux_caps_set() local 180 hca_cap = kvzalloc(set_sz, GFP_KERNEL); in esw_ipsec_vf_crypto_aux_caps_set()
|
| /drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | main.c | 755 int set_sz = MLX5_ST_SZ_BYTES(set_hca_cap_in); in set_hca_cap() local 759 set_ctx = kzalloc(set_sz, GFP_KERNEL); in set_hca_cap() 769 memset(set_ctx, 0, set_sz); in set_hca_cap() 776 memset(set_ctx, 0, set_sz); in set_hca_cap() 783 memset(set_ctx, 0, set_sz); in set_hca_cap() 790 memset(set_ctx, 0, set_sz); in set_hca_cap() 797 memset(set_ctx, 0, set_sz); in set_hca_cap()
|
| A D | pci_irq.c | 90 int set_sz = MLX5_ST_SZ_BYTES(set_hca_cap_in); in mlx5_set_msix_vec_count() local 114 hca_cap = kvzalloc(set_sz, GFP_KERNEL); in mlx5_set_msix_vec_count()
|
| A D | vport.c | 1237 int set_sz = MLX5_ST_SZ_BYTES(set_hca_cap_in); in mlx5_vport_set_other_func_cap() local 1242 set_ctx = kzalloc(set_sz, GFP_KERNEL); in mlx5_vport_set_other_func_cap()
|
Completed in 16 milliseconds