Home
last modified time | relevance | path

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

/freebsd/sys/dev/mrsas/
H A Dmrsas.c2525 sc->fast_path_io = 1; in mrsas_init_fw()
2527 sc->fast_path_io = 0; in mrsas_init_fw()
4045 sc->fast_path_io = 0; in mrsas_complete_mptmfi_passthru()
4060 sc->fast_path_io = 0; in mrsas_complete_mptmfi_passthru()
4062 sc->fast_path_io = 1; in mrsas_complete_mptmfi_passthru()
4308 sc->fast_path_io = 0; in mrsas_get_map_info()
4312 sc->fast_path_io = 1; in mrsas_get_map_info()
H A Dmrsas_cam.c1000 if ((ld >= MAX_LOGICAL_DRIVES_EXT) || (!sc->fast_path_io)) { in mrsas_setup_io()
1242 } else if (sc->fast_path_io) { in mrsas_build_syspdio()
H A Dmrsas.h3525 u_int8_t fast_path_io; member