Home
last modified time | relevance | path

Searched refs:ICE_FC_FULL (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/ice/
HDice_strings.c648 case ICE_FC_FULL: in ice_fc_str()
HDice_type.h186 ICE_FC_FULL, enumerator
HDice_common.c666 hw_fc_info->current_mode = ICE_FC_FULL; in ice_aq_get_link_info()
3444 return ICE_FC_FULL; in ice_caps_to_fc_mode()
3526 case ICE_FC_FULL: in ice_cfg_phy_fc()
HDice_lib.c3383 old_mode = ICE_FC_FULL; in ice_sysctl_fc_config()
3403 if (strcasecmp(ice_fc_str(ICE_FC_FULL), fc_str) == 0) { in ice_sysctl_fc_config()
3404 new_mode = ICE_FC_FULL; in ice_sysctl_fc_config()
3430 new_mode = ICE_FC_FULL; in ice_sysctl_fc_config()
9502 case ICE_FC_FULL: in ice_apply_saved_fc_req_to_cfg()