Lines Matching refs:hard
115 pkt->hard.source = *dev->dev_addr; in build_header()
124 pkt->hard.dest = 0; in build_header()
128 pkt->hard.dest = daddr; in build_header()
138 struct arc_hardware *hard = &pkt->hard; in prepare_tx() local
160 hard->offset[0] = 0; in prepare_tx()
161 hard->offset[1] = ofs = 512 - length; in prepare_tx()
163 hard->offset[0] = 0; in prepare_tx()
164 hard->offset[1] = ofs = 512 - length - 3; in prepare_tx()
166 hard->offset[0] = ofs = 256 - length; in prepare_tx()
172 lp->hw.copy_to_card(dev, bufnum, 0, hard, ARC_HDR_SIZE); in prepare_tx()
181 lp->lastload_dest = hard->dest; in prepare_tx()