Searched refs:txListDMA (Results 1 – 2 of 2) sorted by relevance
865 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()
185 dma_addr_t txListDMA; member