Searched refs:qes_max (Results 1 – 3 of 3) sorted by relevance
106 uint8_t qes_max:4; /* maximum entry size */ member
499 1 << idctl->id_sqes.qes_min, 1 << idctl->id_sqes.qes_max); in nvme_print_identify_ctrl()502 1 << idctl->id_cqes.qes_min, 1 << idctl->id_cqes.qes_max); in nvme_print_identify_ctrl()
2475 ((1 << nvme->n_idctl->id_sqes.qes_max) < sizeof (nvme_sqe_t)) || in nvme_init()2477 ((1 << nvme->n_idctl->id_cqes.qes_max) < sizeof (nvme_cqe_t))) in nvme_init()