Searched refs:maxcmd (Results 1 – 9 of 9) sorted by relevance
609 if (opts->queue_size > ctrl->ctrl.maxcmd) { in nvme_loop_create_ctrl()613 opts->queue_size, ctrl->ctrl.maxcmd); in nvme_loop_create_ctrl()614 opts->queue_size = ctrl->ctrl.maxcmd; in nvme_loop_create_ctrl()
279 id->maxcmd = cpu_to_le16(NVMET_MAX_CMD); in nvmet_execute_disc_identify()
78 id->maxcmd = cpu_to_le16(NVMET_MAX_CMD); in nvmet_passthru_override_id_ctrl()
408 id->maxcmd = cpu_to_le16(NVMET_MAX_CMD); in nvmet_execute_identify_ctrl()
347 u16 maxcmd; member
2046 if (ctrl->sqsize + 1 > ctrl->maxcmd) { in nvme_tcp_setup_ctrl()2049 ctrl->sqsize + 1, ctrl->maxcmd); in nvme_tcp_setup_ctrl()2050 ctrl->sqsize = ctrl->maxcmd - 1; in nvme_tcp_setup_ctrl()
1136 if (ctrl->ctrl.sqsize + 1 > ctrl->ctrl.maxcmd) { in nvme_rdma_setup_ctrl()1139 ctrl->ctrl.sqsize + 1, ctrl->ctrl.maxcmd); in nvme_rdma_setup_ctrl()1140 ctrl->ctrl.sqsize = ctrl->ctrl.maxcmd - 1; in nvme_rdma_setup_ctrl()
3111 if (opts->queue_size > ctrl->ctrl.maxcmd) { in nvme_fc_create_association()3116 opts->queue_size, ctrl->ctrl.maxcmd); in nvme_fc_create_association()3117 opts->queue_size = ctrl->ctrl.maxcmd; in nvme_fc_create_association()
3190 ctrl->maxcmd = le16_to_cpu(id->maxcmd); in nvme_init_identify()