Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/mfi/
H A Dmfi_tbolt.c209 sc->max_SGEs_in_main_message = in mfi_tbolt_init_globals()
224 sc->mfi_max_sge = (sc->max_SGEs_in_main_message - 1) in mfi_tbolt_init_globals()
1037 if (sge_count > sc->max_SGEs_in_main_message) in mfi_tbolt_make_sgl()
1039 sge_idx = sc->max_SGEs_in_main_message - 1; in mfi_tbolt_make_sgl()
H A Dmfivar.h353 uint8_t max_SGEs_in_main_message; member