Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.c1850 tot_frame_size = sgl_sz + MEGAMFI_FRAME_SIZE + SENSE_LENGTH; in create_mfi_frame_pool()
2270 (void) memset(init_frame, 0, MEGAMFI_FRAME_SIZE); in init_mfi()
3489 cmd->frame_count = (sge_bytes / MEGAMFI_FRAME_SIZE) + in build_cmd()
3490 ((sge_bytes % MEGAMFI_FRAME_SIZE) ? 1 : 0) + 1; in build_cmd()
H A Dmegaraid_sas.h120 #define MEGAMFI_FRAME_SIZE 64 macro