Searched refs:Sg_request (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | sg.c | 133 } Sg_request; typedef 146 Sg_request req_arr[SG_MAX_QUEUE]; /* used as singly-linked list */ 176 static int sg_start_req(Sg_request *srp, unsigned char *cmd); 177 static int sg_finish_rem_req(Sg_request * srp); 180 Sg_request * srp); 183 int read_only, int sg_io_owned, Sg_request **o_srp); 184 static int sg_common_write(Sg_fd * sfp, Sg_request * srp, 186 static int sg_read_oxfer(Sg_request * srp, char __user *outp, int num_read_xfer); 189 static void sg_link_reserve(Sg_fd * sfp, Sg_request * srp, int size); 190 static void sg_unlink_reserve(Sg_fd * sfp, Sg_request * sr [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A 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 * sr [all...] |
Completed in 6 milliseconds