Searched refs:netdev_desc (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Ddl2k.h39 #define TX_TOTAL_SIZE TX_RING_SIZE*sizeof(struct netdev_desc)
40 #define RX_TOTAL_SIZE RX_RING_SIZE*sizeof(struct netdev_desc)
634 struct netdev_desc { struct
645 struct netdev_desc *rx_ring;
646 struct netdev_desc *tx_ring;
671 struct netdev_desc *last_tx; /* Last Tx descriptor used. */
H A Dsundance.c126 #define TX_TOTAL_SIZE TX_RING_SIZE*sizeof(struct netdev_desc)
127 #define RX_TOTAL_SIZE RX_RING_SIZE*sizeof(struct netdev_desc)
421 struct netdev_desc { struct
427 /* Bits in netdev_desc.status */
444 struct netdev_desc *rx_ring;
445 struct netdev_desc *tx_ring;
459 struct netdev_desc *last_tx; /* Last Tx descriptor used. */
574 np->tx_ring = (struct netdev_desc *)ring_space;
580 np->rx_ring = (struct netdev_desc *)ring_space;
1050 struct netdev_desc *txdes
[all...]
H A Ddl2k.c235 np->tx_ring = (struct netdev_desc *) ring_space;
241 np->rx_ring = (struct netdev_desc *) ring_space;
559 sizeof (struct netdev_desc));
566 sizeof (struct netdev_desc));
604 struct netdev_desc *txdesc;
655 writel (np->tx_ring_dma + entry * sizeof (struct netdev_desc),
782 np->old_tx * sizeof (struct netdev_desc),
817 struct netdev_desc *desc = &np->rx_ring[entry];
1141 struct netdev_desc *desc;
H A Dnatsemi.c467 struct netdev_desc { struct
495 struct netdev_desc *rx_ring;
496 struct netdev_desc *tx_ring;
508 struct netdev_desc *rx_head_desc;
1131 writel(np->ring_dma + RX_RING_SIZE * sizeof(struct netdev_desc),
1311 sizeof(struct netdev_desc) * (RX_RING_SIZE+TX_RING_SIZE),
1357 +sizeof(struct netdev_desc)
1375 +sizeof(struct netdev_desc)
1425 sizeof(struct netdev_desc) * (RX_RING_SIZE+TX_RING_SIZE),

Completed in 41 milliseconds