Searched defs:tmpCStat (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtlan.c539 u16 tmpCStat = le32_to_cpu(rx_ring[entry].cStat); local
542 if ((tmpCStat & TLAN_CSTAT_FRM_CMP) && !retrieve)
547 if (!(tmpCStat & TLAN_CSTAT_FRM_CMP))
551 if (tmpCStat & TLAN_CSTAT_EOC)
624 u16 tmpCStat; local
727 while (((tmpCStat = head_list->cStat) & TLAN_CSTAT_FRM_CMP)
730 if(tmpCStat & TLAN_CSTAT_EOC)

Completed in 48 milliseconds