Searched refs:txList (Results 1 – 2 of 2) sorted by relevance
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()[all …]
184 TLanList *txList; member