Searched refs:flow_rx (Results 1 – 1 of 1) sorted by relevance
8086 bool flow_rx, flow_tx; in ixgbe_watchdog_link_is_up() local8098 flow_rx = !!(frctl & IXGBE_FCTRL_RFCE); in ixgbe_watchdog_link_is_up()8110 flow_rx = !!(mflcn & IXGBE_MFLCN_RFCE); in ixgbe_watchdog_link_is_up()8116 flow_rx = false; in ixgbe_watchdog_link_is_up()8149 ((flow_rx && flow_tx) ? "RX/TX" : in ixgbe_watchdog_link_is_up()8150 (flow_rx ? "RX" : in ixgbe_watchdog_link_is_up()