Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/raw/ifpga/base/
H A Difpga_port.c372 port->capability |= FPGA_PORT_CAP_UAFU_IRQ; in port_uint_init()
393 if (!(port->capability & FPGA_PORT_CAP_UAFU_IRQ)) in port_uint_set_irq()
H A Dopae_ifpga_hw_api.h252 #define FPGA_PORT_CAP_UAFU_IRQ (1 << 1) /* Support uafu error interrupt */ macro