Home
last modified time | relevance | path

Searched refs:ixgb_fc_rx_pause (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/ixgb/
Dixgb_param.c327 { ixgb_fc_rx_pause, "Flow Control Receive Only" }, in ixgb_check_options()
Dixgb_ethtool.c158 if (hw->fc.type == ixgb_fc_rx_pause) in ixgb_get_pauseparam()
181 hw->fc.type = ixgb_fc_rx_pause; in ixgb_set_pauseparam()
Dixgb_hw.h70 ixgb_fc_rx_pause = 1, enumerator
Dixgb_hw.c666 case ixgb_fc_rx_pause: /* 1 */ in ixgb_setup_fc()
Dixgb_main.c1172 (adapter->hw.fc.type == ixgb_fc_rx_pause) ? in ixgb_watchdog()