Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c5177 u32 sge_control, sge_conm_ctrl; in t4_sge_init() local
5205 sge_conm_ctrl = t4_read_reg(adap, SGE_CONM_CTRL_A); in t4_sge_init()
5208 egress_threshold = EGRTHRESHOLD_G(sge_conm_ctrl); in t4_sge_init()
5211 egress_threshold = EGRTHRESHOLDPACKING_G(sge_conm_ctrl); in t4_sge_init()
5214 egress_threshold = T6_EGRTHRESHOLDPACKING_G(sge_conm_ctrl); in t4_sge_init()