Searched refs:nfp_dump_tl (Results 1 – 1 of 1) sorted by relevance
36 struct nfp_dump_tl { struct44 static_assert(offsetof(struct nfp_dump_tl, data) == sizeof(struct nfp_dump_tl_hdr), argument117 typedef int (*nfp_tlv_visit)(struct nfp_pf *pf, struct nfp_dump_tl *tl,125 struct nfp_dump_tl *tl; in nfp_traverse_tlvs()189 static int nfp_dump_error_tlv_size(struct nfp_dump_tl *spec) in nfp_dump_error_tlv_size()199 return sizeof(struct nfp_dump_tl) + ALIGN8(fwname_len + 1); in nfp_calc_fwname_tlv_size()202 static int nfp_calc_hwinfo_field_sz(struct nfp_pf *pf, struct nfp_dump_tl *spec) in nfp_calc_hwinfo_field_sz()216 return sizeof(struct nfp_dump_tl) + ALIGN8(key_len + strlen(value) + 2); in nfp_calc_hwinfo_field_sz()234 nfp_calc_rtsym_dump_sz(struct nfp_pf *pf, struct nfp_dump_tl *spec) in nfp_calc_rtsym_dump_sz()256 nfp_add_tlv_size(struct nfp_pf *pf, struct nfp_dump_tl *tl, void *param) in nfp_add_tlv_size()[all …]