Home
last modified time | relevance | path

Searched refs:MLXSW_PCI_WQE_SG_ENTRIES (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/
Dpci.c65 struct page *pages[MLXSW_PCI_WQE_SG_ENTRIES];
503 struct page *old_pages[MLXSW_PCI_WQE_SG_ENTRIES]; in mlxsw_pci_rdq_pages_alloc()
670 for (i = 0; i < MLXSW_PCI_WQE_SG_ENTRIES; i++) in mlxsw_pci_cqe_sdq_handle()
745 struct page *pages[MLXSW_PCI_WQE_SG_ENTRIES]; in mlxsw_pci_cqe_rdq_handle()
1912 MLXSW_PCI_WQE_SG_ENTRIES); in mlxsw_pci_num_sg_entries_set()
1914 WARN_ON(num_sg_entries > MLXSW_PCI_WQE_SG_ENTRIES); in mlxsw_pci_num_sg_entries_set()
2132 if (skb_shinfo(skb)->nr_frags > MLXSW_PCI_WQE_SG_ENTRIES - 1) { in mlxsw_pci_skb_transmit()
2174 for (i++; i < MLXSW_PCI_WQE_SG_ENTRIES; i++) in mlxsw_pci_skb_transmit()
Dpci_hw.h67 #define MLXSW_PCI_WQE_SG_ENTRIES 3 macro