Lines Matching refs:EXIT_FAILURE
186 exit(EXIT_FAILURE); in dpdk_init_handle()
201 exit(EXIT_FAILURE); in dpdk_init_handle()
275 exit(EXIT_FAILURE); in dpdk_send_pkts()
613 exit(EXIT_FAILURE); in dpdk_load_module_upper_half()
642 rte_exit(EXIT_FAILURE, "Invalid EAL args!\n"); in dpdk_load_module_upper_half()
681 rte_exit(EXIT_FAILURE, "Cannot init mbuf pool\n"); in dpdk_load_module_lower_half()
712 rte_exit(EXIT_FAILURE, "Cannot configure device:" in dpdk_load_module_lower_half()
729 rte_exit(EXIT_FAILURE, "rte_eth_rx_queue_setup:" in dpdk_load_module_lower_half()
745 rte_exit(EXIT_FAILURE, "rte_eth_tx_queue_setup:" in dpdk_load_module_lower_half()
753 rte_exit(EXIT_FAILURE, "rte_eth_dev_start:err=%d, port=%u\n", in dpdk_load_module_lower_half()
763 rte_exit(EXIT_FAILURE, "Failed to get flow control info!\n"); in dpdk_load_module_lower_half()
770 rte_exit(EXIT_FAILURE, "Failed to set flow control info!: errno: %d\n", in dpdk_load_module_lower_half()
795 rte_exit(EXIT_FAILURE, "Cannot init mbuf pool\n"); in dpdk_load_module_lower_half()