Home
last modified time | relevance | path

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

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