Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/intel/ixgb/
Dixgb_param.c304 { ixgb_fc_full, "Flow Control Enabled" }, in ixgb_check_options()
Dixgb_ethtool.c144 else if (hw->fc.type == ixgb_fc_full) { in ixgb_get_pauseparam()
161 hw->fc.type = ixgb_fc_full; in ixgb_set_pauseparam()
Dixgb_hw.h47 ixgb_fc_full = 3, enumerator
Dixgb_hw.c652 case ixgb_fc_full: /* 3 */ in ixgb_setup_fc()
Dixgb_main.c1126 (adapter->hw.fc.type == ixgb_fc_full) ? in ixgb_watchdog()