Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/e1000/
De1000_hw.c7574 uint16_t remaining, i, j, prev_bytes; in e1000_mng_host_if_write() local
7583 prev_bytes = offset & 0x3; in e1000_mng_host_if_write()
7587 if (prev_bytes) { in e1000_mng_host_if_write()
7589 for (j = prev_bytes; j < sizeof(uint32_t); j++) { in e1000_mng_host_if_write()
7594 length -= j - prev_bytes; in e1000_mng_host_if_write()