Searched defs:vscsifrnt_shadow (Results 1 – 1 of 1) sorted by relevance
76 struct vscsifrnt_shadow { struct78 unsigned char act;79 uint8_t nr_segments;80 uint16_t rqid;81 uint16_t ref_rqid;83 bool inflight;85 unsigned int nr_grants; /* number of grants in gref[] */86 struct scsiif_request_segment *sg; /* scatter/gather elements */87 struct scsiif_request_segment seg[VSCSIIF_SG_TABLESIZE];90 wait_queue_head_t wq_reset; /* reset work queue */[all …]