Home
last modified time | relevance | path

Searched refs:bd_pool_head (Results 1 – 2 of 2) sorted by relevance

/bsp/dm365/drivers/
A Ddavinci_emac.c417 txch->bd_pool_head = txch->active_queue_head; in emac_txch_teardown()
505 curr_bd->next = txch->bd_pool_head; in emac_tx_bdproc()
506 txch->bd_pool_head = curr_bd; in emac_tx_bdproc()
557 curr_bd = txch->bd_pool_head; in emac_send()
572 txch->bd_pool_head = curr_bd->next; in emac_send()
1184 txch->bd_pool_head = RT_NULL; in emac_init_txch()
1187 curr_bd->next = txch->bd_pool_head; in emac_init_txch()
1188 txch->bd_pool_head = curr_bd; in emac_init_txch()
A Ddavinci_emac.h313 struct emac_tx_bd __iomem *bd_pool_head; member
359 struct emac_rx_bd __iomem *bd_pool_head; member

Completed in 9 milliseconds