Searched refs:maxcmd (Results 1 – 11 of 11) sorted by relevance
584 if (opts->queue_size > ctrl->ctrl.maxcmd) { in nvme_loop_create_ctrl()588 opts->queue_size, ctrl->ctrl.maxcmd); in nvme_loop_create_ctrl()589 opts->queue_size = ctrl->ctrl.maxcmd; in nvme_loop_create_ctrl()
285 id->maxcmd = cpu_to_le16(NVMET_MAX_CMD); in nvmet_execute_disc_identify()
135 id->maxcmd = cpu_to_le16(NVMET_MAX_CMD); in nvmet_passthru_override_id_ctrl()
431 id->maxcmd = cpu_to_le16(NVMET_MAX_CMD); in nvmet_execute_identify_ctrl()
1040 if (ctrl->ctrl.sqsize + 1 > ctrl->ctrl.maxcmd) { in nvme_rdma_setup_ctrl()1043 ctrl->ctrl.sqsize + 1, ctrl->ctrl.maxcmd); in nvme_rdma_setup_ctrl()1044 ctrl->ctrl.sqsize = ctrl->ctrl.maxcmd - 1; in nvme_rdma_setup_ctrl()
2084 if (ctrl->sqsize + 1 > ctrl->maxcmd) { in nvme_tcp_setup_ctrl() 2086 "sqsize %u > ctrl maxcmd %u, clamping down\n", in nvme_tcp_setup_ctrl() 2087 ctrl->sqsize + 1, ctrl->maxcmd); in nvme_tcp_setup_ctrl() 2088 ctrl->sqsize = ctrl->maxcmd - 1;
400 u16 maxcmd; member
3104 if (opts->queue_size > ctrl->ctrl.maxcmd) { in nvme_fc_create_association() 3105 /* warn if maxcmd is lower than queue_size */ in nvme_fc_create_association() 3107 "queue_size %zu > ctrl maxcmd %u, reducing " in nvme_fc_create_association() 3108 "to maxcmd\n", in nvme_fc_create_association() 3109 opts->queue_size, ctrl->ctrl.maxcmd); in nvme_fc_create_association() 3110 opts->queue_size = ctrl->ctrl.maxcmd; in nvme_fc_create_association()
3136 ctrl->maxcmd = le16_to_cpu(id->maxcmd); in nvme_init_identify()
329 __le16 maxcmd; member
1145 uint16_t maxcmd; member