Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/ulp/srpt/
Dib_srpt.c1094 int count, nrdma; in srpt_map_sg_to_ib_sge() local
1114 nrdma = ioctx->n_rdma_ius; in srpt_map_sg_to_ib_sge()
1116 nrdma = (count + SRPT_DEF_SG_PER_WQE - 1) / SRPT_DEF_SG_PER_WQE in srpt_map_sg_to_ib_sge()
1119 ioctx->rdma_ius = kzalloc(nrdma * sizeof *riu, GFP_KERNEL); in srpt_map_sg_to_ib_sge()
1123 ioctx->n_rdma_ius = nrdma; in srpt_map_sg_to_ib_sge()