Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/
H A Doschtoe.h124 uint32_t sge_cmdq0_cnt; /* set # entries of cmdq0 */ member
H A Dch.c1905 extern uint32_t sge_cmdq0_cnt; in ch_get_prop()
2274 sge_cmdq0_cnt = val; in ch_get_prop()
2277 if (sge_cmdq0_cnt > 65535) { in ch_get_prop()
2281 sge_cmdq0_cnt = sge_cmdq0_cnt_orig; in ch_get_prop()
2283 tval += sge_cmdq0_cnt; in ch_get_prop()
2381 sge_cmdq0_cnt = sge_cmdq0_cnt_orig; in ch_get_prop()
H A Dsge.c69 uint32_t sge_cmdq0_cnt = SGE_CMDQ0_E_N; variable
157 p->cmdQ_size[0] = sge_cmdq0_cnt; in t1_sge_create()
H A Dpe.c1056 p_config->sge_cmdq0_cnt = ch_sge_cmdq0_cnt; in ch_set_config_data()