Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dmanage.c187 u16 remaining, i, j, prev_bytes; in e1000_mng_host_if_write() local
195 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()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dnetcnt_prog.c55 if (cnt->bytes + percpu_cnt->bytes - percpu_cnt->prev_bytes < dt) in bpf_nextcnt()
63 percpu_cnt->prev_bytes = cnt->bytes; in bpf_nextcnt()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dnetcnt_common.h31 __u64 prev_bytes; member