Searched refs:nfp_bar (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/netronome/nfp/nfpcore/ |
D | nfp6000_pcie.c | 127 struct nfp_bar { struct 150 struct nfp_bar bar[NFP_PCI_BAR_MAX]; argument 174 static u32 nfp_bar_maptype(struct nfp_bar *bar) in nfp_bar_maptype() 179 static resource_size_t nfp_bar_resource_len(struct nfp_bar *bar) in nfp_bar_resource_len() 184 static resource_size_t nfp_bar_resource_start(struct nfp_bar *bar) in nfp_bar_resource_start() 194 compute_bar(const struct nfp6000_pcie *nfp, const struct nfp_bar *bar, in compute_bar() 268 nfp6000_bar_write(struct nfp6000_pcie *nfp, struct nfp_bar *bar, u32 newcfg) in nfp6000_bar_write() 289 reconfigure_bar(struct nfp6000_pcie *nfp, struct nfp_bar *bar, in reconfigure_bar() 307 static int matching_bar(struct nfp_bar *bar, u32 tgt, u32 act, u32 tok, in matching_bar() 373 struct nfp_bar *bar = &nfp->bar[n]; in find_matching_bar() [all …]
|