Searched refs:report_mode (Results 1 – 3 of 3) sorted by relevance
320 ice_aq_get_phy_caps(struct ice_port_info *pi, bool qual_mods, u8 report_mode, in ice_aq_get_phy_caps() argument333 if (!pcaps || (report_mode & ~ICE_AQC_REPORT_MODE_M) || !pi) in ice_aq_get_phy_caps()337 if (report_mode == ICE_AQC_REPORT_DFLT_CFG && in ice_aq_get_phy_caps()346 cmd->param0 |= CPU_TO_LE16(report_mode); in ice_aq_get_phy_caps()351 if (report_mode == ICE_AQC_REPORT_TOPO_CAP_MEDIA) in ice_aq_get_phy_caps()353 else if (report_mode == ICE_AQC_REPORT_TOPO_CAP_NO_MEDIA) in ice_aq_get_phy_caps()355 else if (report_mode == ICE_AQC_REPORT_ACTIVE_CFG) in ice_aq_get_phy_caps()357 else if (report_mode == ICE_AQC_REPORT_DFLT_CFG) in ice_aq_get_phy_caps()366 prefix, report_mode); in ice_aq_get_phy_caps()387 if (status == ICE_SUCCESS && report_mode == ICE_AQC_REPORT_TOPO_CAP_MEDIA) { in ice_aq_get_phy_caps()
145 ice_aq_get_phy_caps(struct ice_port_info *pi, bool qual_mods, u8 report_mode,
2305 uint32_t report_mode; in hns3_rxd_to_vlan_tci() local2329 report_mode = report_type[rxq->pvid_sw_discard_en][strip_status]; in hns3_rxd_to_vlan_tci()2330 switch (report_mode) { in hns3_rxd_to_vlan_tci()