Searched refs:max_out_splt_trans (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c3138 int max_out_splt_trans, max_mem_rd_byte_cnt; local
3158 max_out_splt_trans = ddi_prop_get_int(DDI_DEV_T_ANY, state->ts_dip,
3160 if ((max_out_splt_trans != -1) &&
3161 ((max_out_splt_trans < 0) ||
3162 (max_out_splt_trans > designed_max_out_splt_trans))) {
3166 max_out_splt_trans, designed_max_out_splt_trans,
3168 max_out_splt_trans =
3170 } else if (max_out_splt_trans == -1) {
3171 max_out_splt_trans =
3176 * The config profile setting for max_out_splt_trans i
[all...]

Completed in 48 milliseconds