Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/ixgb/
Dixgb_param.c300 { ixgb_fc_rx_pause, "Flow Control Receive Only" }, in ixgb_check_options()
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()
Dixgb_hw.h45 ixgb_fc_rx_pause = 1, enumerator
Dixgb_hw.c639 case ixgb_fc_rx_pause: /* 1 */ in ixgb_setup_fc()
Dixgb_main.c1128 (adapter->hw.fc.type == ixgb_fc_rx_pause) ? in ixgb_watchdog()