Searched defs:vscsiif_request (Results 1 – 1 of 1) sorted by relevance
173 struct vscsiif_request { struct174 uint16_t rqid; /* private guest value, echoed in resp */175 uint8_t act; /* command between backend and frontend */176 uint8_t cmd_len; /* valid CDB bytes */178 uint8_t cmnd[VSCSIIF_MAX_COMMAND_SIZE]; /* the CDB */179 uint16_t timeout_per_command; /* deprecated */180 uint16_t channel, id, lun; /* (virtual) device specification */181 uint16_t ref_rqid; /* command abort reference */182 uint8_t sc_data_direction; /* for DMA_TO_DEVICE(1)185 uint8_t nr_segments; /* Number of pieces of scatter-gather */[all …]
Completed in 7 milliseconds