Searched refs:init_frame (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.c1083 struct megasas_init_frame *init_frame; local
1170 init_frame = (struct megasas_init_frame *)cmd->frame;
1171 memset(init_frame, 0, IOC_INIT_FRAME_SIZE);
1177 init_frame->cmd = MFI_CMD_INIT;
1178 init_frame->cmd_status = 0xFF;
1180 drv_ops = (MFI_CAPABILITIES *) &(init_frame->driver_operations);
1211 cpu_to_le32s((u32 *)&init_frame->driver_operations.mfi_capabilities);
1219 init_frame->system_info_lo = cpu_to_le32(lower_32_bits(instance->system_info_h));
1220 init_frame->system_info_hi = cpu_to_le32(upper_32_bits(instance->system_info_h));
1223 init_frame
[all...]
H A Dmegaraid_sas_base.c5488 struct megasas_init_frame *init_frame;
5503 init_frame = (struct megasas_init_frame *)cmd->frame;
5505 ((unsigned long)init_frame + 64);
5510 context = init_frame->context;
5511 memset(init_frame, 0, MEGAMFI_FRAME_SIZE);
5513 init_frame->context = context;
5521 init_frame->cmd = MFI_CMD_INIT;
5522 init_frame->cmd_status = MFI_STAT_INVALID_STATUS;
5523 init_frame->queue_info_new_phys_addr_lo =
5525 init_frame
5483 struct megasas_init_frame *init_frame; local
[all...]

Completed in 242 milliseconds