Searched refs:flowctl (Results 1 – 2 of 2) sorted by relevance
776 u8 flowctl = 0; in xgene_enet_flowctrl_cfg() local782 flowctl |= FLOW_CTRL_TX; in xgene_enet_flowctrl_cfg()785 flowctl |= FLOW_CTRL_RX; in xgene_enet_flowctrl_cfg()787 lcladv = mii_advertise_flowctrl(flowctl); in xgene_enet_flowctrl_cfg()795 flowctl = mii_resolve_flowctrl_fdx(lcladv, rmtadv); in xgene_enet_flowctrl_cfg()796 tx_pause = !!(flowctl & FLOW_CTRL_TX); in xgene_enet_flowctrl_cfg()797 rx_pause = !!(flowctl & FLOW_CTRL_RX); in xgene_enet_flowctrl_cfg()
5254 u8 flowctl; in hclge_cfg_flowctrl() local5271 flowctl = mii_resolve_flowctrl_fdx(local_advertising, in hclge_cfg_flowctrl()5273 tx_pause = flowctl & FLOW_CTRL_TX; in hclge_cfg_flowctrl()5274 rx_pause = flowctl & FLOW_CTRL_RX; in hclge_cfg_flowctrl()