Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dtlan.c504 if ((tmpCStat & TLAN_CSTAT_FRM_CMP) && !retrieve) in tlan_poll()
509 if (!(tmpCStat & TLAN_CSTAT_FRM_CMP)) in tlan_poll()
670 while (((tmpCStat = head_list->cStat) & TLAN_CSTAT_FRM_CMP) in tlan_transmit()
Dtlan.h136 #define TLAN_CSTAT_FRM_CMP 0x4000 macro