Lines Matching defs:ofs
45 int ofs;
50 ofs = 512 - length;
52 ofs = 256 - length;
70 lp->hw.copy_from_card(dev, bufnum, ofs + sizeof(pkt->soft),
118 int ofs;
134 hard->offset[1] = ofs = 512 - length;
137 hard->offset[1] = ofs = 512 - length - 3;
139 hard->offset[0] = ofs = 256 - length;
142 arc_printk(D_DURING, dev, "prepare_tx: length=%d ofs=%d\n",
143 length, ofs);
146 lp->hw.copy_to_card(dev, bufnum, ofs, &pkt->soft, length);