Searched refs:sg_io_hdr (Results 1 – 6 of 6) sorted by relevance
/linux/include/scsi/ |
H A D | scsi_ioctl.h | 23 struct sg_io_hdr; 50 int get_sg_io_hdr(struct sg_io_hdr *hdr, const void __user *argp); 51 int put_sg_io_hdr(const struct sg_io_hdr *hdr, void __user *argp);
|
H A D | sg.h | 40 typedef struct sg_io_hdr struct 270 typedef struct sg_io_hdr Sg_io_hdr; 65 infosg_io_hdr global() argument
|
/linux/drivers/scsi/ |
H A D | scsi_ioctl.c | 365 struct sg_io_hdr *hdr, bool open_for_write) in scsi_fill_sghdr_rq() 388 static int scsi_complete_sghdr_rq(struct request *rq, struct sg_io_hdr *hdr, in scsi_complete_sghdr_rq() 426 static int sg_io(struct scsi_device *sdev, struct sg_io_hdr *hdr, in sg_io() 633 int put_sg_io_hdr(const struct sg_io_hdr *hdr, void __user *argp) in put_sg_io_hdr() 676 int get_sg_io_hdr(struct sg_io_hdr *hdr, const void __user *argp) in get_sg_io_hdr() 685 *hdr = (struct sg_io_hdr) { in get_sg_io_hdr() 799 struct sg_io_hdr hdr; in scsi_cdrom_send_packet() 854 struct sg_io_hdr hdr; in scsi_ioctl_sg_io()
|
H A D | sg.c | 77 * of sg_io_hdr::cmd_len can only represent 255. All SCSI commands greater 424 if (count >= sizeof(struct sg_io_hdr)) { in get_sg_io_pack_id() 425 struct sg_io_hdr __user *hp = buf; in get_sg_io_pack_id() 722 sfp->cmd_q = 1; /* when sg_io_hdr seen, set command queuing on */ in sg_new_write()
|
/linux/Documentation/scsi/ |
H A D | scsi-generic.rst | 31 It adds the sg_io_hdr interface structure.
|
/linux/include/linux/ |
H A D | blkdev.h | 35 struct sg_io_hdr;
|