Searched refs:flowctl (Results 1 – 2 of 2) sorted by relevance
758 u8 flowctl = 0; in xgene_enet_flowctrl_cfg() local764 flowctl |= FLOW_CTRL_TX; in xgene_enet_flowctrl_cfg()767 flowctl |= FLOW_CTRL_RX; in xgene_enet_flowctrl_cfg()769 lcladv = mii_advertise_flowctrl(flowctl); in xgene_enet_flowctrl_cfg()777 flowctl = mii_resolve_flowctrl_fdx(lcladv, rmtadv); in xgene_enet_flowctrl_cfg()778 tx_pause = !!(flowctl & FLOW_CTRL_TX); in xgene_enet_flowctrl_cfg()779 rx_pause = !!(flowctl & FLOW_CTRL_RX); in xgene_enet_flowctrl_cfg()
10988 u8 flowctl; in hclge_cfg_flowctrl() local11004 flowctl = mii_resolve_flowctrl_fdx(local_advertising, in hclge_cfg_flowctrl()11006 tx_pause = flowctl & FLOW_CTRL_TX; in hclge_cfg_flowctrl()11007 rx_pause = flowctl & FLOW_CTRL_RX; in hclge_cfg_flowctrl()