Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/bhyve/dev/nvme/
H A Dnvme.h1819 struct nvme_resv_reg_ctrlr ctrlr[0]; member
1832 struct nvme_resv_reg_ctrlr_ext ctrlr[0]; member
1947 int nvme_ctrlr_passthrough_cmd(struct nvme_controller *ctrlr,
1953 void nvme_ctrlr_cmd_set_feature(struct nvme_controller *ctrlr,
1959 void nvme_ctrlr_cmd_get_feature(struct nvme_controller *ctrlr,
1963 void nvme_ctrlr_cmd_get_log_page(struct nvme_controller *ctrlr,
1995 device_t nvme_ctrlr_get_device(struct nvme_controller *ctrlr);
1997 nvme_ctrlr_get_data(struct nvme_controller *ctrlr);
2312 n = MIN(n, (size - sizeof(s)) / sizeof(s->ctrlr[0])); in nvme_resv_status_swapbytes()
2314 s->ctrlr[i].ctrlr_id = le16toh(s->ctrlr[i].ctrlr_id); in nvme_resv_status_swapbytes()
[all …]