Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/ulp/srpt/
Dib_srpt.c1093 int count, nrdma; in srpt_map_sg_to_ib_sge() local
1113 nrdma = ioctx->n_rdma_ius; in srpt_map_sg_to_ib_sge()
1115 nrdma = (count + SRPT_DEF_SG_PER_WQE - 1) / SRPT_DEF_SG_PER_WQE in srpt_map_sg_to_ib_sge()
1118 ioctx->rdma_ius = kzalloc(nrdma * sizeof *riu, GFP_KERNEL); in srpt_map_sg_to_ib_sge()
1122 ioctx->n_rdma_ius = nrdma; in srpt_map_sg_to_ib_sge()