Lines Matching defs:vscsiif_request
190 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 */
227 DEFINE_RING_TYPES(vscsiif, struct vscsiif_request, struct vscsiif_response); argument