Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dminimal.c31 int module_to_port[]; member
329 return &mlxsw_m->line_cards[slot_index]->module_to_port[module]; in mlxsw_m_port_mapping_get()
337 int *module_to_port; in mlxsw_m_port_module_map() local
359 module_to_port = mlxsw_m_port_mapping_get(mlxsw_m, slot_index, module); in mlxsw_m_port_module_map()
360 *module_to_port = local_port; in mlxsw_m_port_module_map()
368 int *module_to_port = mlxsw_m_port_mapping_get(mlxsw_m, slot_index, in mlxsw_m_port_module_unmap() local
370 *module_to_port = -1; in mlxsw_m_port_module_unmap()
415 module_to_port, in mlxsw_m_linecards_init()
425 mlxsw_m->line_cards[i]->module_to_port[j] = -1; in mlxsw_m_linecards_init()
454 int *module_to_port; in mlxsw_m_linecard_port_module_unmap() local
[all …]