Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/fsl_etsec/
H A Drings.c53 qemu_log(" Interrupt: %d\n", !!(flags & BD_INTERRUPT)); in print_tx_bd_flags()
74 qemu_log(" Interrupt: %d\n", !!(flags & BD_INTERRUPT)); in print_rx_bd_flags()
289 if (bd->flags & BD_INTERRUPT) { in process_tx_bd()
293 if (bd->flags & BD_INTERRUPT) { in process_tx_bd()
601 if (bd.flags & BD_INTERRUPT) { in etsec_walk_rx_ring()
610 if (bd.flags & BD_INTERRUPT) { in etsec_walk_rx_ring()
H A Detsec.h42 #define BD_INTERRUPT (1 << 12) macro