Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/ulp/srpt/
Dib_srpt.c1055 BUG_ON(ioctx->n_rdma && !ioctx->rdma_ius); in srpt_unmap_sg_to_ib_sge()
1057 while (ioctx->n_rdma) in srpt_unmap_sg_to_ib_sge()
1058 kfree(ioctx->rdma_ius[--ioctx->n_rdma].sge); in srpt_unmap_sg_to_ib_sge()
1171 ++ioctx->n_rdma; in srpt_map_sg_to_ib_sge()
1185 ++ioctx->n_rdma; in srpt_map_sg_to_ib_sge()
1279 ioctx->n_rdma = 0; in srpt_get_send_ioctx()
1448 WARN_ON(ioctx->n_rdma <= 0); in srpt_handle_rdma_comp()
1449 atomic_add(ioctx->n_rdma, &ch->sq_wr_avail); in srpt_handle_rdma_comp()
1477 if (ioctx->n_rdma <= 0) { in srpt_handle_rdma_err_comp()
1483 atomic_add(ioctx->n_rdma, &ch->sq_wr_avail); in srpt_handle_rdma_err_comp()
[all …]
Dib_srpt.h244 u8 n_rdma; member