Searched refs:rx_bar_off (Results 1 – 1 of 1) sorted by relevance
83 u32 tx_bar_off, rx_bar_off; in nfp_netvf_pci_probe() local188 rx_bar_off = nfp_qcp_queue_offset(dev_info, startq); in nfp_netvf_pci_probe()208 if (tx_bar_off < rx_bar_off) in nfp_netvf_pci_probe()211 bar_off = rx_bar_off; in nfp_netvf_pci_probe()213 if ((tx_bar_off + tx_bar_sz) > (rx_bar_off + rx_bar_sz)) in nfp_netvf_pci_probe()216 bar_sz = (rx_bar_off + rx_bar_sz) - bar_off; in nfp_netvf_pci_probe()229 nn->rx_bar = vf->q_bar + (rx_bar_off - bar_off); in nfp_netvf_pci_probe()243 map_addr = pci_resource_start(pdev, rx_bar_no) + rx_bar_off; in nfp_netvf_pci_probe()