Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/nvme/
H A Dnvme_show.c64 static void print_formats(struct nvme_id_ns *id, struct nvme_ns *ns) in print_formats()
109 ALLOC_CACHE_ALIGN_BUFFER(char, buf_ns, sizeof(struct nvme_id_ns)); in nvme_print_info()
110 struct nvme_id_ns *id = (struct nvme_id_ns *)buf_ns; in nvme_print_info()
H A Dnvme.c641 ALLOC_CACHE_ALIGN_BUFFER(char, buf, sizeof(struct nvme_id_ns)); in nvme_blk_probe()
642 struct nvme_id_ns *id = (struct nvme_id_ns *)buf; in nvme_blk_probe()
H A Dnvme.h93 struct nvme_id_ns { struct
/openbmc/linux/drivers/nvme/target/
H A Dpassthru.c178 struct nvme_id_ns *id; in nvmet_passthru_override_id_ns()
185 status = nvmet_copy_from_sgl(req, 0, id, sizeof(struct nvme_id_ns)); in nvmet_passthru_override_id_ns()
H A Dio-cmd-bdev.c13 void nvmet_bdev_set_limits(struct block_device *bdev, struct nvme_id_ns *id) in nvmet_bdev_set_limits()
H A Dnvmet.h449 void nvmet_bdev_set_limits(struct block_device *bdev, struct nvme_id_ns *id);
H A Dadmin-cmd.c494 struct nvme_id_ns *id; in nvmet_execute_identify_ns()
/openbmc/linux/drivers/nvme/host/
H A Dcore.c1430 struct nvme_id_ns **id) in nvme_identify_ns()
1457 struct nvme_id_ns *id; in nvme_ns_info_from_identify()
1744 static int nvme_init_ms(struct nvme_ns *ns, struct nvme_id_ns *id) in nvme_init_ms()
1804 static int nvme_configure_metadata(struct nvme_ns *ns, struct nvme_id_ns *id) in nvme_configure_metadata()
1873 struct nvme_ns *ns, struct nvme_id_ns *id) in nvme_update_disk_info()
1954 static void nvme_set_chunk_sectors(struct nvme_ns *ns, struct nvme_id_ns *id) in nvme_set_chunk_sectors()
2013 struct nvme_id_ns *id; in nvme_update_ns_info_block()
4700 BUILD_BUG_ON(sizeof(struct nvme_id_ns) != NVME_IDENTIFY_DATA_SIZE); in _nvme_check_size()
/openbmc/linux/include/linux/
H A Dnvme.h390 struct nvme_id_ns { struct