Home
last modified time | relevance | path

Searched refs:nfp_mip (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/nfp/nfpcore/
H A Dnfp_mip.h11 struct nfp_mip;
13 struct nfp_mip *nfp_mip_open(struct nfp_cpp *cpp);
14 void nfp_mip_close(struct nfp_mip *mip);
16 const char *nfp_mip_name(const struct nfp_mip *mip);
17 void nfp_mip_symtab(const struct nfp_mip *mip, uint32_t *addr, uint32_t *size);
18 void nfp_mip_strtab(const struct nfp_mip *mip, uint32_t *addr, uint32_t *size);
H A Dnfp_mip.c17 struct nfp_mip { struct
40 struct nfp_mip *mip) in nfp_mip_try_read() argument
66 nfp_mip_read_resource(struct nfp_cpp *cpp, struct nfp_mip *mip) in nfp_mip_read_resource()
97 struct nfp_mip *
100 struct nfp_mip *mip; in nfp_mip_open()
119 nfp_mip_close(struct nfp_mip *mip) in nfp_mip_close()
125 nfp_mip_name(const struct nfp_mip *mip) in nfp_mip_name()
137 nfp_mip_symtab(const struct nfp_mip *mip, uint32_t *addr, uint32_t *size) in nfp_mip_symtab()
150 nfp_mip_strtab(const struct nfp_mip *mip, uint32_t *addr, uint32_t *size) in nfp_mip_strtab()
H A Dnfp_rtsym.h47 __nfp_rtsym_table_read(struct nfp_cpp *cpp, const struct nfp_mip *mip);
H A Dnfp_rtsym.c88 struct nfp_mip *mip; in nfp_rtsym_table_read()
117 __nfp_rtsym_table_read(struct nfp_cpp *cpp, const struct nfp_mip *mip) in __nfp_rtsym_table_read()
/f-stack/dpdk/drivers/net/nfp/
H A Dmeson.build12 'nfpcore/nfp_mip.c',