Searched refs:this_offset (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/
H A Dnetconsole.c1092 int this_offset = 0; local
1107 this_offset += this_chunk;
1112 if (offset + this_offset >= body_len &&
1113 offset + this_offset < userdata_len + body_len) {
1114 int sent_userdata = (offset + this_offset) - body_len;
1124 memcpy(buf + this_header + this_offset,
1127 this_offset += this_chunk;
1130 netpoll_send_udp(&nt->np, buf, this_header + this_offset);
1131 offset += this_offset;
/linux-master/drivers/net/ethernet/sun/
H A Dsungem.c2736 int this_offset; local
2738 for (this_offset = 0x20; this_offset < len; this_offset++) {
2739 void __iomem *p = rom_base + this_offset;
2750 this_offset += 6;
H A Dsunhme.c2336 int this_offset; local
2338 for (this_offset = 0x20; this_offset < len; this_offset++) {
2339 void __iomem *p = rom_base + this_offset;
2349 this_offset += 6;

Completed in 145 milliseconds