Lines Matching refs:cStat
188 u16 cStat; member
283 list->cStat = TLAN_CSTAT_UNUSED; in TLan_ResetLists()
300 rx_ring[i].cStat = TLAN_CSTAT_READY; in TLan_ResetLists()
539 u16 tmpCStat = le32_to_cpu(rx_ring[entry].cStat); in tlan_poll()
565 rx_ring[entry].cStat = 0; in tlan_poll()
573 if ((rx_ring[entry].cStat & TLAN_CSTAT_READY) == in tlan_poll()
602 rx_ring[entry].cStat = TLAN_CSTAT_READY; in refill_rx()
641 if (tail_list->cStat != TLAN_CSTAT_UNUSED) { in tlan_transmit()
644 tx_ring[entry].cStat = TLAN_CSTAT_UNUSED; in tlan_transmit()
689 tail_list->cStat = TLAN_CSTAT_READY; in tlan_transmit()
724 while ((tail_list->cStat == TLAN_CSTAT_READY) && currticks() < to); in tlan_transmit()
727 while (((tmpCStat = head_list->cStat) & TLAN_CSTAT_FRM_CMP) in tlan_transmit()
732 head_list->cStat = TLAN_CSTAT_UNUSED; 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()