Searched refs:fct_flow (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/usb/
H A Dsmsc75xx.c591 u32 flow = 0, fct_flow = 0; local
599 /* set fct_flow thresholds to 20% and 80% */
600 fct_flow = (8 << 8) | 32;
619 ret = smsc75xx_write_reg(dev, FCT_FLOW, fct_flow);
H A Dlan78xx.c1338 u32 flow = 0, fct_flow = 0; local
1353 fct_flow = FLOW_CTRL_THRESHOLD(FLOW_ON_SS, FLOW_OFF_SS);
1355 fct_flow = FLOW_CTRL_THRESHOLD(FLOW_ON_HS, FLOW_OFF_HS);
1361 lan78xx_write_reg(dev, FCT_FLOW, fct_flow);

Completed in 110 milliseconds