Searched refs:nfp_hwinfo (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_hwinfo.c25 #define NFP_SUBSYS "nfp_hwinfo"
87 struct nfp_hwinfo { struct
100 static bool nfp_hwinfo_is_updating(struct nfp_hwinfo *hwinfo)
106 hwinfo_db_walk(struct nfp_cpp *cpp, struct nfp_hwinfo *hwinfo, u32 size)
129 hwinfo_db_validate(struct nfp_cpp *cpp, struct nfp_hwinfo *db, u32 len)
151 static struct nfp_hwinfo *
154 struct nfp_hwinfo *header;
208 static struct nfp_hwinfo *hwinfo_fetch(struct nfp_cpp *cpp, size_t *hwdb_size)
211 struct nfp_hwinfo *db;
229 struct nfp_hwinfo *nfp_hwinfo_rea
[all...]
H A Dnfp.h17 /* Implemented in nfp_hwinfo.c */
19 struct nfp_hwinfo;
20 struct nfp_hwinfo *nfp_hwinfo_read(struct nfp_cpp *cpp);
21 const char *nfp_hwinfo_lookup(struct nfp_hwinfo *hwinfo, const char *lookup);
22 char *nfp_hwinfo_get_packed_strings(struct nfp_hwinfo *hwinfo);
23 u32 nfp_hwinfo_get_packed_str_size(struct nfp_hwinfo *hwinfo);
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_main.h26 struct nfp_hwinfo;
122 struct nfp_hwinfo *hwinfo;
H A DMakefile9 nfpcore/nfp_hwinfo.o \

Completed in 262 milliseconds