Searched refs:num_of_devices (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | macsec.c | 116 int num_of_devices; member 1084 if (macsec->num_of_devices >= MLX5_MACSEC_NUM_OF_SUPPORTED_INTERFACES) { in mlx5e_macsec_add_secy() 1109 ++macsec->num_of_devices; in mlx5e_macsec_add_secy() 1262 --macsec->num_of_devices; in mlx5e_macsec_del_secy()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | reg.h | 10001 /* num_of_devices 10005 MLXSW_ITEM32(reg, mgpir, num_of_devices, 0x00, 0, 8); 10019 mlxsw_reg_mgpir_unpack(char *payload, u8 *num_of_devices, in mlxsw_reg_mgpir_unpack() argument 10023 if (num_of_devices) in mlxsw_reg_mgpir_unpack() 10024 *num_of_devices = mlxsw_reg_mgpir_num_of_devices_get(payload); in mlxsw_reg_mgpir_unpack()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | reg.h | 11212 MLXSW_ITEM32(reg, mgpir, num_of_devices, 0x00, 0, 8); 11239 mlxsw_reg_mgpir_unpack(char *payload, u8 *num_of_devices, in mlxsw_reg_mgpir_unpack() argument 11244 if (num_of_devices) in mlxsw_reg_mgpir_unpack() 11245 *num_of_devices = mlxsw_reg_mgpir_num_of_devices_get(payload); in mlxsw_reg_mgpir_unpack()
|
Completed in 32 milliseconds