Searched refs:report_mode (Results 1 – 3 of 3) sorted by relevance
126 ice_aq_get_phy_caps(struct ice_port_info *pi, bool qual_mods, u8 report_mode,
148 ice_aq_get_phy_caps(struct ice_port_info *pi, bool qual_mods, u8 report_mode, in ice_aq_get_phy_caps() argument160 if (!pcaps || (report_mode & ~ICE_AQC_REPORT_MODE_M) || !pi) in ice_aq_get_phy_caps()169 cmd->param0 |= CPU_TO_LE16(report_mode); in ice_aq_get_phy_caps()173 report_mode); in ice_aq_get_phy_caps()197 if (status == ICE_SUCCESS && report_mode == ICE_AQC_REPORT_TOPO_CAP) { in ice_aq_get_phy_caps()
1997 uint32_t report_mode; in hns3_rxd_to_vlan_tci() local2021 report_mode = report_type[rxq->pvid_sw_discard_en][strip_status]; in hns3_rxd_to_vlan_tci()2022 switch (report_mode) { in hns3_rxd_to_vlan_tci()