Lines Matching refs: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, in rx() argument
162 lp->hw.copy_from_card(dev, bufnum, 512 - length, in rx()
197 lp->hw.copy_from_card(dev, bufnum, in rx()
353 lp->hw.copy_from_card(dev, bufnum, ofs + RFC1201_HDR_SIZE, in rx()
443 struct arc_rfc1201 *soft, int softlen, int bufnum) in load_pkt() argument
463 lp->hw.copy_to_card(dev, bufnum, ofs - RFC1201_HDR_SIZE, in load_pkt()
469 lp->hw.copy_to_card(dev, bufnum, 0, hard, ARC_HDR_SIZE); in load_pkt()
470 lp->hw.copy_to_card(dev, bufnum, ofs, soft, softlen); in load_pkt()
476 int bufnum) in prepare_tx() argument
483 lp->next_tx, lp->cur_tx, bufnum); in prepare_tx()
505 load_pkt(dev, &pkt->hard, &pkt->soft.rfc1201, length, bufnum); in prepare_tx()
510 static int continue_tx(struct net_device *dev, int bufnum) in continue_tx() argument
540 load_pkt(dev, hard, newsoft, seglen + RFC1201_HDR_SIZE, bufnum); in continue_tx()