Home
last modified time | relevance | path

Searched refs:TX_DESC_FLAG_INTEN (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/net/
H A Dnpcm7xx_emc.h181 #define TX_DESC_FLAG_INTEN (1 << 2) macro
/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_emc-test.c158 #define TX_DESC_FLAG_INTEN (1 << 2) macro
460 TX_DESC_FLAG_INTEN | in init_tx_desc()
/openbmc/qemu/hw/net/
H A Dnpcm7xx_emc.c403 if (tx_desc.flags & TX_DESC_FLAG_INTEN) { in emc_try_send_next_packet()