Searched refs:PACKETLEN (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/net/ |
H A D | opencores_eth.c | 143 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 D | ethoc.c | 29 #define PACKETLEN 0x18 macro
|
/openbmc/linux/drivers/net/ethernet/ |
H A D | ethoc.c | 38 #define PACKETLEN 0x18 macro
|