Searched refs:Sg_request (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/scsi/ |
D | sg.c | 149 } Sg_request; typedef 160 Sg_request *headrp; /* head of request slist, NULL->empty */ 162 Sg_request req_arr[SG_MAX_QUEUE]; /* used as singly-linked list */ 192 static int sg_start_req(Sg_request *srp, unsigned char *cmd); 193 static int sg_finish_rem_req(Sg_request * srp); 196 Sg_request * srp); 199 int read_only, int sg_io_owned, Sg_request **o_srp); 200 static int sg_common_write(Sg_fd * sfp, Sg_request * srp, 202 static int sg_read_oxfer(Sg_request * srp, char __user *outp, int num_read_xfer); 205 static void sg_link_reserve(Sg_fd * sfp, Sg_request * srp, int size); [all …]
|