Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/
H A Dsg.c125 struct list_head entry; /* list entry */
126 struct sg_fd *parentfp; /* NULL -> not in use */
127 Sg_scatter_hold data; /* hold buffer, perhaps scatter list */
128 sg_io_hdr_t header; /* scsi command+info, see <scsi/sg.h> */
129 unsigned char sense_b[SCSI_SENSE_BUFFERSIZE];
131 char orphan; /* 1 -> drop on sight, 0 -> normal */
132 char sg_io_owned; /* 1 -> packet belongs to SG_IO */
134 char done; /* 0->before bh, 1->before read, 2->read */
135 struct request *rq;
136 struct bio *bio;
[all …]
/linux-6.15/sound/virtio/
H A Dvirtio_ctl_msg.c20 struct scatterlist sg_request; member
/linux-6.15/drivers/mmc/host/
H A Dvub300.c345 struct usb_sg_request sg_request; member