Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/
H A Doschtoe.h125 uint32_t sge_cmdq1_cnt; /* set # entries of cmdq1 */ member
H A Dch.c1906 extern uint32_t sge_cmdq1_cnt; in ch_get_prop()
2295 sge_cmdq1_cnt = val; in ch_get_prop()
2298 if (sge_cmdq1_cnt > 65535) { in ch_get_prop()
2302 sge_cmdq1_cnt = sge_cmdq1_cnt_orig; in ch_get_prop()
2382 sge_cmdq1_cnt = sge_cmdq1_cnt_orig; in ch_get_prop()
H A Dsge.c70 uint32_t sge_cmdq1_cnt = SGE_CMDQ1_E_N; variable
158 p->cmdQ_size[1] = sge_cmdq1_cnt; in t1_sge_create()
H A Dpe.c1057 p_config->sge_cmdq1_cnt = ch_sge_cmdq1_cnt; in ch_set_config_data()