Lines Matching defs:bufnum
41 static void rx(struct net_device *dev, int bufnum,
46 int bufnum);
47 static int continue_tx(struct net_device *dev, int bufnum);
132 static void rx(struct net_device *dev, int bufnum,
162 lp->hw.copy_from_card(dev, bufnum, 512 - length,
197 lp->hw.copy_from_card(dev, bufnum,
353 lp->hw.copy_from_card(dev, bufnum, ofs + RFC1201_HDR_SIZE,
443 struct arc_rfc1201 *soft, int softlen, int bufnum)
463 lp->hw.copy_to_card(dev, bufnum, ofs - RFC1201_HDR_SIZE,
469 lp->hw.copy_to_card(dev, bufnum, 0, hard, ARC_HDR_SIZE);
470 lp->hw.copy_to_card(dev, bufnum, ofs, soft, softlen);
476 int bufnum)
483 lp->next_tx, lp->cur_tx, bufnum);
505 load_pkt(dev, &pkt->hard, &pkt->soft.rfc1201, length, bufnum);
510 static int continue_tx(struct net_device *dev, int bufnum)
540 load_pkt(dev, hard, newsoft, seglen + RFC1201_HDR_SIZE, bufnum);