Lines Matching refs:netdev_desc
69 #define TX_TOTAL_SIZE TX_RING_SIZE*sizeof(struct netdev_desc)
70 #define RX_TOTAL_SIZE RX_RING_SIZE*sizeof(struct netdev_desc)
340 struct netdev_desc { struct
363 struct netdev_desc *rx_ring;
364 struct netdev_desc *tx_ring;
390 struct netdev_desc *last_tx; /* Last Tx descriptor used. */
549 np->tx_ring = (struct netdev_desc *)ring_space; in sundance_probe1()
556 np->rx_ring = (struct netdev_desc *)ring_space; in sundance_probe1()
1063 struct netdev_desc *txdesc = in tx_poll()
1072 entry*sizeof(struct netdev_desc)); in tx_poll()
1080 iowrite32 (np->tx_ring_dma + head * sizeof(struct netdev_desc), in tx_poll()
1088 struct netdev_desc *txdesc; in start_tx()
1327 struct netdev_desc *desc = &(np->rx_ring[entry]); in rx_poll()