Home
last modified time | relevance | path

Searched refs:mlxsw_pci (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/
Dpci.c78 #define mlxsw_pci_write32(mlxsw_pci, reg, val) \ argument
79 iowrite32be(val, (mlxsw_pci)->hw_addr + (MLXSW_PCI_ ## reg))
80 #define mlxsw_pci_read32(mlxsw_pci, reg) \ argument
81 ioread32be((mlxsw_pci)->hw_addr + (MLXSW_PCI_ ## reg))
150 struct mlxsw_pci *pci;
169 struct mlxsw_pci { struct
259 mlxsw_pci_queue_type_group_get(struct mlxsw_pci *mlxsw_pci, in mlxsw_pci_queue_type_group_get() argument
262 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() argument
270 queue_group = mlxsw_pci_queue_type_group_get(mlxsw_pci, q_type); in __mlxsw_pci_queue_count()
[all …]
DMakefile3 obj-$(CONFIG_MLXSW_PCI) += mlxsw_pci.o
4 mlxsw_pci-objs := pci.o
DKconfig21 module will be called mlxsw_pci.