Searched refs:mlxsw_pci (Results 1 – 3 of 3) sorted by relevance
78 #define mlxsw_pci_write32(mlxsw_pci, reg, val) \ argument79 iowrite32be(val, (mlxsw_pci)->hw_addr + (MLXSW_PCI_ ## reg))80 #define mlxsw_pci_read32(mlxsw_pci, reg) \ argument81 ioread32be((mlxsw_pci)->hw_addr + (MLXSW_PCI_ ## reg))150 struct mlxsw_pci *pci;169 struct mlxsw_pci { struct259 mlxsw_pci_queue_type_group_get(struct mlxsw_pci *mlxsw_pci, in mlxsw_pci_queue_type_group_get() argument262 return &mlxsw_pci->queues[q_type]; in mlxsw_pci_queue_type_group_get()265 static u8 __mlxsw_pci_queue_count(struct mlxsw_pci *mlxsw_pci, in __mlxsw_pci_queue_count() argument270 queue_group = mlxsw_pci_queue_type_group_get(mlxsw_pci, q_type); in __mlxsw_pci_queue_count()[all …]
3 obj-$(CONFIG_MLXSW_PCI) += mlxsw_pci.o4 mlxsw_pci-objs := pci.o
21 module will be called mlxsw_pci.