Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ch.c74 ibt_rc_chan_alloc_args_t ch_args; in srpt_ch_alloc() local
123 ch_args.rc_flags = IBT_WR_SIGNALED; in srpt_ch_alloc()
126 ch_args.rc_control = 0; in srpt_ch_alloc()
128 ch_args.rc_hca_port_num = port; in srpt_ch_alloc()
142 ch_args.rc_sizes.cs_sq = min(ioc->ioc_attr.hca_max_chan_sz, in srpt_ch_alloc()
144 ch_args.rc_sizes.cs_rq = 0; in srpt_ch_alloc()
145 ch_args.rc_sizes.cs_sq_sgl = 2; in srpt_ch_alloc()
146 ch_args.rc_sizes.cs_rq_sgl = 0; in srpt_ch_alloc()
148 ch_args.rc_scq = ch->ch_scq_hdl; in srpt_ch_alloc()
149 ch_args.rc_rcq = ch->ch_rcq_hdl; in srpt_ch_alloc()
[all …]