Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/nvme/host/
Dnvme.h127 int nvme_get_log_page(struct nvme_dev *dev, struct nvme_smart_log **log);
Dpci.c148 BUILD_BUG_ON(sizeof(struct nvme_smart_log) != 512); in _nvme_check_size()
1272 int nvme_get_log_page(struct nvme_dev *dev, struct nvme_smart_log **log) in nvme_get_log_page()
1280 (((sizeof(struct nvme_smart_log) / 4) - 1) << 16) | in nvme_get_log_page()
1283 *log = kmalloc(sizeof(struct nvme_smart_log), GFP_KERNEL); in nvme_get_log_page()
1288 sizeof(struct nvme_smart_log)); in nvme_get_log_page()
Dscsi.c819 struct nvme_smart_log *smart_log; in nvme_trans_log_info_exceptions()
866 struct nvme_smart_log *smart_log; in nvme_trans_log_temperature()
/linux-4.4.14/include/linux/
Dnvme.h207 struct nvme_smart_log { struct