Searched refs:MEGAMFI_FRAME_SIZE (Results 1 – 3 of 3) sorted by relevance
1073 frame_count = (sge_bytes / MEGAMFI_FRAME_SIZE) + in megasas_get_frame_count()1074 ((sge_bytes % MEGAMFI_FRAME_SIZE) ? 1 : 0) ; in megasas_get_frame_count()2849 frame_count = (sgl_sz + MEGAMFI_FRAME_SIZE - 1) / MEGAMFI_FRAME_SIZE; in megasas_create_frame_pool()2857 total_sz = MEGAMFI_FRAME_SIZE * frame_count; in megasas_create_frame_pool()3291 memset(init_frame, 0, MEGAMFI_FRAME_SIZE); in megasas_issue_init_mfi()4630 memcpy(cmd->frame, ioc->frame.raw, 2 * MEGAMFI_FRAME_SIZE); in megasas_mgmt_fw_ioctl()
81 #define MEGAMFI_FRAME_SIZE 64 macro
639 memset(init_frame, 0, MEGAMFI_FRAME_SIZE); in megasas_ioc_init_fusion()