Home
last modified time | relevance | path

Searched defs:mlxsw_bus_info (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/
Dcore.h199 struct mlxsw_bus_info { struct
200 const char *device_kind;
201 const char *device_name;
202 struct device *dev;
203 struct {
207 } fw_rev;
208 u8 vsd[MLXSW_CMD_BOARDINFO_VSD_LEN];
209 u8 psid[MLXSW_CMD_BOARDINFO_PSID_LEN];
Dswitchx2.c1438 const struct mlxsw_bus_info *mlxsw_bus_info) in mlxsw_sx_init()
Dcore.c783 int mlxsw_core_bus_device_register(const struct mlxsw_bus_info *mlxsw_bus_info, in mlxsw_core_bus_device_register()
Dspectrum.c1687 const struct mlxsw_bus_info *mlxsw_bus_info) in mlxsw_sp_init()