Lines Matching refs:device_printf

322 		device_printf(dev, "ixv_allocate_pci_resources() failed!\n");
367 device_printf(dev, "Unknown device ID!\n");
378 device_printf(dev, "ixgbe_init_ops_vf() failed!\n");
394 device_printf(dev, "...reset_hw() failure: Reset Failed!\n");
396 device_printf(dev, "...reset_hw() failed with error %d\n",
405 device_printf(dev, "...init_hw() failed with error %d\n",
414 device_printf(dev, "MBX API 1.2 negotiation failed! Error %d\n",
448 device_printf(dev, "TXD config issue, using default!\n");
455 device_printf(dev, "RXD config issue, using default!\n");
467 device_printf(dev, "ixv_allocate_queues() failed!\n");
477 device_printf(dev, "ixv_allocate_msix() failed!\n");
523 device_printf(dev, "Vlan in use, detach first\n");
777 device_printf(dev, "Could not setup transmit structures\n");
786 device_printf(dev, "MBX API 1.1 negotiation failed! Error %d\n",
805 device_printf(dev, "Could not setup receive structures\n");
1111 device_printf(adapter->dev, "Only auto media type\n");
1229 device_printf(dev,
1250 device_printf(adapter->dev, "Watchdog timeout -- resetting\n");
1272 device_printf(dev,"Link is up %d Gbps %s \n",
1281 device_printf(dev,"Link is Down\n");
1342 device_printf(dev, "Unable to allocate bus resource: que interrupt [%d]\n",
1352 device_printf(dev, "Failed to register QUE handler");
1379 device_printf(dev,
1389 device_printf(dev, "Failed to register LINK handler");
1439 device_printf(adapter->dev, "Unable to map MSI-X table \n");
1454 device_printf(adapter->dev,
1469 device_printf(adapter->dev, "MSI-X config error\n");
1489 device_printf(dev, "Unable to allocate bus resource: memory\n");
1763 device_printf(adapter->dev, "%s: RSS_HASHTYPE_RSS_IPV6_EX defined, but not supported\n",
1766 device_printf(adapter->dev, "%s: RSS_HASHTYPE_RSS_TCP_IPV6_EX defined, but not supported\n",
1771 device_printf(adapter->dev, "%s: RSS_HASHTYPE_RSS_UDP_IPV4_EX defined, but not supported\n",
1776 device_printf(adapter->dev, "%s: RSS_HASHTYPE_RSS_UDP_IPV6_EX defined, but not supported\n",
1816 device_printf(adapter->dev, "This is a device with a frame size limitation. The PF driver is forced to deny a change in frame size to allow for VLAN headers while jumbo frames is not enabled. To work around this, we're telling the stack that the MTU must shrink by sizeof(VLAN header) if VLANs are enabled. Thus, our maximum frame size is standard MTU + ethernet header/CRC. If you want standard MTU plus VLAN headers, you can also enable jumbo frames in the PF first.\n");
1823 device_printf(adapter->dev, "There is a problem with the PF setup. It is likely the receive unit for this VF will not function correctly.\n");
2365 device_printf(dev, "Error Byte Count = %u \n",
2372 device_printf(dev, "QUE(%d) IRQs Handled: %lu\n",
2374 device_printf(dev, "RX(%d) Packets Received: %lld\n",
2376 device_printf(dev, "RX(%d) Bytes Received: %lu\n",
2379 device_printf(dev, "RX(%d) LRO Queued= %lld\n",
2381 device_printf(dev, "RX(%d) LRO Flushed= %lld\n",
2384 device_printf(dev, "RX(%d) LRO Queued= %lu\n",
2386 device_printf(dev, "RX(%d) LRO Flushed= %lu\n",
2389 device_printf(dev, "TX(%d) Packets Sent: %lu\n",
2391 device_printf(dev, "TX(%d) NO Desc Avail: %lu\n",
2395 device_printf(dev, "MBX IRQ Handled: %lu\n", (long)adapter->link_irq);