Lines Matching refs:ofs
48 int ofs; in rx() local
53 ofs = 512 - length; in rx()
55 ofs = 256 - length; in rx()
82 lp->hw.copy_from_card(dev, bufnum, ofs + sizeof(pkt->soft), in rx()
139 int ofs; in prepare_tx() local
161 hard->offset[1] = ofs = 512 - length; in prepare_tx()
164 hard->offset[1] = ofs = 512 - length - 3; in prepare_tx()
166 hard->offset[0] = ofs = 256 - length; in prepare_tx()
169 length,ofs); in prepare_tx()
173 lp->hw.copy_to_card(dev, bufnum, ofs, &pkt->soft.cap.proto, in prepare_tx()
178 lp->hw.copy_to_card(dev, bufnum, ofs+1, in prepare_tx()