Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_common.h126 ice_aq_get_phy_caps(struct ice_port_info *pi, bool qual_mods, u8 report_mode,
H A Dice_common.c148 ice_aq_get_phy_caps(struct ice_port_info *pi, bool qual_mods, u8 report_mode, in ice_aq_get_phy_caps() argument
160 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()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c1997 uint32_t report_mode; in hns3_rxd_to_vlan_tci() local
2021 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()