Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_common.c320 ice_aq_get_phy_caps(struct ice_port_info *pi, bool qual_mods, u8 report_mode, in ice_aq_get_phy_caps() argument
333 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()
H A Dice_common.h145 ice_aq_get_phy_caps(struct ice_port_info *pi, bool qual_mods, u8 report_mode,
/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c2305 uint32_t report_mode; in hns3_rxd_to_vlan_tci() local
2329 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()