Searched refs:nvme_id_ns (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/drivers/nvme/ |
H A D | nvme_show.c | 64 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 D | nvme.c | 641 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 D | nvme.h | 93 struct nvme_id_ns { struct
|
/openbmc/linux/drivers/nvme/target/ |
H A D | passthru.c | 178 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 D | io-cmd-bdev.c | 13 void nvmet_bdev_set_limits(struct block_device *bdev, struct nvme_id_ns *id) in nvmet_bdev_set_limits()
|
H A D | nvmet.h | 449 void nvmet_bdev_set_limits(struct block_device *bdev, struct nvme_id_ns *id);
|
H A D | admin-cmd.c | 494 struct nvme_id_ns *id; in nvmet_execute_identify_ns()
|
/openbmc/linux/drivers/nvme/host/ |
H A D | core.c | 1424 struct nvme_id_ns **id) in nvme_identify_ns() 1451 struct nvme_id_ns *id; in nvme_ns_info_from_identify() 1738 static int nvme_init_ms(struct nvme_ns *ns, struct nvme_id_ns *id) in nvme_init_ms() 1798 static int nvme_configure_metadata(struct nvme_ns *ns, struct nvme_id_ns *id) in nvme_configure_metadata() 1867 struct nvme_ns *ns, struct nvme_id_ns *id) in nvme_update_disk_info() 1948 static void nvme_set_chunk_sectors(struct nvme_ns *ns, struct nvme_id_ns *id) in nvme_set_chunk_sectors() 2007 struct nvme_id_ns *id; in nvme_update_ns_info_block() 4703 BUILD_BUG_ON(sizeof(struct nvme_id_ns) != NVME_IDENTIFY_DATA_SIZE); in _nvme_check_size()
|
/openbmc/linux/include/linux/ |
H A D | nvme.h | 390 struct nvme_id_ns { struct
|