Searched refs:nfp_mip (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/nfp/nfpcore/ |
| H A D | nfp_mip.h | 11 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 D | nfp_mip.c | 17 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 D | nfp_rtsym.h | 47 __nfp_rtsym_table_read(struct nfp_cpp *cpp, const struct nfp_mip *mip);
|
| H A D | nfp_rtsym.c | 88 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 D | meson.build | 12 'nfpcore/nfp_mip.c',
|