Home
last modified time | relevance | path

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

/titanic_44/usr/src/grub/grub-0.97/netboot/
H A Dtlan.c188 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()
[all …]