Home
last modified time | relevance | path

Searched defs:vscsiif_request (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/xen/interface/io/
H A Dvscsiif.h246 struct vscsiif_request { struct
247 uint16_t rqid; /* private guest value, echoed in resp */
248 uint8_t act; /* command between backend and frontend */
249 uint8_t cmd_len; /* valid CDB bytes */
251 uint8_t cmnd[VSCSIIF_MAX_COMMAND_SIZE]; /* the CDB */
252 uint16_t timeout_per_command; /* deprecated */
253 uint16_t channel, id, lun; /* (virtual) device specification */
254 uint16_t ref_rqid; /* command abort reference */
255 uint8_t sc_data_direction; /* for DMA_TO_DEVICE(1)
267 struct scsiif_request_segment seg[VSCSIIF_SG_TABLESIZE];
[all …]