Searched refs:tx_bar_off (Results 1 – 1 of 1) sorted by relevance
100 u32 tx_bar_off, rx_bar_off; in nfp_netvf_pci_probe() local200 tx_bar_off = NFP_PCIE_QUEUE(startq); in nfp_netvf_pci_probe()223 if (tx_bar_off < rx_bar_off) in nfp_netvf_pci_probe()224 bar_off = tx_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()229 bar_sz = (tx_bar_off + tx_bar_sz) - bar_off; in nfp_netvf_pci_probe()242 nn->tx_bar = vf->q_bar + (tx_bar_off - bar_off); in nfp_netvf_pci_probe()249 map_addr = pci_resource_start(pdev, tx_bar_no) + tx_bar_off; in nfp_netvf_pci_probe()