Home
last modified time | relevance | path

Searched refs:WARN (Results 1 – 11 of 11) sorted by relevance

/dpdk/drivers/net/mlx4/
H A Dmlx4_mr.c83 WARN("failed to expand MR B-tree (%p) table", (void *)bt); in mr_btree_expand()
638 WARN("port %u unable to find virtually contiguous" in mlx4_mr_create_primary()
667 WARN("port %u unable to allocate memory for a new MR of" in mlx4_mr_create_primary()
683 WARN("port %u unable to initialize bitmap for a new MR of" in mlx4_mr_create_primary()
701 WARN("port %u unable to find virtually contiguous" in mlx4_mr_create_primary()
782 WARN("port %u fail to create a verbs MR for address (%p)", in mlx4_mr_create_primary()
1231 WARN("port %u unable to allocate memory for a new MR of" in mlx4_mr_update_ext_mp_cb()
1242 WARN("port %u fail to create a verbs MR for address (%p)", in mlx4_mr_update_ext_mp_cb()
1316 WARN("port %u using address (%p) from unregistered mempool" in mlx4_tx_update_ext_mp()
H A Dmlx4.c528 WARN("%s: \"%s\" is not a valid integer", key, val); in mlx4_arg_parse()
549 WARN("%s: unknown parameter", key); in mlx4_arg_parse()
627 WARN("no RSS capabilities reported; disabling support for UDP" in mlx4_hw_rss_sup()
678 WARN("disabling unusable inner RSS capability due to kernel" in mlx4_hw_rss_sup()
1083 WARN("Verbs external allocator is not supported"); in mlx4_pci_probe()
1307 WARN("cannot load glue library: %s", dlmsg); in mlx4_glue_init()
1323 WARN("cannot initialize PMD due to missing run-time" in mlx4_glue_init()
H A Dmlx4_ethdev.c810 WARN("ioctl(SIOCGIFFLAGS) failed: %s", strerror(rte_errno)); in mlx4_link_update()
818 WARN("ioctl(SIOCETHTOOL, ETHTOOL_GSET) failed: %s", in mlx4_link_update()
859 WARN("ioctl(SIOCETHTOOL, ETHTOOL_GPAUSEPARAM)" in mlx4_flow_ctrl_get()
914 WARN("ioctl(SIOCETHTOOL, ETHTOOL_SPAUSEPARAM)" in mlx4_flow_ctrl_set()
H A Dmlx4_intr.c350 WARN("unable to disable interrupt on rx queue %d", in mlx4_rx_intr_disable()
379 WARN("unable to arm interrupt on rx queue %d", idx); in mlx4_rx_intr_enable()
H A Dmlx4_utils.h77 #define WARN(...) PMD_DRV_LOG(WARNING, __VA_ARGS__) macro
H A Dmlx4_rxq.c782 WARN("%p: increased number of descriptors in Rx queue %u" in mlx4_rx_queue_setup()
792 WARN("%p: CRC stripping has been disabled but will still" in mlx4_rx_queue_setup()
857 WARN("%p: the requested maximum Rx packet size (%u) is" in mlx4_rx_queue_setup()
H A Dmlx4_txq.c366 WARN("%p: increased number of descriptors in Tx queue %u" in mlx4_tx_queue_setup()
494 WARN("%p: failed to obtain UAR mmap offset", (void *)dev); in mlx4_tx_queue_setup()
/dpdk/drivers/net/failsafe/
H A Dfailsafe_ether.c331 WARN("Could not access latest statistics from sub-device %d.", in fs_dev_stats_save()
334 WARN("Using latest snapshot taken before %"PRIu64" seconds.", in fs_dev_stats_save()
370 WARN("Failed to unregister RMV callback for sub_device" in failsafe_eth_dev_unregister_callbacks()
380 WARN("Failed to unregister LSC callback for sub_device" in failsafe_eth_dev_unregister_callbacks()
642 WARN("Trying to probe malformed device %s.\n", in failsafe_eth_new_event_callback()
H A Dfailsafe_flow.c213 WARN("No active sub_device to query about its flow"); in fs_flow_query()
232 WARN("flow isolation mode of sub_device %d in incoherent state.", in fs_flow_isolate()
H A Dfailsafe_private.h368 #define WARN(...) LOG_(WARNING, __VA_ARGS__) macro
H A Dfailsafe_ops.c75 WARN("Failed to register RMV callback for sub_device %d", in fs_dev_configure()
87 WARN("Failed to register LSC callback for sub_device %d", in fs_dev_configure()