Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/
H A Dice_dcf_parent.c205 ICE_AQC_REPORT_TOPO_CAP, pcaps, NULL); in ice_dcf_init_parent_hw()
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_common.c197 if (status == ICE_SUCCESS && report_mode == ICE_AQC_REPORT_TOPO_CAP) { in ice_aq_get_phy_caps()
782 ICE_AQC_REPORT_TOPO_CAP, pcaps, NULL); in ice_init_hw()
2635 status = ice_aq_get_phy_caps(pi, false, ICE_AQC_REPORT_TOPO_CAP, in ice_update_link_info()
2753 status = ice_aq_get_phy_caps(pi, false, ICE_AQC_REPORT_TOPO_CAP, in ice_cfg_phy_fc()
2977 status = ice_aq_get_phy_caps(pi, false, ICE_AQC_REPORT_TOPO_CAP, pcaps, in ice_cfg_phy_fec()
H A Dice_adminq_cmd.h1203 #define ICE_AQC_REPORT_TOPO_CAP BIT(1) macro