Searched refs:TLAN_CSTAT_READY (Results 1 – 2 of 2) sorted by relevance
300 rx_ring[i].cStat = TLAN_CSTAT_READY; in TLan_ResetLists()573 if ((rx_ring[entry].cStat & TLAN_CSTAT_READY) == in tlan_poll()574 TLAN_CSTAT_READY) { in tlan_poll()602 rx_ring[entry].cStat = TLAN_CSTAT_READY; in refill_rx()689 tail_list->cStat = TLAN_CSTAT_READY; in tlan_transmit()724 while ((tail_list->cStat == TLAN_CSTAT_READY) && currticks() < to); in tlan_transmit()742 if ((head_list->cStat & TLAN_CSTAT_READY) == TLAN_CSTAT_READY) { in tlan_transmit()757 if ((head_list->cStat & TLAN_CSTAT_READY) == TLAN_CSTAT_READY) { in tlan_transmit()
147 #define TLAN_CSTAT_READY 0x3000 macro