report_mode
enum report_mode report_mode,
field->value[index] = !!(report_mode & TOUCHPAD_REPORT_CONTACTS);
field->value[index] = !!(report_mode & TOUCHPAD_REPORT_BUTTONS);
enum report_mode report_mode)
report_mode,
ice_aq_get_phy_caps(struct ice_port_info *pi, bool qual_mods, u8 report_mode,
if (!pcaps || (report_mode & ~ICE_AQC_REPORT_MODE_M) || !pi)
if (report_mode == ICE_AQC_REPORT_DFLT_CFG &&
cmd->param0 |= cpu_to_le16(report_mode);
switch (report_mode) {
prefix, report_mode);
if (!status && report_mode == ICE_AQC_REPORT_TOPO_CAP_MEDIA) {
ice_aq_get_phy_caps(struct ice_port_info *pi, bool qual_mods, u8 report_mode,
int ixgbe_aci_get_phy_caps(struct ixgbe_hw *hw, bool qual_mods, u8 report_mode,
if (!pcaps || (report_mode & ~IXGBE_ACI_REPORT_MODE_M))
cmd->param0 |= cpu_to_le16(report_mode);
if (!err && report_mode == IXGBE_ACI_REPORT_TOPO_CAP_MEDIA) {
int ixgbe_aci_get_phy_caps(struct ixgbe_hw *hw, bool qual_mods, u8 report_mode,