Searched refs:nfp_bar (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/nfpcore/ |
D | nfp6000_pcie.c | 159 struct nfp_bar { struct 181 struct nfp_bar bar[NFP_PCI_BAR_MAX]; argument 205 static u32 nfp_bar_maptype(struct nfp_bar *bar) in nfp_bar_maptype() 210 static resource_size_t nfp_bar_resource_len(struct nfp_bar *bar) in nfp_bar_resource_len() 215 static resource_size_t nfp_bar_resource_start(struct nfp_bar *bar) in nfp_bar_resource_start() 225 compute_bar(const struct nfp6000_pcie *nfp, const struct nfp_bar *bar, in compute_bar() 299 nfp6000_bar_write(struct nfp6000_pcie *nfp, struct nfp_bar *bar, u32 newcfg) in nfp6000_bar_write() 323 reconfigure_bar(struct nfp6000_pcie *nfp, struct nfp_bar *bar, in reconfigure_bar() 341 static int matching_bar(struct nfp_bar *bar, u32 tgt, u32 act, u32 tok, in matching_bar() 407 struct nfp_bar *bar = &nfp->bar[n]; in find_matching_bar() [all …]
|