Home
last modified time | relevance | path

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

/openbmc/qemu/hw/scsi/
H A Dmegasas.c60 typedef struct MegasasCmd { struct
76 } MegasasCmd; typedef
101 MegasasCmd *event_cmd;
119 MegasasCmd frames[MEGASAS_MAX_FRAMES];
215 static bool megasas_frame_is_ieee_sgl(MegasasCmd *cmd) in megasas_frame_is_ieee_sgl()
220 static bool megasas_frame_is_sgl64(MegasasCmd *cmd) in megasas_frame_is_sgl64()
225 static bool megasas_frame_is_sense64(MegasasCmd *cmd) in megasas_frame_is_sense64()
230 static uint64_t megasas_sgl_get_addr(MegasasCmd *cmd, in megasas_sgl_get_addr()
245 static uint32_t megasas_sgl_get_len(MegasasCmd *cmd, in megasas_sgl_get_len()
260 static union mfi_sgl *megasas_sgl_next(MegasasCmd *cmd, in megasas_sgl_next()
[all …]