Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgb/
H A Dixgb_ethtool.c140 if (hw->fc.type == ixgb_fc_rx_pause) in ixgb_get_pauseparam()
163 hw->fc.type = ixgb_fc_rx_pause; in ixgb_set_pauseparam()
H A Dixgb_param.c302 { ixgb_fc_rx_pause, "Flow Control Receive Only" }, in ixgb_check_options()
H A Dixgb_hw.h45 ixgb_fc_rx_pause = 1, enumerator
H A Dixgb_hw.c639 case ixgb_fc_rx_pause: /* 1 */ in ixgb_setup_fc()
H A Dixgb_main.c1135 (adapter->hw.fc.type == ixgb_fc_rx_pause) ? in ixgb_watchdog()