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

/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_fid.c752 u16 local_port_end = (port_page + 1) * MLXSW_REG_REIV_REC_MAX_COUNT - 1;
753 u16 local_port_start = port_page * MLXSW_REG_REIV_REC_MAX_COUNT;
774 rec_num = port_vid->local_port % MLXSW_REG_REIV_REC_MAX_COUNT;
806 MLXSW_REG_REIV_REC_MAX_COUNT + 1;
1073 u8 port_page = local_port / MLXSW_REG_REIV_REC_MAX_COUNT;
1074 u8 rec_num = local_port % MLXSW_REG_REIV_REC_MAX_COUNT;
H A Dreg.h9203 #define MLXSW_REG_REIV_REC_MAX_COUNT 256 /* firmware limitation */ macro
9206 MLXSW_REG_REIV_REC_MAX_COUNT)

Completed in 288 milliseconds