Searched refs:frame_cmd (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/scsi/ |
H A D | megasas.c | 1703 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 D | mfi.h | 475 uint8_t frame_cmd; member
|
H A D | trace-events | 60 megasas_unhandled_frame_cmd(int cmd, uint8_t frame_cmd) "scmd %d: MFI cmd 0x%x"
|