Lines Matching refs:device_printf
406 device_printf(adapter->pdev, "Invalid MTU setting. " in ena_change_mtu()
417 device_printf(adapter->pdev, "Failed to set MTU to %d\n", in ena_change_mtu()
799 device_printf(adapter->pdev, in ena_setup_all_tx_resources()
835 device_printf(rx_ring->adapter->pdev, "Invalid rx req_id: %hu\n", in validate_rx_req_id()
902 device_printf(adapter->pdev, in ena_setup_rx_resources()
992 device_printf(adapter->pdev, in ena_setup_all_rx_resources()
1220 device_printf(adapter->pdev, in ena_free_tx_bufs()
1289 device_printf(adapter->pdev, in validate_tx_req_id()
1292 device_printf(adapter->pdev, "Invalid req_id: %hu\n", req_id); in validate_tx_req_id()
1320 device_printf(adapter->pdev, in ena_create_io_queues()
1329 device_printf(adapter->pdev, in ena_create_io_queues()
1348 device_printf(adapter->pdev, in ena_create_io_queues()
1358 device_printf(adapter->pdev, in ena_create_io_queues()
1556 device_printf(adapter->pdev, "NULL mbuf in rx_info"); in ena_rx_mbuf()
1595 device_printf(adapter->pdev, "NULL mbuf in rx_info"); in ena_rx_mbuf()
1947 device_printf(adapter->pdev, in ena_enable_msix()
2017 device_printf(adapter->pdev, "failed to register " in ena_request_mgmnt_irq()
2065 device_printf(adapter->pdev, "failed to register " in ena_request_io_irq()
2229 device_printf(adapter->pdev, "device is not attached!\n"); in ena_up()
2235 device_printf(adapter->pdev, "device is not running!\n"); in ena_up()
2240 device_printf(adapter->pdev, "device is going UP\n"); in ena_up()
2633 device_printf(adapter->pdev, "device is going DOWN\n"); in ena_down()
2651 device_printf(adapter->pdev, in ena_down()
2878 device_printf(adapter->pdev, "failed to prepare tx bufs\n"); in ena_xmit_mbuf()
3131 device_printf(adapter->pdev, "Invalid queue size\n"); in ena_calc_queue_size()
3153 device_printf(dev, "Cannot init indirect table\n"); in ena_rss_init_default()
3162 device_printf(dev, "Cannot fill indirect table\n"); in ena_rss_init_default()
3170 device_printf(dev, "Cannot fill hash function\n"); in ena_rss_init_default()
3176 device_printf(dev, "Cannot fill hash control\n"); in ena_rss_init_default()
3246 device_printf(pdev, "failed to init mmio read less\n"); in ena_device_init()
3260 device_printf(pdev, "Can not reset device\n"); in ena_device_init()
3266 device_printf(pdev, "device version is too low\n"); in ena_device_init()
3272 device_printf(pdev, "Invalid dma width value %d", dma_width); in ena_device_init()
3281 device_printf(pdev, in ena_device_init()
3298 device_printf(pdev, in ena_device_init()
3308 device_printf(pdev, "Cannot configure aenq groups rc: %d\n", rc); in ena_device_init()
3333 device_printf(adapter->pdev, "Error with MSI-X enablement\n"); in ena_enable_msix_and_set_admin_interrupts()
3339 device_printf(adapter->pdev, "Cannot setup mgmnt queue intr\n"); in ena_enable_msix_and_set_admin_interrupts()
3390 device_printf(adapter->pdev, in check_for_missing_keep_alive()
3403 device_printf(adapter->pdev, in check_for_admin_com_state()
3445 device_printf(adapter->pdev, in check_missing_comp_in_queue()
3540 device_printf(adapter->pdev, in check_for_empty_rx_ring()
3579 device_printf(adapter->pdev, "Trigger reset is on\n"); in ena_timer_service()
3602 device_printf(adapter->pdev, in ena_reset_task()
3629 device_printf(adapter->pdev, in ena_reset_task()
3638 device_printf(adapter->pdev, "Enable MSI-X failed\n"); in ena_reset_task()
3646 device_printf(adapter->pdev, in ena_reset_task()
3662 device_printf(adapter->pdev, "ENA reset failed!\n"); in ena_reset_task()
3718 device_printf(parent, "%s\n", ena_version); in ena_attach()
3722 device_printf(parent, "PCI resource allocation failed!\n"); in ena_attach()
3743 device_printf(self, "ENA device init failed! (err: %d)\n", rc); in ena_attach()
3787 device_printf(self, "Failed to create TX DMA tag\n"); in ena_attach()
3793 device_printf(self, "Failed to create RX DMA tag\n"); in ena_attach()
3799 device_printf(self, "initialize %d io queues\n", io_queue_num); in ena_attach()
3805 device_printf(self, "Error with network interface setup\n"); in ena_attach()
3811 device_printf(self, in ena_attach()
3881 device_printf(adapter->pdev ,"VLAN is in use, detach first\n"); in ena_detach()
3905 device_printf(adapter->pdev, in ena_detach()
3910 device_printf(adapter->pdev, in ena_detach()
3978 device_printf(adapter->pdev, "link is UP\n"); in ena_update_on_link_change()
3982 device_printf(adapter->pdev, "link is DOWN\n"); in ena_update_on_link_change()