Searched refs:nr_rsps (Results 1 – 1 of 1) sorted by relevance
451 int nr_rsps = queue->recv_queue_size * 2; in nvmet_rdma_alloc_rsps() local454 if (sbitmap_init_node(&queue->rsp_tags, nr_rsps, -1, GFP_KERNEL, in nvmet_rdma_alloc_rsps()458 queue->rsps = kvzalloc_objs(struct nvmet_rdma_rsp, nr_rsps); in nvmet_rdma_alloc_rsps()462 for (i = 0; i < nr_rsps; i++) { in nvmet_rdma_alloc_rsps()485 int i, nr_rsps = queue->recv_queue_size * 2; in nvmet_rdma_free_rsps() local487 for (i = 0; i < nr_rsps; i++) in nvmet_rdma_free_rsps()