Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.h86 #define MEGASAS_MAX_SGE_CNT 0x50 macro
1135 ddi_dma_cookie_t dma_cookie[MEGASAS_MAX_SGE_CNT];
1359 ddi_dma_cookie_t cmd_dmacookies[MEGASAS_MAX_SGE_CNT];
H A Dmegaraid_sas.c97 MEGASAS_MAX_SGE_CNT, /* dma_attr_sglen */
2248 (instance->max_num_sge > MEGASAS_MAX_SGE_CNT) ? in init_mfi()
2249 MEGASAS_MAX_SGE_CNT : instance->max_num_sge; in init_mfi()