Searched refs:NVME_AQ_DEPTH (Results 1 – 8 of 8) sorted by relevance
116 e->asqsz = cpu_to_le16(NVME_AQ_DEPTH); in nvmet_format_discovery_entry()
1114 if (!queue->host_qid && queue->recv_queue_size > NVME_AQ_DEPTH) in nvmet_rdma_parse_cm_connect_req()
89 #define NVME_AQ_DEPTH 32 macro91 #define NVME_AQ_BLK_MQ_DEPTH (NVME_AQ_DEPTH - NVME_NR_AEN_COMMANDS)
1691 result = nvme_alloc_queue(dev, 0, NVME_AQ_DEPTH); in nvme_pci_configure_admin_queue()2291 dev->tagset.reserved_tags = NVME_AQ_DEPTH; in nvme_dev_add()2377 (dev->q_depth < (NVME_AQ_DEPTH + 2))) { in nvme_pci_enable()2378 dev->q_depth = NVME_AQ_DEPTH + 2; in nvme_pci_enable()
783 error = nvme_rdma_alloc_queue(ctrl, 0, NVME_AQ_DEPTH); in nvme_rdma_configure_admin_queue()1607 priv.hrqsize = cpu_to_le16(NVME_AQ_DEPTH); in nvme_rdma_route_resolved()1608 priv.hsqsize = cpu_to_le16(NVME_AQ_DEPTH - 1); in nvme_rdma_route_resolved()
378 cmd.connect.sqsize = cpu_to_le16(NVME_AQ_DEPTH - 1); in nvmf_connect_admin_queue()
2648 NVME_AQ_DEPTH); in nvme_fc_create_association()2653 NVME_AQ_DEPTH, (NVME_AQ_DEPTH / 4)); in nvme_fc_create_association()
1548 ret = nvme_tcp_alloc_queue(ctrl, 0, NVME_AQ_DEPTH); in nvme_tcp_alloc_admin_queue()