Home
last modified time | relevance | path

Searched +full:led +full:- +full:7 +full:seg (Results 1 – 23 of 23) sorted by relevance

/freebsd-src/sys/dev/ral/
H A Drt2860.c1 /*-
2 * Copyright (c) 2007-2010 Damien Bergamini <damien.bergamini@free.fr>
21 /*-
70 #define DPRINTF(x) do { if (sc->sc_debug > 0) printf x; } while (0)
71 #define DPRINTFN(n, x) do { if (sc->sc_debug >= (n)) printf x; } while (0)
238 struct ieee80211com *ic = &sc->sc_ic; in rt2860_attach()
242 sc->sc_dev = dev; in rt2860_attach()
243 sc->sc_debug = 0; in rt2860_attach()
245 mtx_init(&sc->sc_mtx, device_get_nameunit(dev), MTX_NETWORK_LOCK, in rt2860_attach()
248 callout_init_mtx(&sc->watchdog_c in rt2860_attach()
1463 bus_dma_segment_t *seg; rt2860_tx() local
1735 bus_dma_segment_t *seg; rt2860_tx_raw() local
[all...]
/freebsd-src/sys/dev/ice/
H A Dice_type.h1 /* SPDX-License-Identifier: BSD-3-Clause */
56 * DIV_S64 - Divide signed 64-bit value with signed 64-bit divisor
60 * Use DIV_S64 for any 64-bit divide which operates on signed 64-bit dividends.
61 * Do not use this for unsigned 64-bi
450 u8 led[ICE_MAX_SUPPORTED_GPIO_LED]; global() member
1162 struct ice_seg *seg; global() member
[all...]
/freebsd-src/sys/dev/bwi/
H A Dif_bwi.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
245 { 0x5365, 7 }
304 [108] = { 7, 3 }
340 if (desc_idx == ndesc - 1) in bwi_setup_desc32()
349 desc->addr = htole32(addr); in bwi_setup_desc32()
350 desc->ctrl = htole32(ctrl); in bwi_setup_desc32()
356 struct ieee80211com *ic = &sc->sc_ic; in bwi_attach()
357 device_t dev = sc->sc_dev; in bwi_attach()
367 sc->sc_tq = taskqueue_create("bwi_taskq", M_NOWAIT | M_ZERO, in bwi_attach()
[all …]
/freebsd-src/sys/dev/bwn/
H A Dif_bwn.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2009-2010 Weongyo Jeong <weongyo@freebsd.org>
371 { 2442, 7, 30 }, { 2447, 8, 30 }, { 2452, 9, 30 },
481 [108] = { 7, 3 }
544 sc->sc_dev = dev; in bwn_attach()
546 sc->sc_debu in bwn_attach()
3828 bwn_dma_ring_addr(void * arg,bus_dma_segment_t * seg,int nseg,int error) bwn_dma_ring_addr() argument
5871 bwn_dma_buf_addr(void * arg,bus_dma_segment_t * seg,int nseg,bus_size_t mapsz __unused,int error) bwn_dma_buf_addr() argument
7417 struct bwn_led *led; bwn_led_attach() local
7467 bwn_led_onoff(const struct bwn_led * led,uint16_t val,int on) bwn_led_onoff() argument
7497 struct bwn_led *led = &sc->sc_leds[i]; bwn_led_newstate() local
7544 struct bwn_led *led = sc->sc_blink_led; bwn_led_event() local
7580 struct bwn_led *led = sc->sc_blink_led; bwn_led_blink_start() local
[all...]
/freebsd-src/sys/ofed/drivers/infiniband/util/
H A Dmadeye.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0
17 * - Redistributions of source code must retain the above
21 * - Redistributions in binary form must reproduce the above
176 case 7: in print_status_details()
236 printk("MAD version....0x%01x\n", mad_hdr->base_version); in print_mad_hdr()
237 printk("Class..........0x%01x (%s)\n", mad_hdr->mgmt_class, in print_mad_hdr()
238 get_class_name(mad_hdr->mgmt_class)); in print_mad_hdr()
239 printk("Class version..0x%01x\n", mad_hdr->class_version); in print_mad_hdr()
240 printk("Method.........0x%01x (%s)\n", mad_hdr->method, in print_mad_hdr()
[all …]
/freebsd-src/sys/dev/wpi/
H A Dif_wpi.c1 /*-
317 for (ident = wpi_ident_table; ident->name != NULL; ident++) { in wpi_probe()
318 if (pci_get_vendor(dev) == ident->vendor && in wpi_probe()
319 pci_get_device(dev) == ident->device) { in wpi_probe()
320 device_set_desc(dev, ident->name); in wpi_probe()
339 sc->sc_dev = dev; in wpi_attach()
342 error = resource_int_value(device_get_name(sc->sc_dev), in wpi_attach()
343 device_get_unit(sc->sc_dev), "debug", &(sc->sc_debug)); in wpi_attach()
345 sc->sc_debu in wpi_attach()
2630 bus_dma_segment_t *seg, segs[WPI_MAX_SCATTER]; wpi_cmd2() local
3601 struct wpi_cmd_led led; wpi_set_led() local
[all...]
/freebsd-src/sys/dev/aic7xxx/
H A Daic79xx.h1 /*-
4 * SPDX-License-Identifier: BSD-3-Clause
6 * Copyright (c) 1994-2002 Justin T. Gibbs.
7 * Copyright (c) 2000-2002 Adaptec Inc.
21 * 3. Neither the names of the above-listed copyright holders nor the names
88 SCSIID_OUR_ID((scb)->hscb->scsiid)
90 SCSIID_TARGET((ahd), (scb)->hscb->scsiid)
92 SCSIID_CHANNEL(ahd, (scb)->hscb->scsiid)
94 ((scb)->hscb->lun)
102 && (((scb)->flags & SCB_SILENT) != 0))
[all …]
/freebsd-src/sys/dev/igc/
H A Digc_defines.h1 /*-
4 * SPDX-License-Identifier: BSD-3-Clause
72 #define IGC_CTRL_EXT_IAME 0x08000000 /* Int ACK Auto-mask */
89 #define IGC_RXD_STAT_PIF 0x80 /* passed in-exact filter */
128 #define IGC_MANC_SMBUS_EN 0x00000001 /* SMBus Enabled - RO */
129 #define IGC_MANC_ASF_EN 0x00000002 /* ASF Enabled - RO */
198 #define IGC_PSRCTL_BSIZE0_SHIFT 7 /* Shif
[all...]
/freebsd-src/sys/dev/e1000/
H A De1000_defines.h2 SPDX-License-Identifier: BSD-3-Clause
4 Copyright (c) 2001-2020, Intel Corporation
94 #define E1000_CTRL_EXT_IAME 0x08000000 /* Int ACK Auto-mask */
122 #define E1000_RXD_STAT_PIF 0x80 /* passed in-exact filter */
173 #define E1000_MANC_SMBUS_EN 0x00000001 /* SMBus Enabled - RO */
174 #define E1000_MANC_ASF_EN 0x00000002 /* ASF Enabled - RO */
243 #define E1000_PSRCTL_BSIZE0_SHIFT 7 /* Shift _right_ 7 */
262 #define E1000_CTRL_ASDE 0x00000020 /* Auto-speed detect enable */
264 #define E1000_CTRL_ILOS 0x00000080 /* Invert Loss-Of Signal */
341 #define E1000_STATUS_PCIX_MODE 0x00002000 /* PCI-X mode */
[all …]
/freebsd-src/sys/dev/iwn/
H A Dif_iwn.c1 /*-
2 * Copyright (c) 2007-2009 Damien Bergamini <damien.bergamini@free.fr>
6 * Copyright (c) 2013 Cedric GROSS <c.gross@kreiz-it.fr>
84 { 0x8086, IWN_DID_6x05_1, "Intel Centrino Advanced-N 6205" },
85 { 0x8086, IWN_DID_1000_1, "Intel Centrino Wireless-N 1000" },
86 { 0x8086, IWN_DID_1000_2, "Intel Centrino Wireless-N 1000" },
87 { 0x8086, IWN_DID_6x05_2, "Intel Centrino Advanced-N 6205" },
88 { 0x8086, IWN_DID_6050_1, "Intel Centrino Advanced-N + WiMAX 6250" },
89 { 0x8086, IWN_DID_6050_2, "Intel Centrino Advanced-N + WiMAX 6250" },
90 { 0x8086, IWN_DID_x030_1, "Intel Centrino Wireless-
4848 bus_dma_segment_t *seg, segs[IWN_MAX_SCATTER]; iwn_tx_cmd() local
5579 struct iwn_cmd_led led; iwn_set_led() local
[all...]
/freebsd-src/share/misc/
H A Dusb_vendors6 # http://www.linux-usb.org/usb-ids.html
7 # or send entries as patches (diff -u old new) in the
10 # http://www.linux-usb.org/usb.ids
13 # Date: 2024-12-04 20:34:02
20 # device device_name <-- single tab
21 # interface interface_name <-- tw
[all...]
/freebsd-src/sys/dev/ixgbe/
H A Dixgbe_type.h2 SPDX-License-Identifier: BSD-3-Clause
4 Copyright (c) 2001-2020, Intel Corporation
42 * - IXGBE_ERROR_INVALID_STATE
48 * - IXGBE_ERROR_POLLING
53 * - IXGBE_ERROR_CAUTION
58 * - IXGBE_ERROR_SOFTWARE
64 * - IXGBE_ERROR_ARGUMEN
[all...]
/freebsd-src/sys/dev/qlnx/qlnxe/
H A Dreg_addr.h2 * Copyright (c) 2017-2018 Cavium, Inc.
78- For ending "endless completion". 0 - When receiving a completion timeout while receiving a compl…
79 … DataWidth:0x4 // 0 - TXCPL sync fifo pop underflow 1 - TXR sync fifo pop underflow 2 - TXW hea…
80 …s:R DataWidth:0x6 // 0 - RX target read and config sync fifo push overflow 1 - RX header syn…
81 …ataWidth:0x14 // 4:0 - TXCPL sync fifo pop status 9:5 - TXR sync fifo pop status 14:10 - TXW hea…
85 …USE_NUM_E::CHIP_TYPE() fuses, and as enumerated by PCC_PROD_E::CNXXXX. _ <7:0> is typically set …
88 …ffff<<0) // Vendor ID. PCI-SIG assigned Manufacturer Identifier. Note: The access attributes of …
90 …ce Identifier. Note: The access attributes of this field are as follows: - Dbi: if (DBI_RO_WR_E…
112 …_E5 (0x1<<7) // IDSEL stepping/w…
113 …CIEIP_REG_PCIEEP_CMD_IDS_WCC_E5_SHIFT 7
[all …]
/freebsd-src/contrib/ntp/
H A DChangeLog1 ---
7 * [Bug 3913] Avoid duplicate IPv6 link-local manycast associations.
10 * [Bug 3910] Memory leak using openssl-3 <hart@ntp.org>
13 * [Bug 3903] lib/isc/win32/strerror.c NTstrerror() is not thread-safe.
15 * [Bug 3901] LIB_GETBUF isn't thread-safe. <hart@ntp.org>
18 * [Bug 3888] ntpd with multiple same-subnet IPs using manycastclient creates
25 * [Bug 3869] Remove long-gone "calldelay" & "crypto sign" from docs.
29 * [Bug 3864] ntpd IPv6 refid different for big-endian and little-endian.
38 * [Bug 3852] check-libntp.mf and friends are not triggering rebuilds as
42 * [Bug 3850] ntpq -c apeers breaks column formatting s2 w/refclock refid.
[all …]
H A DNEWS1 ---
10 - changes crypto (OpenSSL or compatible) detection and default build behavior.
11 Previously, crypto was supported if available unless the --without-crypto
13 falling back to a crypto-free build if usable libcrypto was not found has
15 The --without-crypto option must be explicitly provided if you want a build
17 - Fixes 40 bugs
18 - Includes 40 other improvements
25 * [Bug 3913] Avoid duplicate IPv6 link-local manycast associations.
28 * [Bug 3910] Memory leak using openssl-3 <hart@ntp.org>
31 * [Bug 3903] lib/isc/win32/strerror.c NTstrerror() is not thread-safe.
[all …]
/freebsd-src/contrib/libdiff/test/
H A Dtest010.right.txt178 "LCS-8138TX",
246 "USB320-EC Ethernet",
254 "T-Sinus 111 WLAN",
258 "SMCWUSB-G",
262 "SMCWUSBT-G2",
266 "SMCWUSBT-G2",
342 "WN4501H-LF-IR",
346 "WUS-201",
358 "EP-1427X-2 Ethernet",
418 "ACT-IR2000U FIR",
[all …]
H A Dtest010.left.txt178 "LCS-8138TX",
246 "USB320-EC Ethernet",
254 "T-Sinus 111 WLAN",
258 "SMCWUSB-G",
262 "SMCWUSBT-G2",
266 "SMCWUSBT-G2",
342 "WN4501H-LF-IR",
346 "WUS-201",
358 "EP-1427X-2 Ethernet",
418 "ACT-IR2000U FIR",
[all …]
H A Dtest110.left-P.txt178 "LCS-8138TX",
246 "USB320-EC Ethernet",
254 "T-Sinus 111 WLAN",
258 "SMCWUSB-G",
262 "SMCWUSBT-G2",
266 "SMCWUSBT-G2",
342 "WN4501H-LF-IR",
346 "WUS-201",
358 "EP-1427X-2 Ethernet",
418 "ACT-IR2000U FIR",
[all …]
H A Dtest110.right-P.txt178 "LCS-8138TX",
246 "USB320-EC Ethernet",
254 "T-Sinus 111 WLAN",
258 "SMCWUSB-G",
262 "SMCWUSBT-G2",
266 "SMCWUSBT-G2",
342 "WN4501H-LF-IR",
346 "WUS-201",
358 "EP-1427X-2 Ethernet",
418 "ACT-IR2000U FIR",
[all …]
/freebsd-src/sys/net/
H A Diflib.c1 /*-
2 * Copyright (c) 2014-2018, Matthew Macy <mmacy@mattmacy.io>
82 #include <dev/led/led.h>
107 * - Prefetching in tx cleaning should perhaps be a tunable. The distance ahead
110 * - NFLX's m_free path is dominated by vm-based M_EXT manipulation which
112 * - small packet forwarding which is just returning a single mbuf to
119 * - private structures
120 * - ifli
2048 bus_dma_segment_t seg; global() member
[all...]
/freebsd-src/crypto/openssl/
H A DCHANGES.md4 This is a high-level summary of the most important changes.
11 ---------
[all...]
/freebsd-src/contrib/flex/
H A DChangeLog1 2017-05-06 Will Estes <westes575@gmail.com>
9 2017-05-06 Will Estes <westes575@gmail.com>
13 2017-05-06 Will Estes <westes575@gmail.com>
15 * .prev-version: note previous version
17 2017-05-06 Will Estes <westes575@gmail.com>
21 2017-05-04 viktor.shepel <shepelvictor@bigmir.net>
25 2017-05-04 Explorer09 <explorer09@gmail.com>
30 2017-05-02 Demi Obenour <demiobenour@gmail.com>
35 2017-05-02 Demi Obenour <demiobenour@gmail.com>
41 2017-05-03 Demi Obenour <demiobenour@gmail.com>
[all …]
/freebsd-src/sys/contrib/dev/acpica/
H A Dchanges.txt1 ----------
[all...]