Searched refs:tx_status (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dnatsemi.c610 u32 tx_status; local
649 while ((((volatile u32) tx_status=txd.cmdsts) & OWN) && (currticks() < to))
653 printf("natsemi_transmit: TX Timeout! Tx status %X.\n", tx_status);
656 if (!(tx_status & 0x08000000)) {
657 printf("natsemi_transmit: Transmit error, Tx status %X.\n", tx_status);
H A Dsis900.c1079 u32 tx_status; local
1118 while ((((volatile u32) tx_status=txd.cmdsts) & OWN) && (currticks() < to))
1122 printf("sis900_transmit: TX Timeout! Tx status %X.\n", tx_status);
1125 if (tx_status & (ABORT | UNDERRUN | OWCOLL)) {
1127 printf("sis900_transmit: Transmit error, Tx status %X.\n", tx_status);
H A Dvia-rhine.c449 tx_status; member in struct:rhine_tx_desc
701 tp->tx_ring[i].tx_status.lw = 0;
1275 tp->tx_ring[entry].tx_status.bits.own_bit = 1;
1281 /*printf("tdsw=[%X]",tp->tx_ring[entry].tx_status.lw); */
1292 while (tp->tx_ring[entry].tx_status.bits.own_bit != 0)

Completed in 32 milliseconds