Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dtlan.c266 rx_ring[i].cStat = TLAN_CSTAT_READY; in TLan_ResetLists()
532 if ((rx_ring[entry].cStat & TLAN_CSTAT_READY) == in tlan_poll()
533 TLAN_CSTAT_READY) { in tlan_poll()
559 rx_ring[entry].cStat = TLAN_CSTAT_READY; in refill_rx()
642 tail_list->cStat = TLAN_CSTAT_READY; in tlan_transmit()
667 while ((tail_list->cStat == TLAN_CSTAT_READY) && currticks() < to); in tlan_transmit()
685 if ((head_list->cStat & TLAN_CSTAT_READY) == TLAN_CSTAT_READY) { in tlan_transmit()
700 if ((head_list->cStat & TLAN_CSTAT_READY) == TLAN_CSTAT_READY) { in tlan_transmit()
Dtlan.h137 #define TLAN_CSTAT_READY 0x3000 macro