Home
last modified time | relevance | path

Searched defs:nvme_ns (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/nvme/host/
H A Dnvme.h497 struct nvme_ns { struct
509 struct nvme_ns_head *head; argument
511 int lba_shift;
512 u16 ms;
536 static inline bool nvme_ns_has_pi(struct nvme_ns *ns) in nvme_ns_has_pi() argument
/openbmc/u-boot/drivers/nvme/
H A Dnvme.h636 struct nvme_ns { struct
637 struct list_head list;
638 struct nvme_dev *dev;
639 unsigned ns_id;
640 int devnum;
641 int lba_shift;
642 u8 flbas;
643 u64 mode_select_num_blocks;
644 u32 mode_select_block_len;
/openbmc/qemu/hw/nvme/
H A Dnvme.h629 static inline NvmeNamespace *nvme_ns(NvmeCtrl *n, uint32_t nsid) in nvme_ns() function