Searched refs:mlxsw_pci (Results 1 – 3 of 3) sorted by relevance
25 #define mlxsw_pci_write32(mlxsw_pci, reg, val) \ argument26 iowrite32be(val, (mlxsw_pci)->hw_addr + (MLXSW_PCI_ ## reg))27 #define mlxsw_pci_read32(mlxsw_pci, reg) \ argument28 ioread32be((mlxsw_pci)->hw_addr + (MLXSW_PCI_ ## reg))82 struct mlxsw_pci *pci;102 struct mlxsw_pci { struct177 mlxsw_pci_queue_type_group_get(struct mlxsw_pci *mlxsw_pci, in mlxsw_pci_queue_type_group_get() argument180 return &mlxsw_pci->queues[q_type]; in mlxsw_pci_queue_type_group_get()183 static u8 __mlxsw_pci_queue_count(struct mlxsw_pci *mlxsw_pci, in __mlxsw_pci_queue_count() argument188 queue_group = mlxsw_pci_queue_type_group_get(mlxsw_pci, q_type); in __mlxsw_pci_queue_count()[all …]
7 obj-$(CONFIG_MLXSW_PCI) += mlxsw_pci.o8 mlxsw_pci-objs := pci.o
39 module will be called mlxsw_pci.