Lines Matching refs:bus_info
132 struct mlxsw_bus_info bus_info; member
1650 struct mlxsw_bus_info *bus_info = &mlxsw_pci->bus_info; in mlxsw_pci_boardinfo() local
1657 mlxsw_cmd_mbox_boardinfo_vsd_memcpy_from(mbox, bus_info->vsd); in mlxsw_pci_boardinfo()
1658 mlxsw_cmd_mbox_boardinfo_psid_memcpy_from(mbox, bus_info->psid); in mlxsw_pci_boardinfo()
1950 mlxsw_pci->bus_info.fw_rev.major = in mlxsw_pci_init()
1952 mlxsw_pci->bus_info.fw_rev.minor = in mlxsw_pci_init()
1954 mlxsw_pci->bus_info.fw_rev.subminor = in mlxsw_pci_init()
2054 mlxsw_pci->bus_info.device_kind, mlxsw_pci); in mlxsw_pci_init()
2464 mlxsw_pci->bus_info.device_kind = driver_name; in mlxsw_pci_probe()
2465 mlxsw_pci->bus_info.device_name = pci_name(mlxsw_pci->pdev); in mlxsw_pci_probe()
2466 mlxsw_pci->bus_info.dev = &pdev->dev; in mlxsw_pci_probe()
2467 mlxsw_pci->bus_info.read_clock_capable = true; in mlxsw_pci_probe()
2470 err = mlxsw_core_bus_device_register(&mlxsw_pci->bus_info, in mlxsw_pci_probe()
2519 mlxsw_core_bus_device_register(&mlxsw_pci->bus_info, &mlxsw_pci_bus, in mlxsw_pci_reset_done()