Searched refs:Sg_request (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/scsi/ |
D | sg.c | 138 } Sg_request; typedef 151 Sg_request req_arr[SG_MAX_QUEUE]; /* used as singly-linked list */ 181 static int sg_start_req(Sg_request *srp, unsigned char *cmd); 182 static int sg_finish_rem_req(Sg_request * srp); 185 Sg_request * srp); 188 int read_only, int sg_io_owned, Sg_request **o_srp); 189 static int sg_common_write(Sg_fd * sfp, Sg_request * srp, 191 static int sg_read_oxfer(Sg_request * srp, char __user *outp, int num_read_xfer); 194 static void sg_link_reserve(Sg_fd * sfp, Sg_request * srp, int size); 195 static void sg_unlink_reserve(Sg_fd * sfp, Sg_request * srp); [all …]
|