Searched refs:rx_bar_off (Results 1 – 1 of 1) sorted by relevance
100 u32 tx_bar_off, rx_bar_off; in nfp_netvf_pci_probe() local202 rx_bar_off = NFP_PCIE_QUEUE(startq); in nfp_netvf_pci_probe()223 if (tx_bar_off < rx_bar_off) in nfp_netvf_pci_probe()226 bar_off = rx_bar_off; in nfp_netvf_pci_probe()228 if ((tx_bar_off + tx_bar_sz) > (rx_bar_off + rx_bar_sz)) in nfp_netvf_pci_probe()231 bar_sz = (rx_bar_off + rx_bar_sz) - bar_off; in nfp_netvf_pci_probe()244 nn->rx_bar = vf->q_bar + (rx_bar_off - bar_off); in nfp_netvf_pci_probe()258 map_addr = pci_resource_start(pdev, rx_bar_no) + rx_bar_off; in nfp_netvf_pci_probe()