Lines Matching defs:bytes
93 static int mtk_mib_entry_read(struct mtk_ppe *ppe, u16 index, u64 *bytes, u64 *packets)
112 *bytes = ((u64)cnt_r1 << 32) | cnt_r0;
120 *bytes = ((u64)byte_cnt_high << 32) | byte_cnt_low;
528 acct->bytes = 0;
854 u64 bytes, packets;
859 if (mtk_mib_entry_read(ppe, index, &bytes, &packets))
864 acct->bytes += bytes;
868 diff->bytes = bytes;