Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/ulp/srpt/
Dib_srpt.c1056 BUG_ON(ioctx->n_rdma && !ioctx->rdma_ius); in srpt_unmap_sg_to_ib_sge()
1058 while (ioctx->n_rdma) in srpt_unmap_sg_to_ib_sge()
1059 kfree(ioctx->rdma_ius[--ioctx->n_rdma].sge); in srpt_unmap_sg_to_ib_sge()
1172 ++ioctx->n_rdma; in srpt_map_sg_to_ib_sge()
1186 ++ioctx->n_rdma; in srpt_map_sg_to_ib_sge()
1280 ioctx->n_rdma = 0; in srpt_get_send_ioctx()
1451 WARN_ON(ioctx->n_rdma <= 0); in srpt_handle_rdma_comp()
1452 atomic_add(ioctx->n_rdma, &ch->sq_wr_avail); in srpt_handle_rdma_comp()
1482 if (ioctx->n_rdma <= 0) { in srpt_handle_rdma_err_comp()
1488 atomic_add(ioctx->n_rdma, &ch->sq_wr_avail); in srpt_handle_rdma_err_comp()
[all …]
Dib_srpt.h245 u8 n_rdma; member