Searched refs:bd_pool_head (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.c394 struct emac_tx_bd __iomem *bd_pool_head; member in struct:emac_txch
440 struct emac_rx_bd __iomem *bd_pool_head; member in struct:emac_rxch
1252 txch->bd_pool_head = NULL;
1255 curr_bd->next = txch->bd_pool_head;
1256 txch->bd_pool_head = curr_bd;
1360 txch->bd_pool_head = txch->active_queue_head;
1453 curr_bd->next = txch->bd_pool_head;
1454 txch->bd_pool_head = curr_bd;
1501 curr_bd = txch->bd_pool_head;
1508 txch->bd_pool_head
[all...]

Completed in 22 milliseconds