Home
last modified time | relevance | path

Searched refs:nvme_id_ns (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/nvme/
H A Dnvme_show.c65 static void print_formats(struct nvme_id_ns *id, struct nvme_ns *ns) in print_formats()
110 ALLOC_CACHE_ALIGN_BUFFER(char, buf_ns, sizeof(struct nvme_id_ns)); in nvme_print_info()
111 struct nvme_id_ns *id = (struct nvme_id_ns *)buf_ns; in nvme_print_info()
H A Dnvme.c699 struct nvme_id_ns *id; in nvme_blk_probe()
701 id = memalign(ndev->page_size, sizeof(struct nvme_id_ns)); in nvme_blk_probe()
846 struct nvme_id_ns *id; in nvme_probe()
893 id = memalign(ndev->page_size, sizeof(struct nvme_id_ns)); in nvme_probe()
H A Dnvme.h94 struct nvme_id_ns { struct
/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dpassthru.c121 struct nvme_id_ns *id; in nvmet_passthru_override_id_ns()
128 status = nvmet_copy_from_sgl(req, 0, id, sizeof(struct nvme_id_ns)); in nvmet_passthru_override_id_ns()
H A Dio-cmd-bdev.c11 void nvmet_bdev_set_limits(struct block_device *bdev, struct nvme_id_ns *id) in nvmet_bdev_set_limits()
H A Dnvmet.h401 void nvmet_bdev_set_limits(struct block_device *bdev, struct nvme_id_ns *id);
H A Dadmin-cmd.c472 struct nvme_id_ns *id; in nvmet_execute_identify_ns()
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dnvme.h732 void nvme_mpath_add_disk(struct nvme_ns *ns, struct nvme_id_ns *id);
792 struct nvme_id_ns *id) in nvme_mpath_add_disk()
H A Dcore.c1390 struct nvme_ns_ids *ids, struct nvme_id_ns **id) in nvme_identify_ns()
1993 static int nvme_configure_metadata(struct nvme_ns *ns, struct nvme_id_ns *id) in nvme_configure_metadata()
2056 struct nvme_ns *ns, struct nvme_id_ns *id) in nvme_update_disk_info()
2134 static void nvme_set_chunk_sectors(struct nvme_ns *ns, struct nvme_id_ns *id) in nvme_set_chunk_sectors()
2165 static int nvme_update_ns_info(struct nvme_ns *ns, struct nvme_id_ns *id) in nvme_update_ns_info()
3923 struct nvme_id_ns *id; in nvme_alloc_ns()
4052 struct nvme_id_ns *id; in nvme_validate_ns()
4769 BUILD_BUG_ON(sizeof(struct nvme_id_ns) != NVME_IDENTIFY_DATA_SIZE); in _nvme_check_size()
H A Dmultipath.c678 void nvme_mpath_add_disk(struct nvme_ns *ns, struct nvme_id_ns *id) in nvme_mpath_add_disk()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnvme.h344 struct nvme_id_ns { struct