Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme_validate.c350 ctrl_data.vcd_id = nvme->n_idctl; in nvme_validate_logpage()
420 ctrl_data.vcd_id = nvme->n_idctl; in nvme_validate_get_feature()
553 ctrl_data.vcd_id = nvme->n_idctl; in nvme_validate_identify()
605 nvme->n_idctl->id_oacs.oa_nsmgmt != 0) { in nvme_validate_identify()
685 ctrl_data.vcd_id = nvme->n_idctl; in nvme_validate_vuc()
690 if (nvme->n_idctl->id_nvscc.nv_spec == 0) { in nvme_validate_vuc()
793 ctrl_data.vcd_id = nvme->n_idctl; in nvme_validate_format()
843 if (nvme->n_idctl->id_fna.fn_format != 0) { in nvme_validate_format()
849 nvme->n_idctl->id_fna.fn_sec_erase != 0) { in nvme_validate_format()
873 ctrl_data.vcd_id = nvme->n_idctl; in nvme_validate_fw_load()
[all …]
H A Dnvme.c2739 data.vcd_id = nvme->n_idctl; in nvme_get_logpage_int()
3219 sizeof (nvme->n_idctl->id_model)); in nvme_config_list()
3228 sizeof (nvme->n_idctl->id_fwrev)); in nvme_config_list()
3310 bcopy(nvme->n_idctl->id_model, model, sizeof (nvme->n_idctl->id_model)); in nvme_prepare_devid()
3311 bcopy(nvme->n_idctl->id_serial, serial, in nvme_prepare_devid()
3312 sizeof (nvme->n_idctl->id_serial)); in nvme_prepare_devid()
3869 (void **)&nvme->n_idctl)) { in nvme_init()
3899 bcopy(nvme->n_idctl->id_model, model, sizeof (nvme->n_idctl->id_model)); in nvme_init()
3934 if (nvme->n_idctl->id_mdts == 0) in nvme_init()
4829 if (nvme->n_idctl) in nvme_detach()
[all …]
H A Dnvme_var.h312 nvme_identify_ctrl_t *n_idctl; member