Searched refs:rx_bar_off (Results 1 – 1 of 1) sorted by relevance
70 u32 tx_bar_off, rx_bar_off; in nfp_netvf_pci_probe() local172 rx_bar_off = NFP_PCIE_QUEUE(startq); in nfp_netvf_pci_probe()192 if (tx_bar_off < rx_bar_off) in nfp_netvf_pci_probe()195 bar_off = rx_bar_off; in nfp_netvf_pci_probe()197 if ((tx_bar_off + tx_bar_sz) > (rx_bar_off + rx_bar_sz)) in nfp_netvf_pci_probe()200 bar_sz = (rx_bar_off + rx_bar_sz) - bar_off; in nfp_netvf_pci_probe()213 nn->rx_bar = vf->q_bar + (rx_bar_off - bar_off); in nfp_netvf_pci_probe()227 map_addr = pci_resource_start(pdev, rx_bar_no) + rx_bar_off; in nfp_netvf_pci_probe()