Home
last modified time | relevance | path

Searched refs:ICE_AQC_REPORT_DFLT_CFG (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ice/
H A Dice_common.c456 if (report_mode == ICE_AQC_REPORT_DFLT_CFG && in ice_aq_get_phy_caps()
481 case ICE_AQC_REPORT_DFLT_CFG: in ice_aq_get_phy_caps()
3729 ICE_AQC_REPORT_DFLT_CFG : in ice_cfg_phy_fec()
H A Dice_lib.c3133 case ICE_AQC_REPORT_DFLT_CFG: in ice_intersect_phy_types_and_speeds()
9385 phy_data.report_mode = ICE_AQC_REPORT_DFLT_CFG; in ice_apply_saved_phy_req_to_cfg()
9781 report_mode = ICE_AQC_REPORT_DFLT_CFG; in ice_init_saved_phy_cfg()
9787 report_mode == ICE_AQC_REPORT_DFLT_CFG ? "DFLT" : "w/MEDIA", in ice_init_saved_phy_cfg()
H A Dice_adminq_cmd.h1312 #define ICE_AQC_REPORT_DFLT_CFG BIT(3) macro