Searched refs:flow_rx (Results 1 – 1 of 1) sorted by relevance
8103 bool flow_rx, flow_tx; in ixgbe_watchdog_link_is_up() local8115 flow_rx = !!(frctl & IXGBE_FCTRL_RFCE); in ixgbe_watchdog_link_is_up()8127 flow_rx = !!(mflcn & IXGBE_MFLCN_RFCE); in ixgbe_watchdog_link_is_up()8133 flow_rx = false; in ixgbe_watchdog_link_is_up()8168 ((flow_rx && flow_tx) ? "RX/TX" : in ixgbe_watchdog_link_is_up()8169 (flow_rx ? "RX" : in ixgbe_watchdog_link_is_up()