Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/nvme-tests/tests/unit/
H A Dcontrollers.c58 .fw_nslot = 1
97 .fw_nslot = 1
128 .fw_nslot = 1
182 .fw_nslot = 1
213 .fw_nslot = 1
246 .fw_nslot = 1
267 .fw_nslot = 3
282 .fw_nslot = 7
/illumos-gate/usr/src/common/nvme/
H A Dnvme_firmware.c145 data->vcd_id->id_frmw.fw_nslot, msg, msglen, slot)); in nvme_fw_commit_field_valid_slot()
/illumos-gate/usr/src/cmd/nvmeadm/
H A Dnvmeadm_print.c971 idctl->id_frmw.fw_nslot, NULL, NULL); in nvme_print_identify_ctrl()
2146 for (i = 1; i < idctl->id_frmw.fw_nslot; i++) { in nvme_print_fwslot_log()
/illumos-gate/usr/src/uts/common/sys/
H A Dnvme.h923 uint8_t fw_nslot:3; /* number of firmware slots */ member
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c7100 ddi_ufm_image_set_nslots(img, nvme->n_idctl->id_frmw.fw_nslot); in nvme_ufm_fill_image()
7125 if (imgno > 0 || slotno > (nvme->n_idctl->id_frmw.fw_nslot - 1)) in nvme_ufm_fill_slot()