Searched refs:active_queue_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.c395 struct emac_tx_bd __iomem *active_queue_head; member in struct:emac_txch
441 struct emac_rx_bd __iomem *active_queue_head; member in struct:emac_rxch
1225 txch->active_queue_head = NULL;
1347 curr_bd = txch->active_queue_head;
1360 txch->bd_pool_head = txch->active_queue_head;
1361 txch->active_queue_head =
1422 curr_bd = txch->active_queue_head;
1436 txch->active_queue_head = curr_bd->next;
1458 curr_bd = txch->active_queue_head;
1522 if (txch->active_queue_head
[all...]

Completed in 103 milliseconds