Searched refs:flowctl (Results 1 – 2 of 2) sorted by relevance
764 u8 flowctl = 0; in xgene_enet_flowctrl_cfg() local770 flowctl |= FLOW_CTRL_TX; in xgene_enet_flowctrl_cfg()773 flowctl |= FLOW_CTRL_RX; in xgene_enet_flowctrl_cfg()775 lcladv = mii_advertise_flowctrl(flowctl); in xgene_enet_flowctrl_cfg()783 flowctl = mii_resolve_flowctrl_fdx(lcladv, rmtadv); in xgene_enet_flowctrl_cfg()784 tx_pause = !!(flowctl & FLOW_CTRL_TX); in xgene_enet_flowctrl_cfg()785 rx_pause = !!(flowctl & FLOW_CTRL_RX); in xgene_enet_flowctrl_cfg()
9527 u8 flowctl; in hclge_cfg_flowctrl() local9540 flowctl = mii_resolve_flowctrl_fdx(local_advertising, in hclge_cfg_flowctrl()9542 tx_pause = flowctl & FLOW_CTRL_TX; in hclge_cfg_flowctrl()9543 rx_pause = flowctl & FLOW_CTRL_RX; in hclge_cfg_flowctrl()