Lines Matching defs:offset
78 int offset;
196 unsigned long offset;
198 for (offset = 0; offset < length; offset += SMP_CACHE_BYTES)
199 asm("dcbf %0,%1,1" :: "b" (addr), "r" (offset));
971 data[i] = IBMVETH_GET_STAT(adapter, ibmveth_stats[i].offset);
1212 int offset = 0;
1220 offset = iph->ihl * 4;
1229 offset = sizeof(struct ipv6hdr);
1240 tcph = (struct tcphdr *)(skb->data + offset);
1243 } else if (offset) {
1249 hdr_len = offset + tcph->doff * 4;
1343 int offset = ibmveth_rxq_frame_offset(adapter);
1367 skb->data + offset,
1371 length + offset);
1377 skb_reserve(skb, offset);