Home
last modified time | relevance | path

Searched refs:ICE_AQC_REPORT_ACTIVE_CFG (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/
H A Dif_ice.c6730 case ICE_AQC_REPORT_ACTIVE_CFG: in ice_aq_get_phy_caps()
12214 case ICE_AQC_REPORT_ACTIVE_CFG: in ice_intersect_phy_types_and_speeds()
12840 status = ice_aq_get_phy_caps(pi, false, ICE_AQC_REPORT_ACTIVE_CFG, in ice_apply_saved_phy_cfg()
13954 status = ice_aq_get_phy_caps(pi, false, ICE_AQC_REPORT_ACTIVE_CFG, in ice_add_media_types()
H A Dif_icereg.h10772 #define ICE_AQC_REPORT_ACTIVE_CFG BIT(2) macro