Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/
H A Dcoalesced_io_test.c76 const bool want_pio = expected_exit == KVM_EXIT_IO; in vcpu_run_and_verify_io_exit() local
95 TEST_ASSERT((!want_pio && (run->exit_reason == KVM_EXIT_MMIO && run->mmio.is_write && in vcpu_run_and_verify_io_exit()
98 (want_pio && (run->exit_reason == KVM_EXIT_IO && run->io.port == io->pio_port && in vcpu_run_and_verify_io_exit()
104 ring_start, want_pio ? 4 : 8, want_pio ? "PIO" : "MMIO", in vcpu_run_and_verify_io_exit()
105 want_pio ? (unsigned long long)io->pio_port : io->mmio_gpa, in vcpu_run_and_verify_io_exit()
106 (want_pio ? io->pio_port : io->mmio_gpa) + io->ring_size - 1, run->exit_reason, in vcpu_run_and_verify_io_exit()
/linux/drivers/net/ethernet/sfc/siena/
H A Dnet_driver.h597 bool want_pio; member
H A Defx_channels.c1370 .want_pio = true,
/linux/drivers/net/ethernet/sfc/
H A Dnet_driver.h596 bool want_pio; member
H A Defx_channels.c1345 .want_pio = true,
H A Def10.c812 if (!channel->type->want_pio || in efx_ef10_link_piobufs()