Lines Matching defs:bufnum
42 static void rx(struct net_device *dev, int bufnum,
47 int bufnum);
48 static int continue_tx(struct net_device *dev, int bufnum);
133 static void rx(struct net_device *dev, int bufnum,
163 lp->hw.copy_from_card(dev, bufnum, 512 - length,
198 lp->hw.copy_from_card(dev, bufnum,
354 lp->hw.copy_from_card(dev, bufnum, ofs + RFC1201_HDR_SIZE,
444 struct arc_rfc1201 *soft, int softlen, int bufnum)
464 lp->hw.copy_to_card(dev, bufnum, ofs - RFC1201_HDR_SIZE,
470 lp->hw.copy_to_card(dev, bufnum, 0, hard, ARC_HDR_SIZE);
471 lp->hw.copy_to_card(dev, bufnum, ofs, soft, softlen);
477 int bufnum)
484 lp->next_tx, lp->cur_tx, bufnum);
506 load_pkt(dev, &pkt->hard, &pkt->soft.rfc1201, length, bufnum);
511 static int continue_tx(struct net_device *dev, int bufnum)
541 load_pkt(dev, hard, newsoft, seglen + RFC1201_HDR_SIZE, bufnum);