Home
last modified time | relevance | path

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

/Linux-v4.19/include/xen/interface/io/
Dvscsiif.h190 struct vscsiif_request { struct
191 uint16_t rqid; /* private guest value, echoed in resp */
192 uint8_t act; /* command between backend and frontend */
193 uint8_t cmd_len; /* valid CDB bytes */
195 uint8_t cmnd[VSCSIIF_MAX_COMMAND_SIZE]; /* the CDB */
196 uint16_t timeout_per_command; /* deprecated */
197 uint16_t channel, id, lun; /* (virtual) device specification */
198 uint16_t ref_rqid; /* command abort reference */
199 uint8_t sc_data_direction; /* for DMA_TO_DEVICE(1)
202 uint8_t nr_segments; /* Number of pieces of scatter-gather */
[all …]