Home
last modified time | relevance | path

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

/qemu/hw/net/
H A De1000.c137 bool use_tso_for_migration; member
653 s->use_tso_for_migration = 1; in process_tx_desc()
657 s->use_tso_for_migration = 0; in process_tx_desc()
1365 if (chkflag(TSO) || !s->use_tso_for_migration) { in e1000_pre_save()