Lines Matching refs:j
205 u16 remaining, i, j, prev_bytes; in e1000_mng_host_if_write() local
218 for (j = prev_bytes; j < sizeof(u32); j++) { in e1000_mng_host_if_write()
219 *(tmp + j) = *bufptr++; in e1000_mng_host_if_write()
220 *sum += *(tmp + j); in e1000_mng_host_if_write()
223 length -= j - prev_bytes; in e1000_mng_host_if_write()
237 for (j = 0; j < sizeof(u32); j++) { in e1000_mng_host_if_write()
238 *(tmp + j) = *bufptr++; in e1000_mng_host_if_write()
239 *sum += *(tmp + j); in e1000_mng_host_if_write()
245 for (j = 0; j < sizeof(u32); j++) { in e1000_mng_host_if_write()
246 if (j < remaining) in e1000_mng_host_if_write()
247 *(tmp + j) = *bufptr++; in e1000_mng_host_if_write()
249 *(tmp + j) = 0; in e1000_mng_host_if_write()
251 *sum += *(tmp + j); in e1000_mng_host_if_write()