Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dopencores_eth.c366 size_t fcsl = 4; local
419 fcsl = 0;
436 if (minfl - copy_size > fcsl) {
437 fcsl = 0;
439 fcsl -= minfl - copy_size;
455 cpu_physical_memory_write(desc->buf_ptr + copy_size, zero, fcsl);
456 copy_size += fcsl;