HomeSort by relevance Sort by last modified time
    Searched defs:tx_status (Results 1 - 7 of 7) 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); */
  /bootable/bootloader/legacy/usbloader/
usbloader.c 270 static void tx_status(const char *status) function
274 // dprintf("tx_status('%s')\n", status);
295 tx_status("OKAY");
354 tx_status("OKAY");
363 tx_status(cmdbuf);
384 tx_status(response);
394 tx_status("FAILdata too large");
402 tx_status(status);
411 tx_status("FAILpartition does not exist");
418 tx_status("FAILfailed to erase partition")
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth.h 148 int tx_status; member in struct:wpa_auth_config
  /external/wpa_supplicant_8/src/drivers/
driver.h 2956 struct tx_status { struct in union:wpa_event_data
2963 } tx_status; member in union:wpa_event_data
    [all...]

Completed in 154 milliseconds