Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c191 uint32_t sge_control, sge_conm_ctrl; in t4_sge_init() local
292 sge_conm_ctrl = t4_read_reg(sc, A_SGE_CONM_CTRL); in t4_sge_init()
295 egress_threshold = G_EGRTHRESHOLD(sge_conm_ctrl); in t4_sge_init()
298 egress_threshold = G_EGRTHRESHOLDPACKING(sge_conm_ctrl); in t4_sge_init()
302 egress_threshold = G_T6_EGRTHRESHOLDPACKING(sge_conm_ctrl); in t4_sge_init()