Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgb/
Dixgb_param.c303 { ixgb_fc_tx_pause, "Flow Control Transmit Only" }, in ixgb_check_options()
312 .def = ixgb_fc_tx_pause, in ixgb_check_options()
341 if (!(adapter->hw.fc.type & ixgb_fc_tx_pause) ) in ixgb_check_options()
360 if (!(adapter->hw.fc.type & ixgb_fc_tx_pause) ) in ixgb_check_options()
380 if (!(adapter->hw.fc.type & ixgb_fc_tx_pause) ) in ixgb_check_options()
384 if (adapter->hw.fc.type & ixgb_fc_tx_pause) { in ixgb_check_options()
Dixgb_hw.c645 case ixgb_fc_tx_pause: /* 2 */ in ixgb_setup_fc()
678 if (!(hw->fc.type & ixgb_fc_tx_pause)) { in ixgb_setup_fc()
Dixgb_ethtool.c142 else if (hw->fc.type == ixgb_fc_tx_pause) in ixgb_get_pauseparam()
165 hw->fc.type = ixgb_fc_tx_pause; in ixgb_set_pauseparam()
Dixgb_hw.h46 ixgb_fc_tx_pause = 2, enumerator
Dixgb_main.c1137 (adapter->hw.fc.type == ixgb_fc_tx_pause) ? in ixgb_watchdog()