Lines Matching refs:netdev_desc
72 #define TX_TOTAL_SIZE TX_RING_SIZE*sizeof(struct netdev_desc)
73 #define RX_TOTAL_SIZE RX_RING_SIZE*sizeof(struct netdev_desc)
348 struct netdev_desc { struct
371 struct netdev_desc *rx_ring;
372 struct netdev_desc *tx_ring;
397 struct netdev_desc *last_tx; /* Last Tx descriptor used. */
562 np->tx_ring = (struct netdev_desc *)ring_space; in sundance_probe1()
569 np->rx_ring = (struct netdev_desc *)ring_space; in sundance_probe1()
1077 struct netdev_desc *txdesc = in tx_poll()
1086 entry*sizeof(struct netdev_desc)); in tx_poll()
1094 iowrite32 (np->tx_ring_dma + head * sizeof(struct netdev_desc), in tx_poll()
1102 struct netdev_desc *txdesc; in start_tx()
1342 struct netdev_desc *desc = &(np->rx_ring[entry]); in rx_poll()