Home
last modified time | relevance | path

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

/drivers/net/
Dtlan.c317 static void TLan_PrintList( TLanList *, char *, int );
879 * ( sizeof(TLanList) ); in TLan_Init()
890 priv->rxList = (TLanList *) ALIGN((unsigned long)priv->dmaStorage, 8); in TLan_Init()
893 priv->txListDMA = priv->rxListDMA + sizeof(TLanList) * TLAN_NUM_RX_LISTS; in TLan_Init()
1090 TLanList *tail_list; in TLan_StartTx()
1106 tail_list_phys = priv->txListDMA + sizeof(TLanList) * priv->txTail; in TLan_StartTx()
1405 TLanList *head_list; in TLan_HandleTxEOF()
1445 head_list_phys = priv->txListDMA + sizeof(TLanList) * priv->txHead; in TLan_HandleTxEOF()
1534 TLanList *head_list; in TLan_HandleRxEOF()
1536 TLanList *tail_list; in TLan_HandleRxEOF()
[all …]
Dtlan.h146 } TLanList; typedef
178 TLanList *rxList;
185 TLanList *txList;