Home
last modified time | relevance | path

Searched refs:supported (Results 1 – 25 of 26) sorted by relevance

12

/net/ethtool/
Dcoalesce.c137 u32 supported = data->supported_params; in coalesce_fill_reply() local
140 coal->rx_coalesce_usecs, supported) || in coalesce_fill_reply()
142 coal->rx_max_coalesced_frames, supported) || in coalesce_fill_reply()
144 coal->rx_coalesce_usecs_irq, supported) || in coalesce_fill_reply()
146 coal->rx_max_coalesced_frames_irq, supported) || in coalesce_fill_reply()
148 coal->tx_coalesce_usecs, supported) || in coalesce_fill_reply()
150 coal->tx_max_coalesced_frames, supported) || in coalesce_fill_reply()
152 coal->tx_coalesce_usecs_irq, supported) || in coalesce_fill_reply()
154 coal->tx_max_coalesced_frames_irq, supported) || in coalesce_fill_reply()
156 coal->stats_block_coalesce_usecs, supported) || in coalesce_fill_reply()
[all …]
Dwol.c43 (data->wol.supported & WAKE_MAGICSECURE); in wol_prepare_data()
55 len = ethnl_bitset32_size(&data->wol.wolopts, &data->wol.supported, in wol_reply_size()
74 &data->wol.supported, WOL_MODE_COUNT, in wol_fill_reply()
119 if (wol.wolopts & ~wol.supported) { in ethnl_set_wol()
125 if (!(wol.supported & WAKE_MAGICSECURE)) { in ethnl_set_wol()
Dlinkmodes.c76 ksettings->link_modes.supported, in linkmodes_reply_size()
115 ksettings->link_modes.supported, in linkmodes_fill_reply()
177 unsigned long *supported = ksettings->link_modes.supported; in ethnl_auto_linkmodes() local
188 if (test_bit(i, supported) && in ethnl_auto_linkmodes()
Deee.c8 (sizeof_field(struct ethtool_eee, supported) * BITS_PER_BYTE)
61 ret = ethnl_bitset32_size(&eee->advertised, &eee->supported, in eee_reply_size()
91 &eee->advertised, &eee->supported, in eee_fill_reply()
Dmm.c266 bool supported; in ethtool_dev_mm_supported() local
278 supported = __ethtool_dev_mm_supported(dev); in ethtool_dev_mm_supported()
282 return supported; in ethtool_dev_mm_supported()
Dioctl.c346 dst->link_modes.supported[idx] &= in ethtool_intersect_link_masks()
347 src->link_modes.supported[idx]; in ethtool_intersect_link_masks()
390 &legacy_settings->supported, in convert_link_ksettings_to_legacy_settings()
391 link_ksettings->link_modes.supported); in convert_link_ksettings_to_legacy_settings()
426 __u32 supported[__ETHTOOL_LINK_MODE_MASK_NU32]; member
458 bitmap_from_arr32(to->link_modes.supported, in load_link_ksettings_from_user()
459 link_usettings.link_modes.supported, in load_link_ksettings_from_user()
483 bitmap_empty(cmd->link_modes.supported, in ethtool_virtdev_validate_cmd()
500 bitmap_to_arr32(link_usettings.link_modes.supported, in store_link_ksettings_for_user()
501 from->link_modes.supported, in store_link_ksettings_for_user()
[all …]
Dcommon.c489 link_ksettings->link_modes.supported, in convert_legacy_settings_to_link_ksettings()
490 legacy_settings->supported); in convert_legacy_settings_to_link_ksettings()
/net/mac802154/
Dmain.c107 phy->supported.max_minbe = 8; in ieee802154_alloc_hw()
108 phy->supported.min_maxbe = 3; in ieee802154_alloc_hw()
109 phy->supported.max_maxbe = 8; in ieee802154_alloc_hw()
110 phy->supported.min_frame_retries = 0; in ieee802154_alloc_hw()
111 phy->supported.max_frame_retries = 7; in ieee802154_alloc_hw()
112 phy->supported.max_csma_backoffs = 5; in ieee802154_alloc_hw()
113 phy->supported.lbt = NL802154_SUPPORTED_BOOL_FALSE; in ieee802154_alloc_hw()
116 phy->supported.iftypes = BIT(NL802154_IFTYPE_NODE) | BIT(NL802154_IFTYPE_COORD); in ieee802154_alloc_hw()
225 local->phy->supported.min_csma_backoffs = 4; in ieee802154_register_hw()
226 local->phy->supported.max_csma_backoffs = 4; in ieee802154_register_hw()
[all …]
/net/mac80211/
Drc80211_minstrel_ht.c389 if (!(mi->supported[group] & BIT(idx))) in minstrel_ht_get_stats()
396 if ((mi->supported[group] & BIT(idx + 4)) && in minstrel_ht_get_stats()
440 if ((mi->supported[group] & BIT(idx + 4)) && in minstrel_ht_ri_get_stats()
684 if (!mi->supported[group] || group == MINSTREL_CCK_GROUP) in minstrel_ht_prob_rate_reduce_streams()
853 u16 supported = mi->supported[group]; in minstrel_ht_group_min_rate_offset() local
856 for (i = 0; i < MCS_GROUP_RATES && supported; i++, supported >>= 1) { in minstrel_ht_group_min_rate_offset()
857 if (!(supported & BIT(0))) in minstrel_ht_group_min_rate_offset()
904 u16 supported, int offset) in minstrel_ht_next_group_sample_rate() argument
921 if (!(supported & BIT(idx))) in minstrel_ht_next_group_sample_rate()
944 u16 supported; in minstrel_ht_next_jump_rate() local
[all …]
Drc80211_minstrel_ht_debugfs.c56 if (!mi->supported[i]) in minstrel_ht_stats_dump()
74 if (!(mi->supported[i] & BIT(j))) in minstrel_ht_stats_dump()
202 if (!mi->supported[i]) in minstrel_ht_stats_csv_dump()
220 if (!(mi->supported[i] & BIT(j))) in minstrel_ht_stats_csv_dump()
Drc80211_minstrel_ht.h192 u16 supported[MINSTREL_GROUPS_NB]; member
/net/ieee802154/
Dnl802154.c355 rdev->wpan_phy.supported.channels[page])) in nl802154_send_wpan_phy_channels()
367 const struct wpan_phy_supported *caps = &rdev->wpan_phy.supported; in nl802154_put_capabilities()
938 !(rdev->wpan_phy.supported.iftypes & BIT(type))) in nl802154_new_interface()
1007 !(rdev->wpan_phy.supported.cca_modes & BIT(cca.mode))) in nl802154_set_cca_mode()
1016 !(rdev->wpan_phy.supported.cca_opts & BIT(cca.opt))) in nl802154_set_cca_mode()
1037 for (i = 0; i < rdev->wpan_phy.supported.cca_ed_levels_size; i++) { in nl802154_set_cca_ed_level()
1038 if (ed_level == rdev->wpan_phy.supported.cca_ed_levels[i]) in nl802154_set_cca_ed_level()
1059 for (i = 0; i < rdev->wpan_phy.supported.tx_powers_size; i++) { in nl802154_set_tx_power()
1060 if (power == rdev->wpan_phy.supported.tx_powers[i]) in nl802154_set_tx_power()
1164 if (min_be < rdev->wpan_phy.supported.min_minbe || in nl802154_set_backoff_exponent()
[all …]
Dnl-phy.c51 if (phy->supported.channels[i]) in ieee802154_nl_fill_phy()
52 buf[pages++] = phy->supported.channels[i] | (i << 27); in ieee802154_nl_fill_phy()
/net/phonet/
DKconfig13 supported). It can also be used to control Nokia phones
/net/dns_resolver/
DKconfig19 SMB2 later. DNS Resolver is supported by the userspace upcall
/net/bluetooth/
Dcoredump.c419 hdev->dump.supported = true; in hci_devcd_register()
429 return hdev->dump.supported; in hci_devcd_enabled()
Dmgmt.c5159 __u32 supported = 0; in read_adv_mon_features() local
5169 supported |= MGMT_ADV_MONITOR_FEATURE_MASK_OR_PATTERNS; in read_adv_mon_features()
5182 enabled = supported; in read_adv_mon_features()
5184 rp->supported_features = cpu_to_le32(supported); in read_adv_mon_features()
/net/ax25/
DKconfig33 one of the various SCC cards that are supported by the generic Z8530
35 and parallel port hacks or the sound card modem (supported by their
/net/x25/
DKconfig27 using the X.21 protocol (not yet supported by Linux) or one can do
/net/dsa/
DKconfig14 Say Y if you want to enable support for the hardware switches supported
109 (PAUSE frames) over the CPU port is not supported when operating in
Dport.c1558 unsigned long *supported, in dsa_port_phylink_validate() argument
1568 phylink_generic_validate(config, supported, state); in dsa_port_phylink_validate()
/net/6lowpan/
DKconfig7 "6LoWPAN" which is supported by IEEE 802.15.4 or Bluetooth stacks.
/net/wireless/
Dcore.c727 if (WARN_ON(wiphy->pmsr_capa && !wiphy->pmsr_capa->ftm.supported)) in wiphy_register()
730 if (wiphy->pmsr_capa && wiphy->pmsr_capa->ftm.supported) { in wiphy_register()
/net/sched/
DKconfig672 Current supported match is "policy" which allows packet classification
/net/netfilter/
DKconfig343 Please note that not all PPTP modes of operation are supported yet.

12