Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dtlan.c1067 if ( tail_list->cStat != TLAN_CSTAT_UNUSED ) { in TLan_StartTx()
1099 tail_list->cStat = TLAN_CSTAT_READY; in TLan_StartTx()
1403 while (((tmpCStat = head_list->cStat ) & TLAN_CSTAT_FRM_CMP) && (ack < 255)) { in TLan_HandleTxEOF()
1418 head_list->cStat = TLAN_CSTAT_UNUSED; in TLan_HandleTxEOF()
1431 if ( ( head_list->cStat & TLAN_CSTAT_READY ) == TLAN_CSTAT_READY ) { in TLan_HandleTxEOF()
1531 while (((tmpCStat = head_list->cStat) & TLAN_CSTAT_FRM_CMP) && (ack < 255)) { in TLan_HandleRxEOF()
1585 head_list->cStat = 0; in TLan_HandleRxEOF()
1692 if ( ( head_list->cStat & TLAN_CSTAT_READY ) == TLAN_CSTAT_READY ) { in TLan_HandleTxEOC()
1957 list->cStat = TLAN_CSTAT_UNUSED; in TLan_ResetLists()
1974 list->cStat = TLAN_CSTAT_READY; in TLan_ResetLists()
[all …]
Dtlan.h143 u16 cStat; member