Searched refs:maxcmd (Results 1 – 9 of 9) sorted by relevance
603 if (opts->queue_size > ctrl->ctrl.maxcmd) { in nvme_loop_create_ctrl()607 opts->queue_size, ctrl->ctrl.maxcmd); in nvme_loop_create_ctrl()608 opts->queue_size = ctrl->ctrl.maxcmd; in nvme_loop_create_ctrl()
252 id->maxcmd = cpu_to_le16(NVMET_MAX_CMD); in nvmet_execute_identify_disc_ctrl()
353 id->maxcmd = cpu_to_le16(NVMET_MAX_CMD); in nvmet_execute_identify_ctrl()
277 u16 maxcmd; member
1007 if (ctrl->ctrl.sqsize + 1 > ctrl->ctrl.maxcmd) { in nvme_rdma_setup_ctrl()1010 ctrl->ctrl.sqsize + 1, ctrl->ctrl.maxcmd); in nvme_rdma_setup_ctrl()1011 ctrl->ctrl.sqsize = ctrl->ctrl.maxcmd - 1; in nvme_rdma_setup_ctrl()
1845 if (ctrl->sqsize + 1 > ctrl->maxcmd) { in nvme_tcp_setup_ctrl()1848 ctrl->sqsize + 1, ctrl->maxcmd); in nvme_tcp_setup_ctrl()1849 ctrl->sqsize = ctrl->maxcmd - 1; in nvme_tcp_setup_ctrl()
2694 if (opts->queue_size > ctrl->ctrl.maxcmd) { in nvme_fc_create_association()2699 opts->queue_size, ctrl->ctrl.maxcmd); in nvme_fc_create_association()2700 opts->queue_size = ctrl->ctrl.maxcmd; in nvme_fc_create_association()
2847 ctrl->maxcmd = le16_to_cpu(id->maxcmd); in nvme_init_identify()
260 __le16 maxcmd; member