Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nvme/target/
Drdma.c403 int nr_rsps = queue->recv_queue_size * 2; in nvmet_rdma_alloc_rsps() local
406 queue->rsps = kcalloc(nr_rsps, sizeof(struct nvmet_rdma_rsp), in nvmet_rdma_alloc_rsps()
411 for (i = 0; i < nr_rsps; i++) { in nvmet_rdma_alloc_rsps()
438 int i, nr_rsps = queue->recv_queue_size * 2; in nvmet_rdma_free_rsps() local
440 for (i = 0; i < nr_rsps; i++) { in nvmet_rdma_free_rsps()