Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dtlan.c314 static void TLan_PrintList( TLanList *, char *, int );
847 * ( sizeof(TLanList) + TLAN_MAX_FRAME_SIZE ); in TLan_Init()
850 * ( sizeof(TLanList) ); in TLan_Init()
861 priv->rxList = (TLanList *) in TLan_Init()
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()
1052 TLanList *tail_list; in TLan_StartTx()
1065 tail_list_phys = priv->txListDMA + sizeof(TLanList) * priv->txTail; in TLan_StartTx()
1395 TLanList *head_list; in TLan_HandleTxEOF()
1430 head_list_phys = priv->txListDMA + sizeof(TLanList) * priv->txHead; in TLan_HandleTxEOF()
[all …]
Dtlan.h146 } TLanList; typedef
177 TLanList *rxList;
184 TLanList *txList;