Lines Matching full:ncsi
14 #include <net/ncsi.h>
22 #include "ncsi-pkt.h"
23 #include "ncsi-netlink.h"
117 "Bad NCSI monitor state channel %d 0x%x %s queue\n", in ncsi_channel_monitor()
141 netdev_err(ndp->ndev.dev, "NCSI Channel %d timed out!\n", in ncsi_channel_monitor()
349 /* For two consecutive NCSI commands, the packet IDs shouldn't
588 netdev_warn(nd->dev, "Wrong NCSI state 0x%x in suspend\n", in ncsi_suspend_channel()
714 "NCSI: Failed to transmit cmd 0x%x during configure\n", in ncsi_oem_keep_phy_intel()
719 /* NCSI OEM Command APIs */
736 "NCSI: Failed to transmit cmd 0x%x during configure\n", in ncsi_oem_gma_handler_bcm()
761 "NCSI: Failed to transmit cmd 0x%x during configure\n", in ncsi_oem_gma_handler_mlx()
789 "NCSI: Failed to transmit cmd 0x%x during probe\n", in ncsi_oem_smaf_mlx()
810 "NCSI: Failed to transmit cmd 0x%x during configure\n", in ncsi_oem_gma_handler_intel()
846 "NCSI: No GMA handler available for MFR-ID (0x%x)\n", in ncsi_gma_handler()
851 /* Get Mac address from NCSI device */ in ncsi_gma_handler()
910 "NCSI: Trying to update Tx channel in single-channel mode\n"); in ncsi_update_tx_channel()
972 netdev_info(ndp->ndev.dev, "NCSI: channel %u enables Tx\n", enable->id); in ncsi_update_tx_channel()
1016 "NCSI: Failed to transmit CMD_SP\n"); in ncsi_configure_channel()
1032 "NCSI: Failed to transmit CMD_CIS\n"); in ncsi_configure_channel()
1064 netdev_warn(dev, "NCSI: 'Writing MAC address to device failed\n"); in ncsi_configure_channel()
1148 "NCSI: Tx failed over to channel %u\n", in ncsi_configure_channel()
1171 "NCSI: Failed to transmit CMD %x\n", in ncsi_configure_channel()
1177 netdev_dbg(ndp->ndev.dev, "NCSI: channel %u config done\n", in ncsi_configure_channel()
1203 netdev_dbg(dev, "Dirty NCSI channel state reset\n"); in ncsi_configure_channel()
1213 "NCSI: channel %u link down after config\n", in ncsi_configure_channel()
1227 netdev_alert(dev, "Wrong NCSI state 0x%x in config\n", in ncsi_configure_channel()
1294 "NCSI: Channel %u added to queue (link %s)\n", in ncsi_choose_active_channel()
1310 "NCSI: No channel with link found, configuring channel %u\n", in ncsi_choose_active_channel()
1317 "NCSI: No channel found to configure!\n"); in ncsi_choose_active_channel()
1516 netdev_warn(nd->dev, "Wrong NCSI state 0x%0x in enumeration\n", in ncsi_probe_channel()
1529 "NCSI: Failed to transmit cmd 0x%x during probe\n", in ncsi_probe_channel()
1551 netdev_warn(nd->dev, "Wrong NCSI state 0x%x in workqueue\n", in ncsi_dev_work()
1584 netdev_dbg(ndp->ndev.dev, "NCSI: configuring channel %u\n", in ncsi_process_next_channel()
1590 netdev_dbg(ndp->ndev.dev, "NCSI: suspending channel %u\n", in ncsi_process_next_channel()
1638 "NCSI: channel %p marked dirty\n", in ncsi_kick_channels()
1657 netdev_dbg(nd->dev, "NCSI: kicked channel %p\n", nc); in ncsi_kick_channels()
1678 netdev_warn(dev, "NCSI: No net_device?\n"); in ncsi_vlan_rx_add_vid()
1688 netdev_dbg(dev, "NCSI: vid %u already registered\n", in ncsi_vlan_rx_add_vid()
1695 "tried to add vlan id %u but NCSI max already registered (%u)\n", in ncsi_vlan_rx_add_vid()
1708 netdev_dbg(dev, "NCSI: Added new vid %u\n", vid); in ncsi_vlan_rx_add_vid()
1728 netdev_warn(dev, "NCSI: no net_device?\n"); in ncsi_vlan_rx_kill_vid()
1737 netdev_dbg(dev, "NCSI: vid %u found, removing\n", vid); in ncsi_vlan_rx_kill_vid()
1744 netdev_err(dev, "NCSI: vid %u wasn't registered!\n", vid); in ncsi_vlan_rx_kill_vid()
1769 /* Create NCSI device */ in ncsi_register_dev()
1784 /* Initialize private NCSI device */ in ncsi_register_dev()
1799 /* Register NCSI packet Rx handler */ in ncsi_register_dev()
1864 netdev_dbg(ndp->ndev.dev, "NCSI: Stopping device\n"); in ncsi_stop_dev()