Home
last modified time | relevance | path

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

/openbmc/qemu/hw/scsi/
H A Dmegasas.c1700 int frame_cmd) in megasas_handle_scsi() argument
1706 bool is_logical = (frame_cmd == MFI_CMD_LD_SCSI_IO); in megasas_handle_scsi()
1716 mfi_frame_desc(frame_cmd), is_logical, target_id, lun_id); in megasas_handle_scsi()
1723 trace_megasas_handle_scsi(mfi_frame_desc(frame_cmd), is_logical, in megasas_handle_scsi()
1728 mfi_frame_desc(frame_cmd), is_logical, target_id, lun_id); in megasas_handle_scsi()
1734 mfi_frame_desc(frame_cmd), is_logical, in megasas_handle_scsi()
1752 mfi_frame_desc(frame_cmd), target_id, lun_id); in megasas_handle_scsi()
1773 static int megasas_handle_io(MegasasState *s, MegasasCmd *cmd, int frame_cmd) in megasas_handle_io() argument
1777 bool is_write = (frame_cmd == MFI_CMD_LD_WRITE); in megasas_handle_io()
1796 mfi_frame_desc(frame_cmd), target_id, lun_id, in megasas_handle_io()
[all …]
H A Dmfi.h475 uint8_t frame_cmd; member
H A Dtrace-events60 megasas_unhandled_frame_cmd(int cmd, uint8_t frame_cmd) "scmd %d: MFI cmd 0x%x"