Lines Matching refs:hard
96 pkt->hard.source = *dev->dev_addr; in build_header()
104 pkt->hard.dest = 0; in build_header()
108 pkt->hard.dest = daddr; in build_header()
117 struct arc_hardware *hard = &pkt->hard; in prepare_tx() local
133 hard->offset[0] = 0; in prepare_tx()
134 hard->offset[1] = ofs = 512 - length; in prepare_tx()
136 hard->offset[0] = 0; in prepare_tx()
137 hard->offset[1] = ofs = 512 - length - 3; in prepare_tx()
139 hard->offset[0] = ofs = 256 - length; in prepare_tx()
145 lp->hw.copy_to_card(dev, bufnum, 0, hard, ARC_HDR_SIZE); in prepare_tx()
148 lp->lastload_dest = hard->dest; in prepare_tx()