Searched refs:nfp_rtsym (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A D | nfp_nffw.h | 32 /* Implemented in nfp_rtsym.c */ 46 * struct nfp_rtsym - RTSYM descriptor 54 struct nfp_rtsym { struct 69 const struct nfp_rtsym *nfp_rtsym_get(struct nfp_rtsym_table *rtbl, int idx); argument 70 const struct nfp_rtsym * 73 u64 nfp_rtsym_size(const struct nfp_rtsym *rtsym); 74 int __nfp_rtsym_read(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, 76 int nfp_rtsym_read(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, u64 off, 78 int __nfp_rtsym_readl(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, 80 int nfp_rtsym_readl(struct nfp_cpp *cpp, const struct nfp_rtsym *sy 58 typenfp_rtsym global() argument [all...] |
H A D | nfp_rtsym.c | 5 * nfp_rtsym.c 44 struct nfp_rtsym symtab[]; 55 struct nfp_rtsym *sw, struct nfp_rtsym_entry *fw) in nfp_rtsym_sw_entry_init() 122 size += symtab_size / sizeof(*rtsymtab) * sizeof(struct nfp_rtsym); in __nfp_rtsym_table_read() 174 * Return: const pointer to a struct nfp_rtsym descriptor, or NULL 176 const struct nfp_rtsym *nfp_rtsym_get(struct nfp_rtsym_table *rtbl, int idx) in nfp_rtsym_get() 191 * Return: const pointer to a struct nfp_rtsym descriptor, or NULL 193 const struct nfp_rtsym * 208 u64 nfp_rtsym_size(const struct nfp_rtsym *sym) in nfp_rtsym_size() 226 nfp_rtsym_to_dest(struct nfp_cpp *cpp, const struct nfp_rtsym *sy [all...] |
/linux/drivers/net/ethernet/netronome/nfp/abm/ |
H A D | main.h | 82 const struct nfp_rtsym *q_lvls; 83 const struct nfp_rtsym *qm_stats; 84 const struct nfp_rtsym *q_stats;
|
H A D | ctrl.c | 48 nfp_abm_ctrl_stat(struct nfp_abm_link *alink, const struct nfp_rtsym *sym, in nfp_abm_ctrl_stat() 326 static const struct nfp_rtsym * 329 const struct nfp_rtsym *sym; in nfp_abm_ctrl_find_rtsym() 346 static const struct nfp_rtsym * 362 const struct nfp_rtsym *sym; in nfp_abm_ctrl_find_addrs()
|
/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_main.h | 32 struct nfp_rtsym; 108 const struct nfp_rtsym *mbox;
|
H A D | Makefile | 17 nfpcore/nfp_rtsym.o \
|