Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore.c68 const struct mlxsw_bus *bus;
2096 const struct mlxsw_bus *mlxsw_bus, in __mlxsw_core_bus_device_register() argument
2128 mlxsw_core->bus = mlxsw_bus; in __mlxsw_core_bus_device_register()
2133 err = mlxsw_bus->init(bus_priv, mlxsw_core, mlxsw_driver->profile, in __mlxsw_core_bus_device_register()
2234 mlxsw_bus->fini(bus_priv); in __mlxsw_core_bus_device_register()
2247 const struct mlxsw_bus *mlxsw_bus, in mlxsw_core_bus_device_register() argument
2256 err = __mlxsw_core_bus_device_register(mlxsw_bus_info, mlxsw_bus, in mlxsw_core_bus_device_register()
H A Dpci.c2364 static const struct mlxsw_bus mlxsw_pci_bus = {