Home
last modified time | relevance | path

Searched +full:in +full:- +full:band (Results 1 – 25 of 701) sorted by relevance

12345678910>>...29

/Linux-v5.4/drivers/net/ethernet/netronome/nfp/abm/
Dmain.h1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
9 #include <linux/radix-tree.h>
39 * struct nfp_abm - ABM NIC app structure
51 * @num_thresholds: number of @thresholds and bits in @threshold_undef
53 * @prio_map_len: computed length of FW priority map (in bytes)
57 * in switchdev mode
61 * @q_stats: basic queue statistics (only in per-band case)
88 * struct nfp_alink_stats - ABM NIC statistics
94 * @drops: number of tail-dropped packets (accumulative)
106 * struct nfp_alink_xstats - extended ABM NIC statistics
[all …]
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/
Diwl-eeprom-parse.c8 * Copyright(c) 2008 - 2014 Intel Corporation. All rights reserved.
10 * Copyright(c) 2018 - 2019 Intel Corporation
16 * This program is distributed in the hope that it will be useful, but
21 * The full GNU General Public License is included in this distribution
22 * in the file called COPYING.
26 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
30 * Copyright(c) 2005 - 2014 Intel Corporation. All rights reserved.
32 * Copyright(c) 2018 - 2019 Intel Corporation
35 * Redistribution and use in source and binary forms, with or without
41 * * Redistributions in binary form must reproduce the above copyright
[all …]
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dmain.c3 * Copyright (c) 2013 Hauke Mehrtens <hauke@hauke-m.de>
7 * copyright notice and this permission notice appear in all copies.
11 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
13 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
14 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
42 /* watchdog timer, in unit of ms */
44 /* radio monitor timer, in unit of ms */
47 /* beacon interval, in unit of 1024TU */
50 /* n-mode support capability */
82 #define EDCF_ECW2CW(exp) ((1 << (exp)) - 1)
[all …]
Dchannel.c6 * copyright notice and this permission notice appear in all copies.
10 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
12 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
13 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
40 /* maxpwr mapping to 5GHz band channels:
41 * maxpwr[0] - channels [34-48]
42 * maxpwr[1] - channels [52-60]
43 * maxpwr[2] - channels [62-64]
44 * maxpwr[3] - channels [100-140]
45 * maxpwr[4] - channels [149-165]
[all …]
Dmain.h6 * copyright notice and this permission notice appear in all copies.
10 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
12 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
13 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
48 * Usage example, e.g. a three-bit field (bits 4-6):
52 * regval = R_REG(osh, &regs->regfoo);
55 * W_REG(osh, &regs->regfoo, regval);
58 (((unsigned)1 << (width)) - 1)
67 /* max # supported core revisions (0 .. MAXCOREREV - 1) */
76 #define BRCMS_SHORTSLOT_AUTO -1 /* Driver will manage Shortslot setting */
[all …]
Dstf.c6 * copyright notice and this permission notice appear in all copies.
10 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
12 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
13 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
31 #define BRCMS_STF_SS_STBC_RX(wlc) (BRCMS_ISNPHY(wlc->band) && \
32 NREV_GT(wlc->band->phyrev, 3) && NREV_LE(wlc->band->phyrev, 6))
49 /* MIMOPHYs rev3-6 cannot receive STBC with only one rx core active */ in brcms_c_stf_stbc_rx_ht_update()
51 if ((wlc->stf->rxstreams == 1) && (val != HT_CAP_RX_STBC_NO)) in brcms_c_stf_stbc_rx_ht_update()
55 if (wlc->pub->up) { in brcms_c_stf_stbc_rx_ht_update()
67 struct brcms_phy_pub *pi = wlc->band->pi; in brcms_c_tempsense_upd()
[all …]
Dtypes.h6 * copyright notice and this permission notice appear in all copies.
10 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
12 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
13 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
36 /* Board has an external LNA in 2.4GHz band */
48 /* Board has an external LNA in 5GHz band */
55 /* Flag to implement alternative A-band PLL settings */
61 /* Board supports 5G band power gain */
68 /* Board has a WAR for clock-harmonic spurs */
70 /* Flag to narrow G-band PLL loop b/w */
[all …]
/Linux-v5.4/net/wireless/
Dreg.h7 * Copyright 2008-2011 Luis R. Rodriguez <mcgrof@qca.qualcomm.com>
12 * copyright notice and this permission notice appear in all copies.
16 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
18 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
20 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
40 * regulatory_hint_indoor - hint operation in indoor env. or not
42 * device is operating in an indoor environment.
48 * regulatory_netlink_notify - notify on released netlink socket
69 * regulatory_hint_found_beacon - hints a beacon was found on a channel
77 * world roaming -- when we do not know our current location. This is
[all …]
/Linux-v5.4/net/openvswitch/
Dmeter.c1 // SPDX-License-Identifier: GPL-2.0-only
53 return &dp->meters[meter_id & (METER_HASH_BUCKETS - 1)]; in meter_hash_bucket()
65 if (meter->id == meter_id) in lookup_meter()
73 struct hlist_head *head = meter_hash_bucket(dp, meter->id); in attach_meter()
75 hlist_add_head_rcu(&meter->dp_hash_node, head); in attach_meter()
82 hlist_del_rcu(&meter->dp_hash_node); in detach_meter()
90 struct ovs_header *ovs_header = info->userhdr; in ovs_meter_cmd_reply_start()
94 return ERR_PTR(-ENOMEM); in ovs_meter_cmd_reply_start()
96 *ovs_reply_header = genlmsg_put(skb, info->snd_portid, in ovs_meter_cmd_reply_start()
97 info->snd_seq, in ovs_meter_cmd_reply_start()
[all …]
/Linux-v5.4/drivers/media/radio/si470x/
Dradio-si470x-common.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * drivers/media/radio/si470x/radio-si470x-common.c
14 * 2008-01-12 Tobias Lorenz <tobias.lorenz@gmx.net>
16 * - First working version
17 * 2008-01-13 Tobias Lorenz <tobias.lorenz@gmx.net>
19 * - Improved error handling, every function now returns errno
20 * - Improved multi user access (start/mute/stop)
21 * - Channel doesn't get lost anymore after start/mute/stop
22 * - RDS support added (polling mode via interrupt EP 1)
23 * - marked default module parameters with *value*
[all …]
/Linux-v5.4/drivers/media/radio/
Dradio-raremono.c1 // SPDX-License-Identifier: GPL-2.0-only
16 #include <media/v4l2-device.h>
17 #include <media/v4l2-ioctl.h>
18 #include <media/v4l2-ctrls.h>
19 #include <media/v4l2-event.h>
22 * 'Thanko's Raremono' is a Japanese si4734-based AM/FM/SW USB receiver:
30 * Sadly the firmware used in this product hides lots of goodies since the
42 * The vendor and product IDs (and in fact all other lsusb information as
61 /* Frequency limits in KHz */
74 /* Band FM */
[all …]
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/dvm/
Dscan.c1 // SPDX-License-Identifier: GPL-2.0-only
4 * Copyright(c) 2008 - 2014 Intel Corporation. All rights reserved.
9 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
22 #define IWL_ACTIVE_DWELL_TIME_24 (30) /* all times in msec */
31 #define IWL_PASSIVE_DWELL_TIME_24 (20) /* all times in msec */
52 if (!test_bit(STATUS_READY, &priv->status) || in iwl_send_scan_abort()
53 !test_bit(STATUS_SCAN_HW, &priv->status) || in iwl_send_scan_abort()
54 test_bit(STATUS_FW_ERROR, &priv->status)) in iwl_send_scan_abort()
55 return -EIO; in iwl_send_scan_abort()
61 status = (void *)cmd.resp_pkt->data; in iwl_send_scan_abort()
[all …]
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/cfg/
D9000.c8 * Copyright(c) 2015-2017 Intel Deutschland GmbH
9 * Copyright (C) 2018 - 2019 Intel Corporation
15 * This program is distributed in the hope that it will be useful, but
22 * Copyright(c) 2015-2017 Intel Deutschland GmbH
23 * Copyright (C) 2018 - 2019 Intel Corporation
26 * Redistribution and use in source and binary forms, with or without
32 * * Redistributions in binary form must reproduce the above copyright
33 * notice, this list of conditions and the following disclaimer in
43 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
48 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
[all …]
D7000.c8 * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved.
9 * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH
11 * Copyright(c) 2018 - 2019 Intel Corporation
17 * This program is distributed in the hope that it will be useful, but
22 * The full GNU General Public License is included in this distribution
23 * in the file called COPYING.
27 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
31 * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved.
32 * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH
34 * Copyright(c) 2018 - 2019 Intel Corporation
[all …]
/Linux-v5.4/Documentation/media/uapi/v4l/
Dvidioc-enum-freq-bands.rst4 .. Foundation, with no Invariant Sections, no Front-Cover Texts
5 .. and no Back-Cover Texts. A copy of the license is included at
6 .. Documentation/media/uapi/fdl-appendix.rst.
8 .. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections
19 VIDIOC_ENUM_FREQ_BANDS - Enumerate supported frequency bands
33 File descriptor returned by :ref:`open() <func-open>`.
56 .. flat-table:: struct v4l2_frequency_band
57 :header-rows: 0
58 :stub-columns: 0
61 * - __u32
[all …]
/Linux-v5.4/drivers/net/wireless/ti/wl12xx/
Dscan.c1 // SPDX-License-Identifier: GPL-2.0-only
16 enum nl80211_band band, bool passive) in wl1271_get_scan_channels() argument
18 struct conf_scan_settings *c = &wl->conf.scan; in wl1271_get_scan_channels()
23 i < req->n_channels && j < WL1271_SCAN_MAX_CHANNELS; in wl1271_get_scan_channels()
25 flags = req->channels[i]->flags; in wl1271_get_scan_channels()
27 if (!test_bit(i, wl->scan.scanned_ch) && in wl1271_get_scan_channels()
29 (req->channels[i]->band == band) && in wl1271_get_scan_channels()
31 * In passive scans, we scan all remaining in wl1271_get_scan_channels()
33 * In active scans, we only scan channels not in wl1271_get_scan_channels()
37 wl1271_debug(DEBUG_SCAN, "band %d, center_freq %d ", in wl1271_get_scan_channels()
[all …]
/Linux-v5.4/Documentation/networking/
Dsfp-phylink.rst1 .. SPDX-License-Identifier: GPL-2.0
10 phylink is a mechanism to support hot-pluggable networking modules
11 directly connected to a MAC without needing to re-initialise the
12 adapter on hot-plug events.
14 phylink supports conventional phylib-based setups, fixed link setups
25 In PHY mode, we use phylib to read the current link settings from
35 3. In-band mode
37 In-band mode is used with 802.3z, SGMII and similar interface modes,
38 and we are expecting to use and honor the in-band negotiation or
43 .. code-block:: none
[all …]
Dmultiqueue.txt8 ---------------------------------------------------------
13 -----------------------------------------------------------------------
19 exist in memory.
22 netdev->queue_lock today. Therefore base drivers should use the
24 device is still operational. netdev->queue_lock is still used when the device
30 -----------------------------------------------
34 A new round-robin qdisc, sch_multiq also supports multiple hardware queues. The
36 bands and queues based on the value in skb->queue_mapping. Use this field in
39 sch_multiq has been added for hardware that wishes to avoid head-of-line
41 associated with the band is not stopped prior to dequeuing a packet.
[all …]
/Linux-v5.4/include/media/
Dtuner-types.h1 /* SPDX-License-Identifier: GPL-2.0 */
10 * enum param_type - type of the tuner pameters
27 * struct tuner_range - define the frequencies supported by the tuner
29 * @limit: Max frequency supported by that range, in 62.5 kHz
32 * @config: Value of the band switch byte (BB) to setup this mode.
43 * #) band switch byte (BB)
54 * struct tuner_params - Parameters to be used to setup the tuner. Those
55 * are used by drivers/media/tuners/tuner-types.c in
57 * the parameters are for tuners based on tda9887 IF-PLL
58 * multi-standard analog TV/Radio demodulator, with is
[all …]
/Linux-v5.4/drivers/staging/rtl8723bs/hal/
Dhal_com_phycfg.c1 // SPDX-License-Identifier: GPL-2.0
4 * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
14 u8 PHY_GetTxPowerByRateBase(struct adapter *Adapter, u8 Band, u8 RfPath, in PHY_GetTxPowerByRateBase() argument
21 DBG_871X("Invalid Rf Path %d in PHY_GetTxPowerByRateBase()\n", RfPath); in PHY_GetTxPowerByRateBase()
25 if (Band == BAND_ON_2_4G) { in PHY_GetTxPowerByRateBase()
28 value = pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][0]; in PHY_GetTxPowerByRateBase()
31 value = pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][1]; in PHY_GetTxPowerByRateBase()
34 value = pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][2]; in PHY_GetTxPowerByRateBase()
37 value = pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][3]; in PHY_GetTxPowerByRateBase()
40 value = pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][4]; in PHY_GetTxPowerByRateBase()
[all …]
/Linux-v5.4/drivers/net/wireless/rsi/
Drsi_91x_mac80211.c6 * copyright notice and this permission notice appear in all copies.
10 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
25 { .band = NL80211_BAND_2GHZ, .center_freq = 2412,
27 { .band = NL80211_BAND_2GHZ, .center_freq = 2417,
29 { .band = NL80211_BAND_2GHZ, .center_freq = 2422,
31 { .band = NL80211_BAND_2GHZ, .center_freq = 2427,
33 { .band = NL80211_BAND_2GHZ, .center_freq = 2432,
35 { .band = NL80211_BAND_2GHZ, .center_freq = 2437,
[all …]
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-wusb_cbaf11 1. Device is plugged in.
14 (the wusb_chid etc. files in /sys/devices/blah/OURDEVICE).
16 3. The CM writes the host name, supported band groups,
22 4. The CM can verify that the device's supported band
30 - If it has a matching CHID,CDID entry, the device
34 - If the CDID is zero (or the CM doesn't find a
35 matching CDID in its database), the device is
48 [WUSB-AM] Association Models Supplement to the
57 The CHID of the host formatted as 16 space-separated
60 Writes fetches device's supported band groups and the
[all …]
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/include/
Dbrcmu_wifi.h1 // SPDX-License-Identifier: ISC
13 * A chanspec (u16) holds the channel number, band, bandwidth and control
26 #define CH_5MHZ_APART 1 /* 2G band channels are 5 Mhz apart */
28 #define CH_MAX_2G_CHANNEL 14 /* Max channel in 2G band */
32 #define BAND_2G_INDEX 0 /* wlc->bandstate[x] index */
33 #define BAND_5G_INDEX 1 /* wlc->bandstate[x] index */
66 #define WL_CHAN_BAND_5G (1 << 2) /* 5GHz-band channel */
69 #define WL_CHAN_PASSIVE (1 << 5) /* channel in passive mode */
72 /* values for band specific 40MHz capabilities */
91 /* band types */
[all …]
/Linux-v5.4/drivers/media/tuners/
Dqm1d1b0004.c1 // SPDX-License-Identifier: GPL-2.0
12 * Since the data-sheet of this tuner chip is not available,
14 * In addition, the implementation might be dependent on the specific use
15 * in the FE module: VA1J5JF8007S and/or in the product: Earthsoft PT1/PT2.
32 * REF == 0 -> PLL XTL frequency(4MHz) / 8
33 * REF == 1 -> PLL XTL frequency(4MHz) / 4
36 * PSC == 0 -> x32
37 * PSC == 1 -> x16
42 * LPF := LPF Frequency / 1000 / 2 - 2
45 * band (1..9)
[all …]
/Linux-v5.4/Documentation/media/uapi/rc/
Dlirc-set-wideband-receiver.rst4 .. Foundation, with no Invariant Sections, no Front-Cover Texts
5 .. and no Back-Cover Texts. A copy of the license is included at
6 .. Documentation/media/uapi/fdl-appendix.rst.
8 .. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections
19 LIRC_SET_WIDEBAND_RECEIVER - enable wide band receiver.
41 Some receivers are equipped with special wide band receiver which is
45 This might be useful of receivers that have otherwise narrow band receiver
46 that prevents them to be used with some remotes. Wide band receiver might
52 Wide band receiver might be implictly enabled if you enable
53 carrier reports. In that case it will be disabled as soon as you disable
[all …]

12345678910>>...29