Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dpci.c25 #define mlxsw_pci_write32(mlxsw_pci, reg, val) \ argument
26 iowrite32be(val, (mlxsw_pci)->hw_addr + (MLXSW_PCI_ ## reg))
27 #define mlxsw_pci_read32(mlxsw_pci, reg) \ argument
28 ioread32be((mlxsw_pci)->hw_addr + (MLXSW_PCI_ ## reg))
82 struct mlxsw_pci *pci;
102 struct mlxsw_pci { struct
177 mlxsw_pci_queue_type_group_get(struct mlxsw_pci *mlxsw_pci, in mlxsw_pci_queue_type_group_get() argument
180 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() argument
188 queue_group = mlxsw_pci_queue_type_group_get(mlxsw_pci, q_type); in __mlxsw_pci_queue_count()
[all …]
DMakefile7 obj-$(CONFIG_MLXSW_PCI) += mlxsw_pci.o
8 mlxsw_pci-objs := pci.o
DKconfig39 module will be called mlxsw_pci.