Lines Matching refs:hard
115 pkt->hard.source = *dev->dev_addr; in build_header()
123 pkt->hard.dest = 0; in build_header()
127 pkt->hard.dest = daddr; in build_header()
136 struct arc_hardware *hard = &pkt->hard; in prepare_tx() local
157 hard->offset[0] = 0; in prepare_tx()
158 hard->offset[1] = ofs = 512 - length; in prepare_tx()
160 hard->offset[0] = 0; in prepare_tx()
161 hard->offset[1] = ofs = 512 - length - 3; in prepare_tx()
163 hard->offset[0] = ofs = 256 - length; in prepare_tx()
170 lp->hw.copy_to_card(dev, bufnum, 0, hard, ARC_HDR_SIZE); in prepare_tx()
180 lp->lastload_dest = hard->dest; in prepare_tx()