Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas_tbolt.c1244 uint32_t MaxSGEs; in mr_sas_tbolt_build_sgl() local
1260 MaxSGEs = instance->max_sge_in_main_msg; in mr_sas_tbolt_build_sgl()
1289 endElement = (numElements <= MaxSGEs) ? numElements : (MaxSGEs - 1); in mr_sas_tbolt_build_sgl()