HomeSort by relevance Sort by last modified time
    Searched defs:tx_status (Results 1 - 6 of 6) sorted by null

  /external/grub/netboot/
smc9000.c 285 word tx_status; local
299 tx_status = inw( smc9000_base + DATA_1 );
301 if (0 == (tx_status & TS_SUCCESS)) {
303 printf("SMC9000: TX FAIL STATUS: %hX \n", tx_status);
sis900.c 920 u32 tx_status;
959 while ((((volatile u32) tx_status=txd.cmdsts) & OWN) && (currticks() < to))
963 printf("sis900_transmit: TX Timeout! Tx status %X.\n", tx_status);
966 if (tx_status & (ABORT | UNDERRUN | OWCOLL)) {
968 printf("sis900_transmit: Transmit error, Tx status %X.\n", tx_status);
904 u32 tx_status; local
natsemi.c 612 u32 tx_status;
651 while ((((volatile u32) tx_status=txd.cmdsts) & OWN) && (currticks() < to))
655 printf("natsemi_transmit: TX Timeout! Tx status %X.\n", tx_status);
658 if (!(tx_status & 0x08000000)) {
659 printf("natsemi_transmit: Transmit error, Tx status %X.\n", tx_status);
611 u32 tx_status; local
via-rhine.c 445 tx_status; member in struct:rhine_tx_desc
704 tp->tx_ring[i].tx_status.lw = 0;
1157 tp->tx_ring[entry].tx_status.bits.own_bit = 1;
1163 /*printf("tdsw=[%X]",tp->tx_ring[entry].tx_status.lw); */
  /external/wpa_supplicant_8/src/ap/
wpa_auth.h 142 int tx_status; member in struct:wpa_auth_config
  /external/wpa_supplicant_8/src/drivers/
driver.h 3628 struct tx_status { struct in union:wpa_event_data
3635 } tx_status; member in union:wpa_event_data
    [all...]

Completed in 116 milliseconds