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()
1136 "NCSI: Tx failed over to channel %u\n", in ncsi_configure_channel()
1159 "NCSI: Failed to transmit CMD %x\n", in ncsi_configure_channel()
1165 netdev_dbg(ndp->ndev.dev, "NCSI: channel %u config done\n", in ncsi_configure_channel()
1191 netdev_dbg(dev, "Dirty NCSI channel state reset\n"); in ncsi_configure_channel()
1201 "NCSI: channel %u link down after config\n", in ncsi_configure_channel()
1215 netdev_alert(dev, "Wrong NCSI state 0x%x in config\n", in ncsi_configure_channel()
1282 "NCSI: Channel %u added to queue (link %s)\n", in ncsi_choose_active_channel()
1298 "NCSI: No channel with link found, configuring channel %u\n", in ncsi_choose_active_channel()
1305 "NCSI: No channel found to configure!\n"); in ncsi_choose_active_channel()
1503 netdev_warn(nd->dev, "Wrong NCSI state 0x%0x in enumeration\n", in ncsi_probe_channel()
1516 "NCSI: Failed to transmit cmd 0x%x during probe\n", in ncsi_probe_channel()
1538 netdev_warn(nd->dev, "Wrong NCSI state 0x%x in workqueue\n", in ncsi_dev_work()
1571 netdev_dbg(ndp->ndev.dev, "NCSI: configuring channel %u\n", in ncsi_process_next_channel()
1577 netdev_dbg(ndp->ndev.dev, "NCSI: suspending channel %u\n", in ncsi_process_next_channel()
1625 "NCSI: channel %p marked dirty\n", in ncsi_kick_channels()
1644 netdev_dbg(nd->dev, "NCSI: kicked channel %p\n", nc); in ncsi_kick_channels()
1665 netdev_warn(dev, "NCSI: No net_device?\n"); in ncsi_vlan_rx_add_vid()
1675 netdev_dbg(dev, "NCSI: vid %u already registered\n", in ncsi_vlan_rx_add_vid()
1682 "tried to add vlan id %u but NCSI max already registered (%u)\n", in ncsi_vlan_rx_add_vid()
1695 netdev_dbg(dev, "NCSI: Added new vid %u\n", vid); in ncsi_vlan_rx_add_vid()
1715 netdev_warn(dev, "NCSI: no net_device?\n"); in ncsi_vlan_rx_kill_vid()
1724 netdev_dbg(dev, "NCSI: vid %u found, removing\n", vid); in ncsi_vlan_rx_kill_vid()
1731 netdev_err(dev, "NCSI: vid %u wasn't registered!\n", vid); in ncsi_vlan_rx_kill_vid()
1756 /* Create NCSI device */ in ncsi_register_dev()
1771 /* Initialize private NCSI device */ in ncsi_register_dev()
1786 /* Register NCSI packet Rx handler */ in ncsi_register_dev()
1851 netdev_dbg(ndp->ndev.dev, "NCSI: Stopping device\n"); in ncsi_stop_dev()