Searched refs:prev_bytes (Results 1 – 3 of 3) sorted by relevance
187 u16 remaining, i, j, prev_bytes; in e1000_mng_host_if_write() local195 prev_bytes = offset & 0x3; in e1000_mng_host_if_write()198 if (prev_bytes) { in e1000_mng_host_if_write()200 for (j = prev_bytes; j < sizeof(u32); j++) { in e1000_mng_host_if_write()205 length -= j - prev_bytes; in e1000_mng_host_if_write()
55 if (cnt->bytes + percpu_cnt->bytes - percpu_cnt->prev_bytes < dt) in bpf_nextcnt()63 percpu_cnt->prev_bytes = cnt->bytes; in bpf_nextcnt()
31 __u64 prev_bytes; member