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

/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.c1047 struct megasas_header *frame_hdr = &cmd->frame->hdr; local
1055 for (i = 0; (i < msecs) && (frame_hdr->cmd_status == 0xff); i += 20) {
1066 if (frame_hdr->cmd_status == MFI_STAT_INVALID_STATUS)
1068 else if (frame_hdr->cmd_status == MFI_STAT_OK)
1091 struct megasas_header *frame_hdr; local
1173 frame_hdr = &cmd->frame->hdr;
1174 frame_hdr->cmd_status = 0xFF;
1175 frame_hdr->flags |= cpu_to_le16(MFI_FRAME_DONT_POST_IN_REPLY_QUEUE);
1268 frame_hdr = &cmd->frame->hdr;
1269 if (frame_hdr
3895 struct megasas_header *frame_hdr = &mfi_cmd->frame->hdr; local
[all...]
H A Dmegaraid_sas_base.c1124 struct megasas_header *frame_hdr = &cmd->frame->hdr; local
1126 frame_hdr->cmd_status = MFI_STAT_INVALID_STATUS;
1127 frame_hdr->flags |= cpu_to_le16(MFI_FRAME_DONT_POST_IN_REPLY_QUEUE);

Completed in 285 milliseconds