Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/ice/
HDice_strings.c654 case ICE_FC_NONE: in ice_fc_str()
HDice_type.h183 ICE_FC_NONE = 0, enumerator
HDice_lib.c3389 old_mode = ICE_FC_NONE; in ice_sysctl_fc_config()
3415 else if (strcasecmp(ice_fc_str(ICE_FC_NONE), fc_str) == 0) { in ice_sysctl_fc_config()
3416 new_mode = ICE_FC_NONE; in ice_sysctl_fc_config()
3439 new_mode = ICE_FC_NONE; in ice_sysctl_fc_config()
3455 (new_mode != ICE_FC_NONE)) { in ice_sysctl_fc_config()
4292 if (user_pfc != 0 && pi->phy.curr_user_fc_req != ICE_FC_NONE) { in ice_sysctl_pfc_config()
4293 pi->phy.curr_user_fc_req = ICE_FC_NONE; in ice_sysctl_pfc_config()
HDice_common.c672 hw_fc_info->current_mode = ICE_FC_NONE; in ice_aq_get_link_info()
3452 return ICE_FC_NONE; in ice_caps_to_fc_mode()