Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/ixgb/
Dixgb_param.c329 { ixgb_fc_full, "Flow Control Enabled" }, in ixgb_check_options()
Dixgb_ethtool.c161 else if (hw->fc.type == ixgb_fc_full) { in ixgb_get_pauseparam()
178 hw->fc.type = ixgb_fc_full; in ixgb_set_pauseparam()
Dixgb_hw.h72 ixgb_fc_full = 3, enumerator
Dixgb_hw.c677 case ixgb_fc_full: /* 3 */ in ixgb_setup_fc()
Dixgb_main.c1140 (adapter->hw.fc.type == ixgb_fc_full) ? in ixgb_watchdog()