Lines Matching refs:status
673 pr_debug("%s: Opening, IRQ %d status@%x %4.4x.\n", dev->name,
679 pr_debug("%s: Opened 3c509 IRQ %d status %4.4x.\n",
691 pr_warn("%s: transmit timed out, Tx_status %2.2x status %4.4x Tx FIFO room %d\n",
715 pr_debug("%s: el3_start_xmit(length = %u) called, status %4.4x.\n",
747 /* Clear the Tx status stack. */
756 outb(0x00, ioaddr + TX_STATUS); /* Pop the status stack. */
768 int ioaddr, status;
777 status = inw(ioaddr + EL3_STATUS);
778 pr_debug("%s: interrupt, status %4.4x.\n", dev->name, status);
781 while ((status = inw(ioaddr + EL3_STATUS)) &
784 if (status & RxComplete)
787 if (status & TxAvailable) {
794 if (status & (AdapterFailure | RxEarly | StatsFull | TxComplete)) {
796 if (status & StatsFull) /* Empty statistics. */
798 if (status & RxEarly) { /* Rx early is unused. */
802 if (status & TxComplete) { /* Really Tx error. */
810 outb(0x00, ioaddr + TX_STATUS); /* Pop the status stack. */
813 if (status & AdapterFailure) {
827 pr_err("%s: Infinite loop in interrupt, status %4.4x.\n",
828 dev->name, status);
838 pr_debug("%s: exiting interrupt, status %4.4x.\n", dev->name,
915 pr_debug(" In rx_packet(), status %4.4x, rx_status %4.4x.\n",
937 pr_debug("Receiving packet size %d status %4.4x.\n",
961 pr_debug(" Waiting for 3c509 to discard packet, status %x.\n",
1301 /* Allow status bits to be seen. */