Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/netronome/nfp/nfpcore/
Dnfp_nffw.h45 struct nfp_nffw_info;
47 struct nfp_nffw_info *nfp_nffw_info_open(struct nfp_cpp *cpp);
48 void nfp_nffw_info_close(struct nfp_nffw_info *state);
49 int nfp_nffw_info_mip_first(struct nfp_nffw_info *state, u32 *cpp_id, u64 *off);
Dnfp_nffw.c108 struct nfp_nffw_info { struct
212 struct nfp_nffw_info *nfp_nffw_info_open(struct nfp_cpp *cpp) in nfp_nffw_info_open()
215 struct nfp_nffw_info *state; in nfp_nffw_info_open()
259 void nfp_nffw_info_close(struct nfp_nffw_info *state) in nfp_nffw_info_close()
271 static struct nffw_fwinfo *nfp_nffw_info_fwid_first(struct nfp_nffw_info *state) in nfp_nffw_info_fwid_first()
295 int nfp_nffw_info_mip_first(struct nfp_nffw_info *state, u32 *cpp_id, u64 *off) in nfp_nffw_info_mip_first()
Dnfp_mip.c100 struct nfp_nffw_info *nffw_info; in nfp_mip_read_resource()