Lines Matching refs:txList
864 priv->txList = priv->rxList + TLAN_NUM_RX_LISTS; in TLan_Init()
867 priv->rxBuffer = (u8 *) ( priv->txList + TLAN_NUM_TX_LISTS ); in TLan_Init()
1064 tail_list = priv->txList + priv->txTail; in TLan_StartTx()
1108 ( priv->txList + ( TLAN_NUM_TX_LISTS - 1 ) )->forward = tail_list_phys; in TLan_StartTx()
1110 ( priv->txList + ( priv->txTail - 1 ) )->forward = tail_list_phys; in TLan_StartTx()
1255 TLan_PrintList( priv->txList + i, "TX", i ); in TLan_GetStats()
1401 head_list = priv->txList + priv->txHead; in TLan_HandleTxEOF()
1421 head_list = priv->txList + priv->txHead; in TLan_HandleTxEOF()
1429 head_list = priv->txList + priv->txHead; in TLan_HandleTxEOF()
1690 head_list = priv->txList + priv->txHead; in TLan_HandleTxEOC()
1956 list = priv->txList + i; in TLan_ResetLists()
2013 list = priv->txList + i; in TLan_FreeLists()