Home
last modified time | relevance | path

Searched refs:IFPGA_BUS_ERR (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/bus/ifpga/
H A Difpga_bus.c116 IFPGA_BUS_ERR("error when parsing param"); in ifpga_scan_one()
123 IFPGA_BUS_ERR("error to parse %s", in ifpga_scan_one()
128 IFPGA_BUS_ERR("arg %s is mandatory for ifpga bus", in ifpga_scan_one()
136 IFPGA_BUS_ERR("Failed to parse %s", in ifpga_scan_one()
177 IFPGA_BUS_ERR("firmware load error %d\n", ret); in ifpga_scan_one()
219 IFPGA_BUS_ERR("error when parsing param"); in ifpga_scan()
226 IFPGA_BUS_ERR("error to parse %s", in ifpga_scan()
231 IFPGA_BUS_ERR("arg %s is mandatory for ifpga bus", in ifpga_scan()
352 IFPGA_BUS_ERR("failed to initialize %s device\n", in ifpga_probe()
H A Difpga_logs.h26 #define IFPGA_BUS_ERR(fmt, args...) \ macro