Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtlan.c283 list->cStat = TLAN_CSTAT_UNUSED; in TLan_ResetLists()
641 if (tail_list->cStat != TLAN_CSTAT_UNUSED) { in tlan_transmit()
644 tx_ring[entry].cStat = TLAN_CSTAT_UNUSED; in tlan_transmit()
732 head_list->cStat = TLAN_CSTAT_UNUSED; in tlan_transmit()
H A Dtlan.h145 #define TLAN_CSTAT_UNUSED 0x8000 macro