Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_fid.c611 u16 local_port_end = (port_page + 1) * MLXSW_REG_REIV_REC_MAX_COUNT - 1; in mlxsw_sp_fid_reiv_handle()
612 u16 local_port_start = port_page * MLXSW_REG_REIV_REC_MAX_COUNT; in mlxsw_sp_fid_reiv_handle()
633 rec_num = port_vid->local_port % MLXSW_REG_REIV_REC_MAX_COUNT; in mlxsw_sp_fid_reiv_handle()
665 MLXSW_REG_REIV_REC_MAX_COUNT + 1; in mlxsw_sp_fid_erif_eport_to_vid_map()
931 u8 port_page = local_port / MLXSW_REG_REIV_REC_MAX_COUNT; in mlxsw_sp_fid_erif_eport_to_vid_map_one()
932 u8 rec_num = local_port % MLXSW_REG_REIV_REC_MAX_COUNT; in mlxsw_sp_fid_erif_eport_to_vid_map_one()
Dreg.h9030 #define MLXSW_REG_REIV_REC_MAX_COUNT 256 /* firmware limitation */ macro
9033 MLXSW_REG_REIV_REC_MAX_COUNT)