Lines Matching defs: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 {
346 /* Bits in netdev_desc.status */
363 struct netdev_desc *rx_ring;
364 struct netdev_desc *tx_ring;
390 struct netdev_desc *last_tx; /* Last Tx descriptor used. */
551 np->tx_ring = (struct netdev_desc *)ring_space;
558 np->rx_ring = (struct netdev_desc *)ring_space;
1065 struct netdev_desc *txdesc =
1074 entry*sizeof(struct netdev_desc));
1082 iowrite32 (np->tx_ring_dma + head * sizeof(struct netdev_desc),
1090 struct netdev_desc *txdesc;
1329 struct netdev_desc *desc = &(np->rx_ring[entry]);