Searched refs:conf_ioqpairs (Results 1 – 2 of 2) sorted by relevance
619 return sqid < n->conf_ioqpairs + 1 && n->sq[sqid] != NULL ? 0 : -1; in nvme_check_sqid()624 return cqid < n->conf_ioqpairs + 1 && n->cq[cqid] != NULL ? 0 : -1; in nvme_check_cqid()4882 if (unlikely(!sqid || sqid > n->conf_ioqpairs || n->sq[sqid] != NULL)) { in nvme_create_sq()5523 if (unlikely(!cqid || cqid > n->conf_ioqpairs || n->cq[cqid] != NULL)) { in nvme_create_cq()6336 result = (n->conf_ioqpairs - 1) | ((n->conf_ioqpairs - 1) << 16); in nvme_get_feature()6341 if (iv >= n->conf_ioqpairs + 1) { in nvme_get_feature()6560 n->conf_ioqpairs, in nvme_set_feature()6561 n->conf_ioqpairs); in nvme_set_feature()6562 req->cqe.result = cpu_to_le32((n->conf_ioqpairs - 1) | in nvme_set_feature()6563 ((n->conf_ioqpairs - 1) << 16)); in nvme_set_feature()[all …]
581 uint32_t conf_ioqpairs; member