Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/nvme/target/
Drdma.c409 int nr_rsps = queue->recv_queue_size * 2; in nvmet_rdma_alloc_rsps() local
412 queue->rsps = kcalloc(nr_rsps, sizeof(struct nvmet_rdma_rsp), in nvmet_rdma_alloc_rsps()
417 for (i = 0; i < nr_rsps; i++) { in nvmet_rdma_alloc_rsps()
444 int i, nr_rsps = queue->recv_queue_size * 2; in nvmet_rdma_free_rsps() local
446 for (i = 0; i < nr_rsps; i++) { in nvmet_rdma_free_rsps()