Searched refs:set_sz (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
H 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()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | main.c | 738 int set_sz = MLX5_ST_SZ_BYTES(set_hca_cap_in); in set_hca_cap() local 742 set_ctx = kzalloc(set_sz, GFP_KERNEL); in set_hca_cap() 752 memset(set_ctx, 0, set_sz); in set_hca_cap() 759 memset(set_ctx, 0, set_sz); in set_hca_cap() 766 memset(set_ctx, 0, set_sz); in set_hca_cap() 773 memset(set_ctx, 0, set_sz); in set_hca_cap() 780 memset(set_ctx, 0, set_sz); in set_hca_cap()
|
H A D | pci_irq.c | 89 int set_sz = MLX5_ST_SZ_BYTES(set_hca_cap_in); in mlx5_set_msix_vec_count() local 113 hca_cap = kvzalloc(set_sz, GFP_KERNEL); in mlx5_set_msix_vec_count()
|
H A D | vport.c | 1184 int set_sz = MLX5_ST_SZ_BYTES(set_hca_cap_in); in mlx5_vport_set_other_func_cap() local 1189 set_ctx = kzalloc(set_sz, GFP_KERNEL); in mlx5_vport_set_other_func_cap()
|