Searched defs:vscsiif_request (Results 1 – 1 of 1) sorted by relevance
246 struct vscsiif_request { struct247 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)258 uint8_t nr_segments; /* Number of pieces of scatter-gather */[all …]