Searched refs:ENETFEC_PMD_ERR (Results 1 – 3 of 3) sorted by relevance
70 ENETFEC_PMD_ERR("Error opening file %s", absolute_file_name); in file_read_first_line()75 ENETFEC_PMD_ERR("Error reading file %s", absolute_file_name); in file_read_first_line()131 ENETFEC_PMD_ERR("file_read_first_line() failed"); in uio_map_mem()137 ENETFEC_PMD_ERR("file_read_first_line() failed"); in uio_map_mem()157 ENETFEC_PMD_ERR("Failed to map! errno = %d uio job fd = %d," in uio_map_mem()233 ENETFEC_PMD_ERR("\nError opening directory '%s': %s\n", in enetfec_configure()252 ENETFEC_PMD_ERR("Error: not find minor number\n"); in enetfec_configure()
193 ENETFEC_PMD_ERR("PMD does not support KEEP_CRC offload"); in enetfec_eth_configure()374 ENETFEC_PMD_ERR("Tx deferred start not supported"); in enetfec_tx_queue_setup()381 ENETFEC_PMD_ERR("transmit queue allocation failed"); in enetfec_tx_queue_setup()453 ENETFEC_PMD_ERR("Rx deferred start not supported"); in enetfec_rx_queue_setup()460 ENETFEC_PMD_ERR("receive queue allocation failed"); in enetfec_rx_queue_setup()501 ENETFEC_PMD_ERR("mbuf failed"); in enetfec_rx_queue_setup()629 ENETFEC_PMD_ERR("Failed to allocate mem %d to store MAC addresses", in pmd_enetfec_probe()648 ENETFEC_PMD_ERR("Failed to init"); in pmd_enetfec_probe()
21 #define ENETFEC_PMD_ERR(fmt, args...) \ macro