Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dtulip-test.c64 context.control = TDES1_BUF2_SIZE_MASK << TDES1_BUF2_SIZE_SHIFT | in tulip_large_tx()
/openbmc/qemu/hw/net/
H A Dtulip.h248 #define TDES1_BUF2_SIZE_MASK 0x7ff macro
H A Dtulip.c582 int len2 = (desc->control >> TDES1_BUF2_SIZE_SHIFT) & TDES1_BUF2_SIZE_MASK; in tulip_copy_tx_buffers()