Lines Matching refs:ctrlr
1744 struct nvme_resv_reg_ctrlr ctrlr[0]; member
1757 struct nvme_resv_reg_ctrlr_ext ctrlr[0]; member
1872 int nvme_ctrlr_passthrough_cmd(struct nvme_controller *ctrlr,
1878 void nvme_ctrlr_cmd_set_feature(struct nvme_controller *ctrlr,
1884 void nvme_ctrlr_cmd_get_feature(struct nvme_controller *ctrlr,
1888 void nvme_ctrlr_cmd_get_log_page(struct nvme_controller *ctrlr,
1920 device_t nvme_ctrlr_get_device(struct nvme_controller *ctrlr);
1922 nvme_ctrlr_get_data(struct nvme_controller *ctrlr);
2237 n = MIN(n, (size - sizeof(s)) / sizeof(s->ctrlr[0])); in nvme_resv_status_swapbytes()
2239 s->ctrlr[i].ctrlr_id = le16toh(s->ctrlr[i].ctrlr_id); in nvme_resv_status_swapbytes()
2240 s->ctrlr[i].hostid = le64toh(s->ctrlr[i].hostid); in nvme_resv_status_swapbytes()
2241 s->ctrlr[i].rkey = le64toh(s->ctrlr[i].rkey); in nvme_resv_status_swapbytes()
2255 n = MIN(n, (size - sizeof(s)) / sizeof(s->ctrlr[0])); in nvme_resv_status_ext_swapbytes()
2257 s->ctrlr[i].ctrlr_id = le16toh(s->ctrlr[i].ctrlr_id); in nvme_resv_status_ext_swapbytes()
2258 s->ctrlr[i].rkey = le64toh(s->ctrlr[i].rkey); in nvme_resv_status_ext_swapbytes()
2259 nvme_le128toh((void *)s->ctrlr[i].hostid); in nvme_resv_status_ext_swapbytes()