Searched refs:emac_tx_bd (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 Ddavinci_emac.c369 /** emac_tx_bd: EMAC TX Buffer descriptor data structure
373 struct emac_tx_bd { struct
378 struct emac_tx_bd __iomem *next;
394 struct emac_tx_bd __iomem *bd_pool_head;
395 struct emac_tx_bd __iomem *active_queue_head;
396 struct emac_tx_bd __iomem *active_queue_tail;
397 struct emac_tx_bd __iomem *last_hw_bdprocessed;
1215 struct emac_tx_bd __iomem *curr_bd;
1241 bd_size = (sizeof(struct emac_tx_bd) + 0xF) & ~0xF;
1331 struct emac_tx_bd __iome
[all...]

Completed in 38 milliseconds