Searched refs:maxcmd (Results 1 – 5 of 5) sorted by relevance
135 id->maxcmd = cpu_to_le16(NVMET_MAX_CMD(ctrl)); in nvmet_passthru_override_id_ctrl()
731 id->maxcmd = cpu_to_le16(NVMET_MAX_CMD(ctrl)); in nvmet_execute_identify_ctrl()
2400 if (ctrl->sqsize + 1 > ctrl->maxcmd) { in nvme_tcp_setup_ctrl()2403 ctrl->sqsize + 1, ctrl->maxcmd); in nvme_tcp_setup_ctrl()2404 ctrl->sqsize = ctrl->maxcmd - 1; in nvme_tcp_setup_ctrl()
3117 if (opts->queue_size > ctrl->ctrl.maxcmd) { in nvme_fc_create_association()3122 opts->queue_size, ctrl->ctrl.maxcmd); in nvme_fc_create_association()3123 opts->queue_size = ctrl->ctrl.maxcmd; in nvme_fc_create_association()
368 __le16 maxcmd; member