Searched refs:fwc_ctrl (Results 1 – 2 of 2) sorted by relevance
116 req->fwc_ctrl = ctrl; in nvme_fw_commit_req_init()143 if (!nvme_field_check_one(req->fwc_ctrl, slot, "firmware commit", in nvme_fw_commit_req_set_slot()150 return (nvme_ctrl_success(req->fwc_ctrl)); in nvme_fw_commit_req_set_slot()161 if (!nvme_field_check_one(req->fwc_ctrl, act, "firmware commit", in nvme_fw_commit_req_set_action()168 return (nvme_ctrl_success(req->fwc_ctrl)); in nvme_fw_commit_req_set_action()174 nvme_ctrl_t *ctrl = req->fwc_ctrl; in nvme_fw_commit_req_exec()
357 nvme_ctrl_t *fwc_ctrl; member