Searched refs:ALIGN8 (Results 1 – 1 of 1) sorted by relevance
15 #define ALIGN8(x) ALIGN(x, 8) macro186 return ALIGN8(sizeof(struct nfp_dump_error) + sizeof(*spec) + in nfp_dump_error_tlv_size()194 return sizeof(struct nfp_dump_tl) + ALIGN8(fwname_len + 1); in nfp_calc_fwname_tlv_size()211 return sizeof(struct nfp_dump_tl) + ALIGN8(key_len + strlen(value) + 2); in nfp_calc_hwinfo_field_sz()246 return ALIGN8(offsetof(struct nfp_dump_rtsym, rtsym) + key_len + 1) + in nfp_calc_rtsym_dump_sz()247 ALIGN8(nfp_rtsym_size(sym)); in nfp_calc_rtsym_dump_sz()268 *size += ALIGN8(sizeof(struct nfp_dump_csr)) + in nfp_add_tlv_size()269 ALIGN8(be32_to_cpu(spec_csr->cpp.dump_length)); in nfp_add_tlv_size()276 *size += ALIGN8(sizeof(struct nfp_dump_csr)) + in nfp_add_tlv_size()277 ALIGN8(be32_to_cpu(spec_csr->cpp.dump_length) * in nfp_add_tlv_size()[all …]