Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/ti/
Dtlan.c1374 dma_addr_t head_list_phys; in tlan_handle_tx_eof() local
1416 head_list_phys = priv->tx_list_dma in tlan_handle_tx_eof()
1420 outl(head_list_phys, dev->base_addr + TLAN_CH_PARM); in tlan_handle_tx_eof()
1511 dma_addr_t head_list_phys; in tlan_handle_rx_eof() local
1516 head_list_phys = in tlan_handle_rx_eof()
1553 tail_list->forward = head_list_phys; in tlan_handle_rx_eof()
1558 head_list_phys = priv->rx_list_dma in tlan_handle_rx_eof()
1572 head_list_phys = priv->rx_list_dma in tlan_handle_rx_eof()
1574 outl(head_list_phys, dev->base_addr + TLAN_CH_PARM); in tlan_handle_rx_eof()
1652 dma_addr_t head_list_phys; in tlan_handle_tx_eoc() local
[all …]