Lines Matching +full:11 +full:n

70  * 11 bits are the parameter, if applicable.
74 TotalReset = 0<<11,
75 SelectWindow = 1<<11,
76 StartCoax = 2<<11,
77 RxDisable = 3<<11,
78 RxEnable = 4<<11,
79 RxReset = 5<<11,
80 RxDiscard = 8<<11,
81 TxEnable = 9<<11,
82 TxDisable = 10<<11,
83 TxReset = 11<<11,
84 FakeIntr = 12<<11,
85 AckIntr = 13<<11,
86 SetIntrEnb = 14<<11,
87 SetStatusEnb = 15<<11,
88 SetRxFilter = 16<<11,
89 SetRxThreshold = 17<<11,
90 SetTxThreshold = 18<<11,
91 SetTxStart = 19<<11,
92 StatsEnable = 21<<11,
93 StatsDisable = 22<<11,
94 StopCoax = 23<<11
152 #define INT_MODULE_PARM(n, v) static int n = v; module_param(n, int, 0) argument
200 dev_dbg(&link->dev, "3c589_attach()\n"); in tc589_probe()
237 dev_dbg(&link->dev, "3c589_detach\n"); in tc589_detach()
256 dev_dbg(&link->dev, "3c589_config\n"); in tc589_config()
260 dev_info(&link->dev, "hmmm, is this really a 3Com card??\n"); in tc589_config()
303 dev_err(&link->dev, "IO port conflict at 0x%03lx-0x%03lx\n", in tc589_config()
321 dev_err(&link->dev, "invalid if_port requested\n"); in tc589_config()
326 dev_err(&link->dev, "register_netdev() failed\n"); in tc589_config()
330 netdev_info(dev, "3Com 3c%s, io %#3lx, irq %d, hw_addr %pM\n", in tc589_config()
333 netdev_info(dev, " %dK FIFO split %s Rx:Tx, %s xcvr\n", in tc589_config()
382 netdev_warn(dev, "command 0x%04x did not complete!\n", cmd); in tc589_wait_for_completion()
438 netdev_info(dev, " irq status %04x, rx status %04x, tx status %02x tx free %04x\n", in dump_status()
442 netdev_info(dev, " diagnostics: fifo %04x net %04x ethernet %04x media %04x\n", in dump_status()
506 netdev_info(dev, "switched to %s port\n", if_names[dev->if_port]); in el3_config()
530 dev_dbg(&link->dev, "%s: opened, status %4.4x.\n", in el3_open()
540 netdev_warn(dev, "Transmit timed out!\n"); in el3_tx_timeout()
564 netdev_dbg(dev, "transmit error: status 0x%02x\n", tx_status); in pop_tx_status()
579 netdev_dbg(dev, "el3_start_xmit(length = %ld) called, status %4.4x.\n", in el3_start_xmit()
619 netdev_dbg(dev, "interrupt, status %4.4x.\n", inw(ioaddr + EL3_STATUS)); in el3_interrupt()
625 netdev_dbg(dev, "interrupt from dead card\n"); in el3_interrupt()
632 netdev_dbg(dev, " TX room bit was handled.\n"); in el3_interrupt()
653 netdev_warn(dev, "adapter failure, FIFO diagnostic register %04x.\n", in el3_interrupt()
670 netdev_err(dev, "infinite loop in interrupt, status %4.4x.\n", in el3_interrupt()
681 netdev_dbg(dev, "exiting interrupt, status %4.4x.\n", in el3_interrupt()
703 netdev_warn(dev, "interrupt(s) dropped!\n"); in media_check()
743 netdev_info(dev, "%s link beat\n", in media_check()
747 netdev_info(dev, "coax cable %s\n", in media_check()
752 netdev_info(dev, "flipped to 10baseT\n"); in media_check()
759 netdev_info(dev, "flipped to 10base2\n"); in media_check()
799 netdev_dbg(dev, "updating the statistics.\n"); in update_stats()
832 netdev_dbg(dev, "in rx_packet(), status %4.4x, rx_status %4.4x.\n", in el3_rx()
866 netdev_dbg(dev, " Receiving packet size %d status %4.4x.\n", in el3_rx()
877 netdev_dbg(dev, "couldn't allocate a sk_buff of size %d.\n", in el3_rx()
886 netdev_warn(dev, "too much work in el3_rx!\n"); in el3_rx()
918 dev_dbg(&link->dev, "%s: shutting down ethercard.\n", dev->name); in el3_close()