Home
last modified time | relevance | path

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

/openbmc/qemu/hw/scsi/
H A Dvmw_pvscsi.h115 struct PVSCSICmdDescResetDevice { struct
120 typedef struct PVSCSICmdDescResetDevice PVSCSICmdDescResetDevice; argument
H A Dvmw_pvscsi.c873 struct PVSCSICmdDescResetDevice *cmd = in pvscsi_on_cmd_reset_device()
874 (struct PVSCSICmdDescResetDevice *) s->curr_cmd_data; in pvscsi_on_cmd_reset_device()
965 .data_size = sizeof(struct PVSCSICmdDescResetDevice),
/openbmc/linux/drivers/scsi/
H A Dvmw_pvscsi.h126 struct PVSCSICmdDescResetDevice { struct
H A Dvmw_pvscsi.c317 struct PVSCSICmdDescResetDevice cmd = { 0 }; in ll_device_reset()