Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dtlan.c865 priv->txListDMA = priv->rxListDMA + sizeof(TLanList) * TLAN_NUM_RX_LISTS; in TLan_Init()
868 priv->rxBufferDMA =priv->txListDMA + sizeof(TLanList) * TLAN_NUM_TX_LISTS; in TLan_Init()
1065 tail_list_phys = priv->txListDMA + sizeof(TLanList) * priv->txTail; in TLan_StartTx()
1430 head_list_phys = priv->txListDMA + sizeof(TLanList) * priv->txHead; in TLan_HandleTxEOF()
1691 head_list_phys = priv->txListDMA + sizeof(TLanList) * priv->txHead; in TLan_HandleTxEOC()
Dtlan.h185 dma_addr_t txListDMA; member