Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/megaraid/
Dmegaraid_sas_base.c1300 frame_count = (sge_bytes / MEGAMFI_FRAME_SIZE) + in megasas_get_frame_count()
1301 ((sge_bytes % MEGAMFI_FRAME_SIZE) ? 1 : 0) ; in megasas_get_frame_count()
4002 instance->mfi_frame_size = MEGAMFI_FRAME_SIZE * frame_count; in megasas_create_frame_pool()
4900 memset(init_frame, 0, MEGAMFI_FRAME_SIZE); in megasas_issue_init_mfi()
7194 memcpy(cmd->frame, ioc->frame.raw, 2 * MEGAMFI_FRAME_SIZE); in megasas_mgmt_fw_ioctl()
Dmegaraid_sas.h134 #define MEGAMFI_FRAME_SIZE 64 macro