Home
last modified time | relevance | path

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

/qemu/hw/scsi/
H A Dmegasas.c1965 uint8_t frame_status = MFI_STAT_INVALID_CMD; in megasas_handle_frame() local
1989 frame_status = megasas_init_firmware(s, cmd); in megasas_handle_frame()
1992 frame_status = megasas_handle_dcmd(s, cmd); in megasas_handle_frame()
1995 frame_status = megasas_handle_abort(s, cmd); in megasas_handle_frame()
1999 frame_status = megasas_handle_scsi(s, cmd, frame_cmd); in megasas_handle_frame()
2003 frame_status = megasas_handle_io(s, cmd, frame_cmd); in megasas_handle_frame()
2010 if (frame_status != MFI_STAT_INVALID_STATUS) { in megasas_handle_frame()
2012 cmd->frame->header.cmd_status = frame_status; in megasas_handle_frame()
2014 megasas_frame_set_cmd_status(s, frame_addr, frame_status); in megasas_handle_frame()