Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dtlan.c173 u16 cStat; member
251 list->cStat = TLAN_CSTAT_UNUSED; in TLan_ResetLists()
266 rx_ring[i].cStat = TLAN_CSTAT_READY; in TLan_ResetLists()
501 u16 tmpCStat = le32_to_cpu(rx_ring[entry].cStat); in tlan_poll()
525 rx_ring[entry].cStat = 0; in tlan_poll()
532 if ((rx_ring[entry].cStat & TLAN_CSTAT_READY) == in tlan_poll()
559 rx_ring[entry].cStat = TLAN_CSTAT_READY; in refill_rx()
594 if (tail_list->cStat != TLAN_CSTAT_UNUSED) { in tlan_transmit()
597 tx_ring[entry].cStat = TLAN_CSTAT_UNUSED; in tlan_transmit()
642 tail_list->cStat = TLAN_CSTAT_READY; in tlan_transmit()
[all …]