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.c1703 int frame_cmd) in megasas_handle_scsi() argument
1709 bool is_logical = (frame_cmd == MFI_CMD_LD_SCSI_IO); in megasas_handle_scsi()
1719 mfi_frame_desc(frame_cmd), is_logical, target_id, lun_id); in megasas_handle_scsi()
1726 trace_megasas_handle_scsi(mfi_frame_desc(frame_cmd), is_logical, in megasas_handle_scsi()
1731 mfi_frame_desc(frame_cmd), is_logical, target_id, lun_id); in megasas_handle_scsi()
1737 mfi_frame_desc(frame_cmd), is_logical, in megasas_handle_scsi()
1755 mfi_frame_desc(frame_cmd), target_id, lun_id); in megasas_handle_scsi()
1776 static int megasas_handle_io(MegasasState *s, MegasasCmd *cmd, int frame_cmd) in megasas_handle_io() argument
1780 bool is_write = (frame_cmd == MFI_CMD_LD_WRITE); in megasas_handle_io()
1799 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"