Home
last modified time | relevance | path

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

/titanic_50/usr/src/grub/grub-0.97/netboot/
H A Dtlan.h146 #define TLAN_CSTAT_FRM_CMP 0x4000 macro
H A Dtlan.c542 if ((tmpCStat & TLAN_CSTAT_FRM_CMP) && !retrieve) in tlan_poll()
547 if (!(tmpCStat & TLAN_CSTAT_FRM_CMP)) in tlan_poll()
727 while (((tmpCStat = head_list->cStat) & TLAN_CSTAT_FRM_CMP) in tlan_transmit()