Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/
Dpci.c112 enum mlxsw_cmd_mbox_config_profile_lag_mode lag_mode; member
1633 enum mlxsw_cmd_mbox_config_profile_lag_mode lag_mode = in mlxsw_pci_config_profile() local
1637 mlxsw_cmd_mbox_config_profile_lag_mode_set(mbox, lag_mode); in mlxsw_pci_config_profile()
1638 mlxsw_pci->lag_mode = lag_mode; in mlxsw_pci_config_profile()
1640 mlxsw_pci->lag_mode = MLXSW_CMD_MBOX_CONFIG_PROFILE_LAG_MODE_FW; in mlxsw_pci_config_profile()
2312 return mlxsw_pci->lag_mode; in mlxsw_pci_lag_mode()
2334 .lag_mode = mlxsw_pci_lag_mode,
Dcmd.h879 MLXSW_ITEM32(cmd_mbox, config_profile, lag_mode, 0x50, 3, 1);
Dcore.h499 enum mlxsw_cmd_mbox_config_profile_lag_mode (*lag_mode)(void *bus_priv); member
Dcore.c210 return mlxsw_core->bus->lag_mode(mlxsw_core->bus_priv); in mlxsw_core_lag_mode()