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.c2531 sc->fast_path_io = 1; in mrsas_init_fw()
2533 sc->fast_path_io = 0; in mrsas_init_fw()
4051 sc->fast_path_io = 0; in mrsas_complete_mptmfi_passthru()
4066 sc->fast_path_io = 0; in mrsas_complete_mptmfi_passthru()
4068 sc->fast_path_io = 1; in mrsas_complete_mptmfi_passthru()
4314 sc->fast_path_io = 0; in mrsas_get_map_info()
4318 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