Home
last modified time | relevance | path

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

/openbmc/qemu/hw/scsi/
H A Dmegasas.c1962 uint8_t frame_status = MFI_STAT_INVALID_CMD; in megasas_handle_frame() local
1986 frame_status = megasas_init_firmware(s, cmd); in megasas_handle_frame()
1989 frame_status = megasas_handle_dcmd(s, cmd); in megasas_handle_frame()
1992 frame_status = megasas_handle_abort(s, cmd); in megasas_handle_frame()
1996 frame_status = megasas_handle_scsi(s, cmd, frame_cmd); in megasas_handle_frame()
2000 frame_status = megasas_handle_io(s, cmd, frame_cmd); in megasas_handle_frame()
2007 if (frame_status != MFI_STAT_INVALID_STATUS) { in megasas_handle_frame()
2009 cmd->frame->header.cmd_status = frame_status; in megasas_handle_frame()
2011 megasas_frame_set_cmd_status(s, frame_addr, frame_status); in megasas_handle_frame()