Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/netronome/nfp/
Dnfp_netvf_main.c186 tx_bar_off = nfp_qcp_queue_offset(dev_info, startq); in nfp_netvf_pci_probe()
188 rx_bar_off = nfp_qcp_queue_offset(dev_info, startq); in nfp_netvf_pci_probe()
Dnfp_net.h836 u32 nfp_qcp_queue_offset(const struct nfp_dev_info *dev_info, u16 queue);
Dnfp_net_main.c502 nfp_qcp_queue_offset(pf->dev_info, 0), in nfp_net_pci_map_mem()
Dnfp_net_common.c69 u32 nfp_qcp_queue_offset(const struct nfp_dev_info *dev_info, u16 queue) in nfp_qcp_queue_offset() function