Lines Matching refs:IONIC_PRINT
245 IONIC_PRINT(ERR, "Could not start lif to set link up"); in ionic_dev_set_link_up()
336 IONIC_PRINT(DEBUG, "->"); in ionic_dev_interrupt_handler()
485 IONIC_PRINT(WARNING, "Flow control autoneg not supported"); in ionic_flow_ctrl_set()
504 IONIC_PRINT(WARNING, "Failed to configure flow control"); in ionic_flow_ctrl_set()
535 IONIC_PRINT(ERR, "RSS RETA not initialized, " in ionic_dev_rss_reta_update()
541 IONIC_PRINT(ERR, "The size of hash lookup table configured " in ionic_dev_rss_reta_update()
576 IONIC_PRINT(ERR, "The size of hash lookup table configured " in ionic_dev_rss_reta_query()
584 IONIC_PRINT(ERR, "RSS RETA has not been built yet"); in ionic_dev_rss_reta_query()
610 IONIC_PRINT(NOTICE, "RSS not enabled"); in ionic_dev_rss_hash_conf_get()
748 IONIC_PRINT(ERR, "id value isn't valid"); in ionic_dev_xstats_get_names_by_id()
808 IONIC_PRINT(ERR, "id value isn't valid"); in ionic_dev_xstats_get_by_id()
885 IONIC_PRINT(ERR, "Invalid link setting"); in ionic_dev_start()
890 IONIC_PRINT(WARNING, "Loopback mode not supported"); in ionic_dev_start()
894 IONIC_PRINT(ERR, "Cannot start LIF: %d", err); in ionic_dev_start()
904 IONIC_PRINT(WARNING, "Failed to %s autonegotiation", in ionic_dev_start()
913 IONIC_PRINT(WARNING, "Failed to set link speed %u", in ionic_dev_start()
956 IONIC_PRINT(NOTICE, "Removing device %s", eth_dev->device->name); in ionic_dev_close()
995 IONIC_PRINT(DEBUG, "Up to %u MAC addresses supported", in eth_ionic_dev_init()
1003 IONIC_PRINT(ERR, "Failed to allocate %u bytes needed to " in eth_ionic_dev_init()
1012 IONIC_PRINT(ERR, "Cannot allocate LIFs: %d, aborting", in eth_ionic_dev_init()
1019 IONIC_PRINT(ERR, "Cannot init LIFs: %d, aborting", err); in eth_ionic_dev_init()
1027 IONIC_PRINT(DEBUG, "Port %u initialized", eth_dev->data->port_id); in eth_ionic_dev_init()
1066 IONIC_PRINT(DEBUG, "Configuring %u intrs", adapter->nintrs); in ionic_configure_intr()
1069 IONIC_PRINT(ERR, "Fail to create eventfd"); in ionic_configure_intr()
1074 IONIC_PRINT(DEBUG, in ionic_configure_intr()
1078 IONIC_PRINT(ERR, "Failed to allocate %u vectors", in ionic_configure_intr()
1088 IONIC_PRINT(ERR, in ionic_configure_intr()
1098 IONIC_PRINT(ERR, "Failure enabling interrupts (%d)", err); in ionic_configure_intr()
1138 IONIC_PRINT(DEBUG, "Initializing device %s", in eth_ionic_pci_probe()
1143 IONIC_PRINT(ERR, "OOM"); in eth_ionic_pci_probe()
1156 IONIC_PRINT(ERR, "Mac init failed: %d", err); in eth_ionic_pci_probe()
1176 IONIC_PRINT(ERR, "Cannot setup device: %d, aborting", err); in eth_ionic_pci_probe()
1182 IONIC_PRINT(ERR, "Cannot identify device: %d, aborting", in eth_ionic_pci_probe()
1189 IONIC_PRINT(ERR, "Cannot init device: %d, aborting", err); in eth_ionic_pci_probe()
1196 IONIC_PRINT(ERR, "Cannot identify port: %d, aborting", in eth_ionic_pci_probe()
1203 IONIC_PRINT(ERR, "Cannot init port: %d, aborting", err); in eth_ionic_pci_probe()
1210 IONIC_PRINT(ERR, "Cannot identify lif: %d, aborting", err); in eth_ionic_pci_probe()
1217 IONIC_PRINT(ERR, "Cannot size LIFs: %d, aborting", err); in eth_ionic_pci_probe()
1225 IONIC_PRINT(ERR, "Unexpected request for %d LIFs", in eth_ionic_pci_probe()
1235 IONIC_PRINT(ERR, "Cannot create eth device for %s", name); in eth_ionic_pci_probe()
1242 IONIC_PRINT(ERR, "Failed to configure interrupts"); in eth_ionic_pci_probe()
1267 IONIC_PRINT(DEBUG, "Cannot find device %s", in eth_ionic_pci_remove()