Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_send.c944 iov_attr.iov_wr_nds = (scat[i].iovec.bytes / PAGESIZE) + 2; in rdsv3_ib_dma_map_sg_rdma()
946 kmem_zalloc(iov_attr.iov_wr_nds * sizeof (ibt_wr_ds_t), in rdsv3_ib_dma_map_sg_rdma()
957 iov_attr.iov_wr_nds * sizeof (ibt_wr_ds_t)); in rdsv3_ib_dma_map_sg_rdma()
H A Drdsv3_impl.c984 iov_attr.iov_wr_nds = 1; in rdsv3_ib_frag_constructor()
1198 iov_attr.iov_wr_nds = num * 2; in rdsv3_ib_dma_map_sg()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_types.h1055 uint32_t iov_wr_nds; member
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_data.c929 iov_attr.iov_wr_nds = ss->ei_caps->cp_max_sgl; in eib_data_prepare_sgl()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ci.c2598 max_nds = iov_attr->iov_wr_nds; in tavor_ci_map_mem_iov()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ci.c2460 max_nds = iov_attr->iov_wr_nds; in hermon_ci_map_mem_iov()
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c6810 iov_attr.iov_wr_nds = state->id_max_sqseg; in ibd_prepare_sgl()
7202 iov_attr.iov_wr_nds = state->rc_tx_max_sqseg; in ibd_send()