Home
last modified time | relevance | path

Searched defs:RX_DESC_PKT_LEN (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/net/
H A Dnpcm7xx_emc.h238 #define RX_DESC_PKT_LEN(word) extract32((word), 0, 16) macro
/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_emc-test.c177 #define RX_DESC_PKT_LEN(word) ((uint32_t) (word) & 0xffff) macro