Searched defs:MaxSGEs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas_tbolt.c1247 uint32_t MaxSGEs; local
1264 MaxSGEs = instance->max_sge_in_main_msg;
1293 endElement = (numElements <= MaxSGEs) ? numElements : (MaxSGEs - 1);

Completed in 50 milliseconds