• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/

Lines Matching refs:bdp

389 	struct greth_bd *bdp;
393 bdp = greth->tx_bd_base + greth->tx_next;
409 dma_addr = greth_read_bd(&bdp->addr);
439 greth_write_bd(&bdp->stat, status);
452 struct greth_bd *bdp;
485 bdp = greth->tx_bd_base + greth->tx_next;
486 greth_write_bd(&bdp->stat, status);
492 greth_write_bd(&bdp->addr, dma_addr);
500 bdp = greth->tx_bd_base + curr_tx;
521 greth_write_bd(&bdp->stat, status);
532 greth_write_bd(&bdp->addr, dma_addr);
541 bdp = greth->tx_bd_base + greth->tx_next;
542 greth_write_bd(&bdp->stat, greth_read_bd(&bdp->stat) | GRETH_BD_EN);
554 bdp = greth->tx_bd_base + greth->tx_next + i;
556 greth_read_bd(&bdp->addr),
557 greth_read_bd(&bdp->stat) & GRETH_BD_LEN,
606 struct greth_bd *bdp;
612 bdp = greth->tx_bd_base + greth->tx_last;
613 stat = greth_read_bd(&bdp->stat);
658 struct greth_bd *bdp, *bdp_last_frag;
682 bdp = greth->tx_bd_base + greth->tx_last;
687 greth_read_bd(&bdp->addr),
693 bdp = greth->tx_bd_base + greth->tx_last;
696 greth_read_bd(&bdp->addr),
712 struct greth_bd *bdp;
714 bdp = greth->rx_bd_base + greth->rx_cur;
715 status = greth_read_bd(&bdp->stat);
725 struct greth_bd *bdp;
735 bdp = greth->rx_bd_base + greth->rx_cur;
736 status = greth_read_bd(&bdp->stat);
737 dma_addr = greth_read_bd(&bdp->addr);
801 greth_write_bd(&bdp->stat, status);
834 struct greth_bd *bdp;
844 bdp = greth->rx_bd_base + greth->rx_cur;
846 status = greth_read_bd(&bdp->stat);
884 greth_read_bd(&bdp->addr),
889 greth_print_rx_packet(phys_to_virt(greth_read_bd(&bdp->addr)), pkt_len);
903 greth_write_bd(&bdp->addr, dma_addr);
922 greth_write_bd(&bdp->stat, status);