Home
last modified time | relevance | path

Searched refs:MEGAMFI_FRAME_SIZE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c1379 frame_count = (sge_bytes / MEGAMFI_FRAME_SIZE) + in megasas_get_frame_count()
1380 ((sge_bytes % MEGAMFI_FRAME_SIZE) ? 1 : 0) ; in megasas_get_frame_count()
4317 instance->mfi_frame_size = MEGAMFI_FRAME_SIZE * frame_count; in megasas_create_frame_pool()
5475 memset(init_frame, 0, MEGAMFI_FRAME_SIZE); in megasas_issue_init_mfi()
8243 memcpy(cmd->frame, ioc->frame.raw, 2 * MEGAMFI_FRAME_SIZE); in megasas_mgmt_fw_ioctl()
H A Dmegaraid_sas.h130 #define MEGAMFI_FRAME_SIZE 64 macro
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c1389 frame_count = (sge_bytes / MEGAMFI_FRAME_SIZE) + in megasas_get_frame_count()
1390 ((sge_bytes % MEGAMFI_FRAME_SIZE) ? 1 : 0) ; in megasas_get_frame_count()
4349 instance->mfi_frame_size = MEGAMFI_FRAME_SIZE * frame_count; in megasas_create_frame_pool()
5506 memset(init_frame, 0, MEGAMFI_FRAME_SIZE); in megasas_issue_init_mfi()
8273 memcpy(cmd->frame, ioc->frame.raw, 2 * MEGAMFI_FRAME_SIZE); in megasas_mgmt_fw_ioctl()
H A Dmegaraid_sas.h132 #define MEGAMFI_FRAME_SIZE 64 macro

Completed in 33 milliseconds