Searched refs:active_queue_tail (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.c396 struct emac_tx_bd __iomem *active_queue_tail; member in struct:emac_txch
442 struct emac_rx_bd __iomem *active_queue_tail; member in struct:emac_rxch
1226 txch->active_queue_tail = NULL;
1355 if (curr_bd != txch->active_queue_tail)
1362 txch->active_queue_tail = NULL;
1524 txch->active_queue_tail = curr_bd;
1535 tail_bd = txch->active_queue_tail;
1537 txch->active_queue_tail = curr_bd;
1714 rxch->active_queue_tail = mem;
1745 RX BD ready to be given to RX HDP and rxch->active_queue_tail
[all...]

Completed in 43 milliseconds