Lines Matching refs:hard
148 pkt->hard.source = *dev->dev_addr; in build_header()
157 pkt->hard.dest = 0; in build_header()
161 pkt->hard.dest = daddr; in build_header()
171 struct arc_hardware *hard = &pkt->hard; in prepare_tx() local
186 hard->offset[0] = 0; in prepare_tx()
187 hard->offset[1] = ofs = 512 - length; in prepare_tx()
189 hard->offset[0] = 0; in prepare_tx()
190 hard->offset[1] = ofs = 512 - length - 3; in prepare_tx()
192 hard->offset[0] = ofs = 256 - length; in prepare_tx()
197 lp->hw.copy_to_card(dev, bufnum, 0, hard, ARC_HDR_SIZE); in prepare_tx()
200 lp->lastload_dest = hard->dest; in prepare_tx()