Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dtlan.c251 list->cStat = TLAN_CSTAT_UNUSED; in TLan_ResetLists()
594 if (tail_list->cStat != TLAN_CSTAT_UNUSED) { in tlan_transmit()
597 tx_ring[entry].cStat = TLAN_CSTAT_UNUSED; in tlan_transmit()
675 head_list->cStat = TLAN_CSTAT_UNUSED; in tlan_transmit()
Dtlan.h135 #define TLAN_CSTAT_UNUSED 0x8000 macro