Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/nfp/nfpcore/
H A Dnfp_nffw.h76 struct nfp_nffw_info { struct
83 struct nfp_nffw_info *nfp_nffw_info_open(struct nfp_cpp *cpp); argument
84 void nfp_nffw_info_close(struct nfp_nffw_info *state);
H A Dnfp_nffw.c117 struct nfp_nffw_info *
121 struct nfp_nffw_info *state; in nfp_nffw_info_open()
170 nfp_nffw_info_close(struct nfp_nffw_info *state) in nfp_nffw_info_close()
183 nfp_nffw_info_fwid_first(struct nfp_nffw_info *state) in nfp_nffw_info_fwid_first()
208 nfp_nffw_info_mip_first(struct nfp_nffw_info *state, uint32_t *cpp_id, in nfp_nffw_info_mip_first()
H A Dnfp_mip.h19 int nfp_nffw_info_mip_first(struct nfp_nffw_info *state, uint32_t *cpp_id,
H A Dnfp_mip.c68 struct nfp_nffw_info *nffw_info; in nfp_mip_read_resource()