Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A De1000.c139 bool use_tso_for_migration; member
655 s->use_tso_for_migration = 1; in process_tx_desc()
659 s->use_tso_for_migration = 0; in process_tx_desc()
1368 if (chkflag(TSO) || !s->use_tso_for_migration) { in e1000_pre_save()