Searched refs:max_mem_rd_byte_cnt (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
3196 max_mem_rd_byte_cnt = ddi_prop_get_int(DDI_DEV_T_ANY, state->ts_dip,
3198 if ((max_mem_rd_byte_cnt != -1) &&
3199 ((max_mem_rd_byte_cnt < 0) ||
3200 (max_mem_rd_byte_cnt > designed_max_mem_rd_byte_cnt))) {
3204 max_mem_rd_byte_cnt, designed_max_mem_rd_byte_cnt,
3206 max_mem_rd_byte_cnt =
3208 } else if (max_mem_rd_byte_cnt == -1) {
3209 max_mem_rd_byte_cnt =
3214 * The config profile setting for max_mem_rd_byte_cnt i
[all...]

Completed in 78 milliseconds