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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dyellowfin.c76 #define TX_TOTAL_SIZE 2*TX_RING_SIZE*sizeof(struct yellowfin_desc)
77 #define RX_TOTAL_SIZE RX_RING_SIZE*sizeof(struct yellowfin_desc)
265 struct yellowfin_desc { struct
286 /* Bits in yellowfin_desc.cmd */
294 /* Bits in yellowfin_desc.status */
308 struct yellowfin_desc *rx_ring;
309 struct yellowfin_desc *tx_ring;
444 np->tx_ring = (struct yellowfin_desc *)ring_space;
450 np->rx_ring = (struct yellowfin_desc *)ring_space;
742 ((i+1)%RX_RING_SIZE)*sizeof(struct yellowfin_desc));
[all...]

Completed in 118 milliseconds