Home
last modified time | relevance | path

Searched refs:Sg_request (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/scsi/
H A Dsg.c138 } Sg_request; typedef
151 Sg_request req_arr[SG_MAX_QUEUE]; /* used as singly-linked list */
182 static int sg_start_req(Sg_request *srp, unsigned char *cmd);
183 static int sg_finish_rem_req(Sg_request * srp);
186 Sg_request * srp);
189 int read_only, int sg_io_owned, Sg_request **o_srp);
190 static int sg_common_write(Sg_fd * sfp, Sg_request * srp,
192 static int sg_read_oxfer(Sg_request * srp, char __user *outp, int num_read_xfer);
195 static void sg_link_reserve(Sg_fd * sfp, Sg_request * srp, int size);
196 static void sg_unlink_reserve(Sg_fd * sfp, Sg_request * srp);
[all …]