Home
last modified time | relevance | path

Searched refs:NVME_AQ_DEPTH (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/
H A Dnvme.h121 #define NVME_AQ_DEPTH 32 macro
123 #define NVME_AQ_BLK_MQ_DEPTH (NVME_AQ_DEPTH - NVME_NR_AEN_COMMANDS)
/linux/drivers/nvme/host/
H A Drdma.c802 ctrl->queues[0].queue_size = NVME_AQ_DEPTH; in nvme_rdma_configure_admin_queue()
1897 priv.hrqsize = cpu_to_le16(NVME_AQ_DEPTH); in nvme_rdma_route_resolved()
1898 priv.hsqsize = cpu_to_le16(NVME_AQ_DEPTH - 1); in nvme_rdma_route_resolved()
H A Dfc.c3075 NVME_AQ_DEPTH); in nvme_fc_create_association()
3080 NVME_AQ_DEPTH, (NVME_AQ_DEPTH / 4)); in nvme_fc_create_association()
H A Dpci.c2395 result = nvme_alloc_queue(dev, 0, NVME_AQ_DEPTH); in nvme_pci_configure_admin_queue()
3269 (dev->q_depth < (NVME_AQ_DEPTH + 2))) { in nvme_pci_enable()
3270 dev->q_depth = NVME_AQ_DEPTH + 2; in nvme_pci_enable()
H A Dfabrics.c421 cmd->connect.sqsize = cpu_to_le16(NVME_AQ_DEPTH - 1); in nvmf_connect_cmd_prep()
H A Dcore.c5056 set->reserved_tags = NVME_AQ_DEPTH; in nvme_alloc_io_tag_set()
/linux/drivers/nvme/target/
H A Drdma.c1430 if (!queue->host_qid && queue->recv_queue_size > NVME_AQ_DEPTH) in nvmet_rdma_parse_cm_connect_req()