Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dopencores_eth.c143 PACKETLEN, enumerator
341 s->regs[PACKETLEN] = 0x400600; in open_eth_reset()
364 size_t maxfl = GET_REGFIELD(s, PACKETLEN, MAXFL);
365 size_t minfl = GET_REGFIELD(s, PACKETLEN, MINFL);
493 tx_len < GET_REGFIELD(s, PACKETLEN, MINFL)) {
494 tx_len = GET_REGFIELD(s, PACKETLEN, MINFL);
497 tx_len > GET_REGFIELD(s, PACKETLEN, MAXFL)) {
498 tx_len = GET_REGFIELD(s, PACKETLEN, MAXFL);
/openbmc/u-boot/drivers/net/
H A Dethoc.c29 #define PACKETLEN 0x18 macro
/openbmc/linux/drivers/net/ethernet/
H A Dethoc.c38 #define PACKETLEN 0x18 macro