Home
last modified time | relevance | path

Searched refs:nvme_smart_log (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/block/
Dnvme-scsi.c1030 struct nvme_smart_log *smart_log; in nvme_trans_log_info_exceptions()
1043 sizeof(struct nvme_smart_log), in nvme_trans_log_info_exceptions()
1055 c.common.cdw10[0] = cpu_to_le32((((sizeof(struct nvme_smart_log) / in nvme_trans_log_info_exceptions()
1081 dma_free_coherent(&dev->pci_dev->dev, sizeof(struct nvme_smart_log), in nvme_trans_log_info_exceptions()
1097 struct nvme_smart_log *smart_log; in nvme_trans_log_temperature()
1111 sizeof(struct nvme_smart_log), in nvme_trans_log_temperature()
1123 c.common.cdw10[0] = cpu_to_le32((((sizeof(struct nvme_smart_log) / in nvme_trans_log_temperature()
1162 dma_free_coherent(&dev->pci_dev->dev, sizeof(struct nvme_smart_log), in nvme_trans_log_temperature()
Dnvme-core.c136 BUILD_BUG_ON(sizeof(struct nvme_smart_log) != 512); in _nvme_check_size()
/linux-4.1.27/include/uapi/linux/
Dnvme.h151 struct nvme_smart_log { struct