Searched refs:set_sz (Results 1 – 4 of 4) sorted by relevance
| /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()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | main.c | 766 int set_sz = MLX5_ST_SZ_BYTES(set_hca_cap_in); in set_hca_cap() local 770 set_ctx = kzalloc(set_sz, GFP_KERNEL); in set_hca_cap() 780 memset(set_ctx, 0, set_sz); in set_hca_cap() 787 memset(set_ctx, 0, set_sz); in set_hca_cap() 794 memset(set_ctx, 0, set_sz); in set_hca_cap() 801 memset(set_ctx, 0, set_sz); in set_hca_cap() 808 memset(set_ctx, 0, set_sz); in set_hca_cap()
|
| H 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()
|
| H A D | vport.c | 1285 int set_sz = MLX5_ST_SZ_BYTES(set_hca_cap_in); in mlx5_vport_set_other_func_cap() local 1292 set_ctx = kzalloc(set_sz, GFP_KERNEL); in mlx5_vport_set_other_func_cap()
|