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

/linux-master/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_hwinfo.c208 static struct nfp_hwinfo *hwinfo_fetch(struct nfp_cpp *cpp, size_t *hwdb_size) argument
217 db = hwinfo_try_fetch(cpp, hwdb_size);
232 size_t hwdb_size = 0; local
235 db = hwinfo_fetch(cpp, &hwdb_size);
239 err = hwinfo_db_validate(cpp, db, hwdb_size);

Completed in 166 milliseconds