Searched refs:tmpCStat (Results 1 – 1 of 1) sorted by relevance
539 u16 tmpCStat = le32_to_cpu(rx_ring[entry].cStat); in tlan_poll() local542 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() local727 while (((tmpCStat = head_list->cStat) & TLAN_CSTAT_FRM_CMP) in tlan_transmit()730 if(tmpCStat & TLAN_CSTAT_EOC) in tlan_transmit()