Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/intel/ixgb/
Dixgb_param.c328 { ixgb_fc_tx_pause, "Flow Control Transmit Only" }, in ixgb_check_options()
337 .def = ixgb_fc_tx_pause, in ixgb_check_options()
366 if (!(adapter->hw.fc.type & ixgb_fc_tx_pause) ) in ixgb_check_options()
385 if (!(adapter->hw.fc.type & ixgb_fc_tx_pause) ) in ixgb_check_options()
405 if (!(adapter->hw.fc.type & ixgb_fc_tx_pause) ) in ixgb_check_options()
409 if (adapter->hw.fc.type & ixgb_fc_tx_pause) { in ixgb_check_options()
Dixgb_ethtool.c160 else if (hw->fc.type == ixgb_fc_tx_pause) in ixgb_get_pauseparam()
183 hw->fc.type = ixgb_fc_tx_pause; in ixgb_set_pauseparam()
Dixgb_hw.c671 case ixgb_fc_tx_pause: /* 2 */ in ixgb_setup_fc()
704 if (!(hw->fc.type & ixgb_fc_tx_pause)) { in ixgb_setup_fc()
Dixgb_hw.h71 ixgb_fc_tx_pause = 2, enumerator
Dixgb_main.c1189 (adapter->hw.fc.type == ixgb_fc_tx_pause) ? in ixgb_watchdog()