| /net/mac802154/ |
| A D | main.c | 109 phy->supported.max_minbe = 8; in ieee802154_alloc_hw() 110 phy->supported.min_maxbe = 3; in ieee802154_alloc_hw() 111 phy->supported.max_maxbe = 8; in ieee802154_alloc_hw() 112 phy->supported.min_frame_retries = 0; in ieee802154_alloc_hw() 113 phy->supported.max_frame_retries = 7; in ieee802154_alloc_hw() 114 phy->supported.max_csma_backoffs = 5; in ieee802154_alloc_hw() 227 local->phy->supported.min_csma_backoffs = 4; in ieee802154_register_hw() 229 local->phy->supported.min_maxbe = 5; in ieee802154_register_hw() 230 local->phy->supported.max_maxbe = 5; in ieee802154_register_hw() 231 local->phy->supported.min_minbe = 3; in ieee802154_register_hw() [all …]
|
| /net/ethtool/ |
| A D | coalesce.c | 215 u32 supported = data->supported_params; in coalesce_fill_reply() local 220 coal->rx_coalesce_usecs, supported) || in coalesce_fill_reply() 228 coal->tx_coalesce_usecs, supported) || in coalesce_fill_reply() 242 coal->pkt_rate_low, supported) || in coalesce_fill_reply() 252 coal->pkt_rate_high, supported) || in coalesce_fill_reply() 262 coal->rate_sample_interval, supported) || in coalesce_fill_reply() 264 kcoal->use_cqe_mode_tx, supported) || in coalesce_fill_reply() 266 kcoal->use_cqe_mode_rx, supported) || in coalesce_fill_reply() 268 kcoal->tx_aggr_max_bytes, supported) || in coalesce_fill_reply() 270 kcoal->tx_aggr_max_frames, supported) || in coalesce_fill_reply() [all …]
|
| A D | wol.c | 43 (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()
|
| A D | linkmodes.c | 76 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()
|
| A D | eee.c | 54 ret = ethnl_bitset_size(eee->advertised, eee->supported, in eee_reply_size() 86 eee->advertised, eee->supported, in eee_fill_reply()
|
| A D | mm.c | 267 bool supported; in ethtool_dev_mm_supported() local 279 supported = __ethtool_dev_mm_supported(dev); in ethtool_dev_mm_supported() 283 return supported; in ethtool_dev_mm_supported()
|
| A D | ioctl.c | 351 dst->link_modes.supported[idx] &= in ethtool_intersect_link_masks() 352 src->link_modes.supported[idx]; in ethtool_intersect_link_masks() 395 &legacy_settings->supported, in convert_link_ksettings_to_legacy_settings() 396 link_ksettings->link_modes.supported); in convert_link_ksettings_to_legacy_settings() 431 __u32 supported[__ETHTOOL_LINK_MODE_MASK_NU32]; member 466 bitmap_from_arr32(to->link_modes.supported, in load_link_ksettings_from_user() 467 link_usettings.link_modes.supported, in load_link_ksettings_from_user() 491 bitmap_empty(cmd->link_modes.supported, in ethtool_virtdev_validate_cmd() 509 from->link_modes.supported, in store_link_ksettings_for_user() 1806 if (wol.wolopts & ~cur_wol.supported) in ethtool_set_wol() [all …]
|
| A D | common.c | 545 link_ksettings->link_modes.supported, in convert_legacy_settings_to_link_ksettings() 546 legacy_settings->supported); in convert_legacy_settings_to_link_ksettings()
|
| /net/mac80211/ |
| A D | rc80211_minstrel_ht.c | 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() 921 if (!(supported & BIT(idx))) in minstrel_ht_next_group_sample_rate() 944 u16 supported; in minstrel_ht_next_jump_rate() local 958 supported = mi->supported[group]; in minstrel_ht_next_jump_rate() 959 if (!supported) in minstrel_ht_next_jump_rate() 1111 if (!mi->supported[group]) in minstrel_ht_update_stats() 1158 if (!mi->supported[group]) in minstrel_ht_update_stats() 1266 if (!mi->supported[group]) in minstrel_downgrade_rate() [all …]
|
| A D | rc80211_minstrel_ht_debugfs.c | 56 if (!mi->supported[i]) in minstrel_ht_stats_dump() 74 if (!(mi->supported[i] & BIT(j))) in minstrel_ht_stats_dump() 201 if (!mi->supported[i]) in minstrel_ht_stats_csv_dump() 219 if (!(mi->supported[i] & BIT(j))) in minstrel_ht_stats_csv_dump()
|
| A D | rc80211_minstrel_ht.h | 192 u16 supported[MINSTREL_GROUPS_NB]; member
|
| /net/ieee802154/ |
| A D | nl802154.c | 355 rdev->wpan_phy.supported.channels[page])) in nl802154_send_wpan_phy_channels() 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() 1038 if (ed_level == rdev->wpan_phy.supported.cca_ed_levels[i]) in nl802154_set_cca_ed_level() 1060 if (power == rdev->wpan_phy.supported.tx_powers[i]) in nl802154_set_tx_power() 1160 if (min_be < rdev->wpan_phy.supported.min_minbe || in nl802154_set_backoff_exponent() 1161 min_be > rdev->wpan_phy.supported.max_minbe || in nl802154_set_backoff_exponent() 1162 max_be < rdev->wpan_phy.supported.min_maxbe || in nl802154_set_backoff_exponent() 1163 max_be > rdev->wpan_phy.supported.max_maxbe || in nl802154_set_backoff_exponent() [all …]
|
| A D | nl-phy.c | 51 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/ |
| A D | Kconfig | 13 supported). It can also be used to control Nokia phones
|
| /net/dns_resolver/ |
| A D | Kconfig | 19 SMB2 later. DNS Resolver is supported by the userspace upcall
|
| /net/appletalk/ |
| A D | Kconfig | 18 supported by Linux.
|
| /net/bluetooth/ |
| A D | coredump.c | 437 hdev->dump.supported = true; in hci_devcd_register() 447 return hdev->dump.supported; in hci_devcd_enabled()
|
| A D | mgmt.c | 5142 __u32 supported = 0; in read_adv_mon_features() local 5152 supported |= MGMT_ADV_MONITOR_FEATURE_MASK_OR_PATTERNS; in read_adv_mon_features() 5165 enabled = supported; in read_adv_mon_features() 5167 rp->supported_features = cpu_to_le32(supported); in read_adv_mon_features()
|
| /net/ax25/ |
| A D | Kconfig | 33 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/ |
| A D | Kconfig | 25 using the X.21 protocol (not yet supported by Linux) or one can do
|
| /net/6lowpan/ |
| A D | Kconfig | 7 "6LoWPAN" which is supported by IEEE 802.15.4 or Bluetooth stacks.
|
| /net/dsa/ |
| A D | Kconfig | 14 Say Y if you want to enable support for the hardware switches supported 121 (PAUSE frames) over the CPU port is not supported when operating in
|
| /net/wireless/ |
| A D | core.c | 767 if (WARN_ON(wiphy->pmsr_capa && !wiphy->pmsr_capa->ftm.supported)) in wiphy_register() 770 if (wiphy->pmsr_capa && wiphy->pmsr_capa->ftm.supported) { in wiphy_register()
|
| /net/sched/ |
| A D | Kconfig | 411 users can implement supported operators in Qdisc_ops using BPF programs. 696 Current supported match is "policy" which allows packet classification
|
| /net/netfilter/ |
| A D | Kconfig | 333 Please note that not all PPTP modes of operation are supported yet.
|