Home
last modified time | relevance | path

Searched refs:ALIGN8 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_debugdump.c15 #define ALIGN8(x) ALIGN(x, 8) macro
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()
464 header_size = ALIGN8(sizeof(*dump_header)); in nfp_dump_csr_range()
566 header_size = ALIGN8(sizeof(*dump_header)); in nfp_dump_indirect_csr_range()
569 total_size = header_size + ALIGN8(reg_data_length); in nfp_dump_indirect_csr_range()
622 total_size = header_size + ALIGN8(sym_size); in nfp_dump_single_rtsym()
[all …]