Lines Matching defs:nvm_identify_namespace
568 struct nvm_identify_namespace { struct
569 uint64_t nsze; /* Namespace Size */
571 uint64_t ncap; /* Namespace Capacity */
573 uint64_t nuse; /* Namespace Utilization */
575 uint8_t nsfeat; /* Namespace Features */
579 uint8_t nlbaf; /* Number of LBA Formats */
580 uint8_t flbas; /* Formatted LBA Size */
583 uint8_t mc; /* Metadata Capabilities */
584 uint8_t dpc; /* End-to-end Data Protection
586 uint8_t dps; /* End-to-end Data Protection Type
591 uint8_t nmic; /* Namespace Multi-path I/O and Namespace
594 uint8_t rescap; /* Reservation Capabilities */
596 uint8_t fpi; /* Format Progress Indicator */
598 uint8_t dlfeat; /* Deallocate Logical Block Features */
623 NVME_CTASSERT(sizeof(struct nvm_identify_namespace) == 4096, "bad size for nvm_identify_namespace"); argument