Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
Dnvme-scsi.c869 struct nvme_id_ctrl *id_ctrl; in nvme_trans_ext_inq_page() local
918 id_ctrl = mem; in nvme_trans_ext_inq_page()
919 v_sup = id_ctrl->vwc; in nvme_trans_ext_inq_page()
1493 struct nvme_id_ctrl *id_ctrl; in nvme_trans_power_state() local
1513 id_ctrl = mem; in nvme_trans_power_state()
1514 lowest_pow_st = max(POWER_STATE_0, (int)(id_ctrl->npss - 1)); in nvme_trans_power_state()
2536 struct nvme_id_ctrl *id_ctrl; in nvme_trans_report_luns() local
2568 id_ctrl = mem; in nvme_trans_report_luns()
2569 ll_length = le32_to_cpu(id_ctrl->nn) * LUN_ENTRY_SIZE; in nvme_trans_report_luns()
2587 for (lun_id = 0; lun_id < le32_to_cpu(id_ctrl->nn); lun_id++) { in nvme_trans_report_luns()