Lines Matching defs:ofs
139 int saddr = pkt->hard.source, ofs;
146 ofs = 512 - length;
148 ofs = 256 - length;
161 ofs += 4;
198 ofs + sizeof(pkt->soft),
353 lp->hw.copy_from_card(dev, bufnum, ofs + RFC1201_HDR_SIZE,
446 int ofs;
452 hard->offset[1] = ofs = 512 - softlen;
461 ofs = 512 - softlen;
462 hard->offset[1] = ofs - RFC1201_HDR_SIZE;
463 lp->hw.copy_to_card(dev, bufnum, ofs - RFC1201_HDR_SIZE,
466 hard->offset[0] = ofs = 256 - softlen;
470 lp->hw.copy_to_card(dev, bufnum, ofs, soft, softlen);