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

/linux-master/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_nffw.c78 struct nfp_nffw_info { struct
157 * Return: pointer to nfp_nffw_info object or ERR_PTR()
159 struct nfp_nffw_info *nfp_nffw_info_open(struct nfp_cpp *cpp)
162 struct nfp_nffw_info *state;
206 void nfp_nffw_info_close(struct nfp_nffw_info *state)
218 static struct nffw_fwinfo *nfp_nffw_info_fwid_first(struct nfp_nffw_info *state)
242 int nfp_nffw_info_mip_first(struct nfp_nffw_info *state, u32 *cpp_id, u64 *off)
H A Dnfp_nffw.h15 struct nfp_nffw_info;
17 struct nfp_nffw_info *nfp_nffw_info_open(struct nfp_cpp *cpp);
18 void nfp_nffw_info_close(struct nfp_nffw_info *state);
19 int nfp_nffw_info_mip_first(struct nfp_nffw_info *state, u32 *cpp_id, u64 *off);
H A Dnfp_mip.c70 struct nfp_nffw_info *nffw_info;

Completed in 119 milliseconds