Searched refs:maxcmd (Results 1 – 6 of 6) sorted by relevance
645 if (opts->queue_size > ctrl->ctrl.maxcmd) { in nvme_loop_create_ctrl()649 opts->queue_size, ctrl->ctrl.maxcmd); in nvme_loop_create_ctrl()650 opts->queue_size = ctrl->ctrl.maxcmd; in nvme_loop_create_ctrl()
145 id->maxcmd = cpu_to_le16(NVMET_MAX_CMD); in nvmet_execute_identify_disc_ctrl()
237 id->maxcmd = cpu_to_le16(NVMET_MAX_CMD); in nvmet_execute_identify_ctrl()
144 u16 maxcmd; member
1949 if (opts->queue_size > ctrl->ctrl.maxcmd) { in nvme_rdma_create_ctrl()1953 opts->queue_size, ctrl->ctrl.maxcmd); in nvme_rdma_create_ctrl()1954 opts->queue_size = ctrl->ctrl.maxcmd; in nvme_rdma_create_ctrl()
1273 ctrl->maxcmd = le16_to_cpu(id->maxcmd); in nvme_init_identify()