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

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dmacsec.c116 int num_of_devices; member in struct:mlx5e_macsec
1084 if (macsec->num_of_devices >= MLX5_MACSEC_NUM_OF_SUPPORTED_INTERFACES) {
1109 ++macsec->num_of_devices;
1262 --macsec->num_of_devices;
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dreg.h11296 MLXSW_ITEM32(reg, mgpir, num_of_devices, 0x00, 0, 8);
11323 mlxsw_reg_mgpir_unpack(char *payload, u8 *num_of_devices, argument
11328 if (num_of_devices)
11329 *num_of_devices = mlxsw_reg_mgpir_num_of_devices_get(payload);

Completed in 215 milliseconds