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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dsg.c141 } Sg_request; typedef in typeref:struct:sg_request
152 Sg_request *headrp; /* head of request slist, NULL->empty */
154 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 * sr
[all...]

Completed in 27 milliseconds