Home
last modified time | relevance | path

Searched refs:num_of_devices (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dmacsec.c125 int num_of_devices; member
1106 if (macsec->num_of_devices >= MLX5_MACSEC_NUM_OF_SUPPORTED_INTERFACES) { in mlx5e_macsec_add_secy()
1131 ++macsec->num_of_devices; in mlx5e_macsec_add_secy()
1282 --macsec->num_of_devices; in mlx5e_macsec_del_secy()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlxsw/
Dreg.h11040 MLXSW_ITEM32(reg, mgpir, num_of_devices, 0x00, 0, 8);
11067 mlxsw_reg_mgpir_unpack(char *payload, u8 *num_of_devices, in mlxsw_reg_mgpir_unpack() argument
11072 if (num_of_devices) in mlxsw_reg_mgpir_unpack()
11073 *num_of_devices = mlxsw_reg_mgpir_num_of_devices_get(payload); in mlxsw_reg_mgpir_unpack()