Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dmacsec.c126 int num_of_devices; member
1105 if (macsec->num_of_devices >= MLX5_MACSEC_NUM_OF_SUPPORTED_INTERFACES) { in mlx5e_macsec_add_secy()
1130 ++macsec->num_of_devices; in mlx5e_macsec_add_secy()
1281 --macsec->num_of_devices; in mlx5e_macsec_del_secy()
/linux-6.1.9/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()