Lines Matching refs:active_queue_head
408 curr_bd = txch->active_queue_head; in emac_txch_teardown()
417 txch->bd_pool_head = txch->active_queue_head; in emac_txch_teardown()
418 txch->active_queue_head = in emac_txch_teardown()
479 curr_bd = txch->active_queue_head; in emac_tx_bdproc()
493 txch->active_queue_head = curr_bd->next; in emac_tx_bdproc()
510 curr_bd = txch->active_queue_head; in emac_tx_bdproc()
585 if (txch->active_queue_head == RT_NULL) { in emac_send()
586 txch->active_queue_head = curr_bd; in emac_send()
756 if (rxch->active_queue_head == RT_NULL) { in emac_addbd_to_rx_queue()
757 rxch->active_queue_head = curr_bd; in emac_addbd_to_rx_queue()
761 emac_virt_to_phys(rxch->active_queue_head)); in emac_addbd_to_rx_queue()
878 curr_bd = rxch->active_queue_head; in emac_rx_bdproc()
906 rxch->active_queue_head = curr_bd; in emac_rx_bdproc()
929 curr_bd = rxch->active_queue_head; in emac_rx_bdproc()
1157 txch->active_queue_head = RT_NULL; in emac_init_txch()
1246 rxch->active_queue_head = RT_NULL; in emac_init_rxch()
1263 curr_bd->h_next = emac_virt_to_phys(rxch->active_queue_head); in emac_init_rxch()
1271 curr_bd->next = rxch->active_queue_head; in emac_init_rxch()
1272 rxch->active_queue_head = curr_bd; in emac_init_rxch()
1437 (unsigned int)(rxch->active_queue_head)); /* physcal addr */ in emac_hw_enable()