Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_netvf_main.c83 u32 tx_bar_off, rx_bar_off; in nfp_netvf_pci_probe() local
186 tx_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()
209 bar_off = tx_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()
214 bar_sz = (tx_bar_off + tx_bar_sz) - bar_off; in nfp_netvf_pci_probe()
227 nn->tx_bar = vf->q_bar + (tx_bar_off - bar_off); in nfp_netvf_pci_probe()
234 map_addr = pci_resource_start(pdev, tx_bar_no) + tx_bar_off; in nfp_netvf_pci_probe()