Searched refs:flow_rx (Results 1 – 1 of 1) sorted by relevance
7534 bool flow_rx, flow_tx; in ixgbe_watchdog_link_is_up() local7546 flow_rx = !!(frctl & IXGBE_FCTRL_RFCE); in ixgbe_watchdog_link_is_up()7557 flow_rx = !!(mflcn & IXGBE_MFLCN_RFCE); in ixgbe_watchdog_link_is_up()7563 flow_rx = false; in ixgbe_watchdog_link_is_up()7596 ((flow_rx && flow_tx) ? "RX/TX" : in ixgbe_watchdog_link_is_up()7597 (flow_rx ? "RX" : in ixgbe_watchdog_link_is_up()