Searched refs:report_mode (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_common.h | 85 ice_aq_get_phy_caps(struct ice_port_info *pi, bool qual_mods, u8 report_mode,
|
H A D | ice_common.c | 140 * @report_mode: report mode capabilities 147 ice_aq_get_phy_caps(struct ice_port_info *pi, bool qual_mods, u8 report_mode, in ice_aq_get_phy_caps() argument 159 if (!pcaps || (report_mode & ~ICE_AQC_REPORT_MODE_M) || !pi) in ice_aq_get_phy_caps() 168 cmd->param0 |= cpu_to_le16(report_mode); in ice_aq_get_phy_caps() 171 ice_debug(hw, ICE_DBG_LINK, "get phy caps - report_mode = 0x%x\n", in ice_aq_get_phy_caps() 172 report_mode); in ice_aq_get_phy_caps() 196 if (!status && report_mode == ICE_AQC_REPORT_TOPO_CAP_MEDIA) { in ice_aq_get_phy_caps()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_common.c | 314 * @report_mode: report mode capabilities 321 ice_aq_get_phy_caps(struct ice_port_info *pi, bool qual_mods, u8 report_mode, in ice_aq_get_phy_caps() argument 334 if (!pcaps || (report_mode & ~ICE_AQC_REPORT_MODE_M) || !pi) in ice_aq_get_phy_caps() 338 if (report_mode == ICE_AQC_REPORT_DFLT_CFG && in ice_aq_get_phy_caps() 347 cmd->param0 |= cpu_to_le16(report_mode); in ice_aq_get_phy_caps() 352 switch (report_mode) { in ice_aq_get_phy_caps() 372 ice_debug(hw, ICE_DBG_LINK, "%s: report_mode = 0x%x\n", in ice_aq_get_phy_caps() 373 prefix, report_mode); in ice_aq_get_phy_caps() 394 if (!status && report_mode == ICE_AQC_REPORT_TOPO_CAP_MEDIA) { in ice_aq_get_phy_caps()
|
H A D | ice_common.h | 92 ice_aq_get_phy_caps(struct ice_port_info *pi, bool qual_mods, u8 report_mode,
|
Completed in 12 milliseconds