Lines Matching refs:status
671 pr_debug("%s: Opening, IRQ %d status@%x %4.4x.\n", dev->name,
677 pr_debug("%s: Opened 3c509 IRQ %d status %4.4x.\n",
689 pr_warn("%s: transmit timed out, Tx_status %2.2x status %4.4x Tx FIFO room %d\n",
713 pr_debug("%s: el3_start_xmit(length = %u) called, status %4.4x.\n",
745 /* Clear the Tx status stack. */
754 outb(0x00, ioaddr + TX_STATUS); /* Pop the status stack. */
766 int ioaddr, status;
775 status = inw(ioaddr + EL3_STATUS);
776 pr_debug("%s: interrupt, status %4.4x.\n", dev->name, status);
779 while ((status = inw(ioaddr + EL3_STATUS)) &
782 if (status & RxComplete)
785 if (status & TxAvailable) {
792 if (status & (AdapterFailure | RxEarly | StatsFull | TxComplete)) {
794 if (status & StatsFull) /* Empty statistics. */
796 if (status & RxEarly) { /* Rx early is unused. */
800 if (status & TxComplete) { /* Really Tx error. */
808 outb(0x00, ioaddr + TX_STATUS); /* Pop the status stack. */
811 if (status & AdapterFailure) {
825 pr_err("%s: Infinite loop in interrupt, status %4.4x.\n",
826 dev->name, status);
836 pr_debug("%s: exiting interrupt, status %4.4x.\n", dev->name,
913 pr_debug(" In rx_packet(), status %4.4x, rx_status %4.4x.\n",
935 pr_debug("Receiving packet size %d status %4.4x.\n",
959 pr_debug(" Waiting for 3c509 to discard packet, status %x.\n",
1300 /* Allow status bits to be seen. */