Home
last modified time | relevance | path

Searched refs:sg_io_hdr (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/block/
Dnvme-scsi.c369 static int nvme_trans_copy_to_user(struct sg_io_hdr *hdr, void *from, in nvme_trans_copy_to_user()
410 static int nvme_trans_copy_from_user(struct sg_io_hdr *hdr, void *to, in nvme_trans_copy_from_user()
452 static int nvme_trans_completion(struct sg_io_hdr *hdr, u8 status, u8 sense_key, in nvme_trans_completion()
486 static int nvme_trans_status_code(struct sg_io_hdr *hdr, int nvme_sc) in nvme_trans_status_code()
672 struct sg_io_hdr *hdr, u8 *inq_response, in nvme_trans_standard_inquiry_page()
738 struct sg_io_hdr *hdr, u8 *inq_response, in nvme_trans_supported_vpd_pages()
761 struct sg_io_hdr *hdr, u8 *inq_response, in nvme_trans_unit_serial_page()
779 static int nvme_trans_device_id_page(struct nvme_ns *ns, struct sg_io_hdr *hdr, in nvme_trans_device_id_page()
860 static int nvme_trans_ext_inq_page(struct nvme_ns *ns, struct sg_io_hdr *hdr, in nvme_trans_ext_inq_page()
944 static int nvme_trans_bdev_limits_page(struct nvme_ns *ns, struct sg_io_hdr *hdr, in nvme_trans_bdev_limits_page()
[all …]
Dskd_main.c251 struct sg_io_hdr sg;
1361 struct sg_io_hdr *sgp = &sksgio->sg; in skd_sg_io_get_and_check_args()
1784 struct sg_io_hdr *sgp = &sksgio->sg; in skd_sg_io_put_status()
/linux-4.1.27/include/scsi/
Dsg.h43 typedef struct sg_io_hdr struct
211 typedef struct sg_io_hdr Sg_io_hdr;
/linux-4.1.27/include/linux/
Dnvme.h173 struct sg_io_hdr;
175 int nvme_sg_io(struct nvme_ns *ns, struct sg_io_hdr __user *u_hdr);
Dblkdev.h36 struct sg_io_hdr;
/linux-4.1.27/block/
Dscsi_ioctl.c228 struct sg_io_hdr *hdr, fmode_t mode) in blk_fill_sghdr_rq()
251 static int blk_complete_sghdr_rq(struct request *rq, struct sg_io_hdr *hdr, in blk_complete_sghdr_rq()
287 struct sg_io_hdr *hdr, fmode_t mode) in sg_io()
596 struct sg_io_hdr hdr; in scsi_cmd_ioctl()
611 struct sg_io_hdr hdr; in scsi_cmd_ioctl()
/linux-4.1.27/Documentation/scsi/
Dscsi-generic.txt26 It adds the sg_io_hdr interface structure.