Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c5467 ibt_ud_chan_alloc_args_t ud_alloc_attr; in ibd_setup_ud_channel() local
5471 ud_alloc_attr.ud_flags = IBT_ALL_SIGNALED; in ibd_setup_ud_channel()
5473 ud_alloc_attr.ud_flags |= IBT_FAST_REG_RES_LKEY; in ibd_setup_ud_channel()
5475 ud_alloc_attr.ud_flags |= IBT_USES_LSO; in ibd_setup_ud_channel()
5477 ud_alloc_attr.ud_hca_port_num = state->id_port; in ibd_setup_ud_channel()
5478 ud_alloc_attr.ud_sizes.cs_sq_sgl = state->id_max_sqseg; in ibd_setup_ud_channel()
5479 ud_alloc_attr.ud_sizes.cs_rq_sgl = IBD_MAX_RQSEG; in ibd_setup_ud_channel()
5480 ud_alloc_attr.ud_sizes.cs_sq = state->id_ud_num_swqe; in ibd_setup_ud_channel()
5481 ud_alloc_attr.ud_sizes.cs_rq = state->id_ud_num_rwqe; in ibd_setup_ud_channel()
5482 ud_alloc_attr.ud_qkey = state->id_mcinfo->mc_qkey; in ibd_setup_ud_channel()
[all …]