Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdma.h49 ibt_mi_hdl_t mihdl; member
H A Drdsv3_impl.h281 ibt_mi_hdl_t mihdl; member
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_impl.c1184 ASSERT(first->mihdl == NULL); in rdsv3_ib_dma_map_sg()
1205 &iov_attr, (ibt_all_wr_t *)&swr, &first->mihdl); in rdsv3_ib_dma_map_sg()
1227 ASSERT(scat->mihdl != NULL); in rdsv3_ib_dma_unmap_sg()
1230 (void) ibt_unmap_mem_iov(ib_get_ibt_hca_hdl(dev), scat->mihdl); in rdsv3_ib_dma_unmap_sg()
1234 scat->mihdl = NULL; in rdsv3_ib_dma_unmap_sg()
H A Dib_send.c899 if (scat[i].mihdl != NULL) { in rdsv3_ib_dma_unmap_sg_rdma()
904 (void) ibt_unmap_mem_iov(hca_hdl, scat[i].mihdl); in rdsv3_ib_dma_unmap_sg_rdma()
905 scat[i].mihdl = NULL; in rdsv3_ib_dma_unmap_sg_rdma()
950 (ibt_all_wr_t *)&scat[i].swr, &scat[i].mihdl); in rdsv3_ib_dma_map_sg_rdma()
H A Dsend.c89 ro->r_rdma_sg[0].mihdl, in rdsv3_send_reset()