Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dsg.c149 } 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 …]
/linux-4.1.27/drivers/staging/i2o/
Di2o_scsi.c592 ((Sg_request *) (SCpnt->sc_request-> in i2o_scsi_queuecommand_lck()