Lines Matching refs:status
247 /* Transmit status bits. */
253 /* Receive status bits. */
937 netdev_dbg(dev, " MII transceiver at index %d, status %x\n",
1087 dev_dbg(&link->dev, "%s: smc_close(), status %4.4x.\n",
1134 netdev_warn(dev, "hardware Tx buffer allocation failed, status %#2.2x\n",
1148 /* Send the packet length (+6 for status, length and ctl byte)
1149 and the status word (set to zeros). */
1156 /* send the packet length: +6 for status word, length, and ctl */
1186 netdev_notice(dev, "transmit timed out, Tx_status %2.2x status %4.4x.\n",
1206 netdev_dbg(dev, "smc_start_xmit(length = %d) called, status %04x\n",
1315 netdev_dbg(dev, "Ethernet protocol handler interrupt, status %4.4x.\n",
1346 u_short saved_bank, saved_pointer, mask, status;
1376 do { /* read the status flag, and mask it */
1377 status = inw(ioaddr + INTERRUPT) & 0xff;
1379 status, mask);
1380 if ((status & mask) == 0) {
1385 if (status & IM_RCV_INT) {
1389 if (status & IM_TX_INT) {
1393 status &= mask;
1394 if (status & IM_TX_EMPTY_INT) {
1400 if (status & IM_ALLOC_INT) {
1412 if (status & IM_RX_OVRN_INT) {
1419 if (status & IM_EPH_INT)
1484 /* Reset the read pointer, and read the status and packet length. */
1489 netdev_dbg(dev, "Receive status %4.4x length %d.\n",