Searched refs:sg_io_hdr (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/nvme/host/ |
D | scsi.c | 233 static int nvme_trans_copy_to_user(struct sg_io_hdr *hdr, void *from, in nvme_trans_copy_to_user() 268 static int nvme_trans_copy_from_user(struct sg_io_hdr *hdr, void *to, in nvme_trans_copy_from_user() 302 static int nvme_trans_completion(struct sg_io_hdr *hdr, u8 status, u8 sense_key, in nvme_trans_completion() 341 static int nvme_trans_status_code(struct sg_io_hdr *hdr, int nvme_sc) in nvme_trans_status_code() 524 struct sg_io_hdr *hdr, u8 *inq_response, in nvme_trans_standard_inquiry_page() 568 struct sg_io_hdr *hdr, u8 *inq_response, in nvme_trans_supported_vpd_pages() 588 struct sg_io_hdr *hdr, u8 *inq_response, in nvme_trans_unit_serial_page() 603 static int nvme_trans_device_id_page(struct nvme_ns *ns, struct sg_io_hdr *hdr, in nvme_trans_device_id_page() 669 static int nvme_trans_ext_inq_page(struct nvme_ns *ns, struct sg_io_hdr *hdr, in nvme_trans_ext_inq_page() 734 static int nvme_trans_bdev_limits_page(struct nvme_ns *ns, struct sg_io_hdr *hdr, in nvme_trans_bdev_limits_page() [all …]
|
D | nvme.h | 133 struct sg_io_hdr; 135 int nvme_sg_io(struct nvme_ns *ns, struct sg_io_hdr __user *u_hdr);
|
/linux-4.4.14/include/scsi/ |
D | sg.h | 43 typedef struct sg_io_hdr struct 211 typedef struct sg_io_hdr Sg_io_hdr;
|
/linux-4.4.14/block/ |
D | scsi_ioctl.c | 228 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.4.14/Documentation/scsi/ |
D | scsi-generic.txt | 26 It adds the sg_io_hdr interface structure.
|
/linux-4.4.14/include/linux/ |
D | blkdev.h | 34 struct sg_io_hdr;
|
/linux-4.4.14/drivers/block/ |
D | skd_main.c | 251 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()
|