Home
last modified time | relevance | path

Searched +full:mac +full:- +full:address1 (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/nvmem/
H A Dsunplus,sp7021-ocotp.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/nvmem/sunplus,sp7021-ocot
[all...]
/freebsd/sys/contrib/device-tree/src/arm/sunplus/
H A Dsunplus-sp7021.dtsi1 // SPDX-License-Identifier: GPL-2.0
8 #include <dt-bindings/clock/sunplus,sp7021-clkc.h>
9 #include <dt-bindings/interrupt-controller/irq.h>
10 #include <dt-bindings/reset/sunplus,sp7021-reset.h>
11 #include <dt-bindings/pinctrl/sppctl-sp7021.h>
12 #include <dt-bindings/gpio/gpio.h>
22 compatible = "fixed-clock";
23 #clock-cells = <0>;
24 clock-frequency = <XTAL>;
25 clock-output-names = "extclk";
[all …]
/freebsd/sys/contrib/dev/athk/ath12k/
H A Drx_desc.h1 /* SPDX-License-Identifier: BSD-3-Clause-Clear */
3 * Copyright (c) 2018-2021 The Linux Foundation. All rights reserved.
4 * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
202 * field in address search failure cache-only entry should
206 * If set, intra-BSS routing detection is enabled
224 * uffer management for WiFi-to-PPE routing.
227 * by a different subsystem, completely disabling WiFi-to-PPE
310 * When set, a PHY error was received before MAC received any
314 * When set, a PHY error was received before MAC received the
437 * received MPDU in the PPDU and this MPDU gets filtered-in,
[all …]
/freebsd/contrib/libpcap/
H A Dgencode.c45 #include "pcap-dos.h"
48 #include "pcap-int.h"
64 #include "diag-control.h"
75 #define offsetof(s, e) ((size_t)&((s *)0)->e)
152 #include "os-proto.h"
158 * "Push" the current value of the link-layer header type and link-layer
160 * full-blown stack; we keep only the top two items.)
164 (cs)->prevlinktype = (cs)->linktype; \
165 (cs)->off_prevlinkhdr = (cs)->off_linkhdr; \
166 (cs)->linktype = (new_linktype); \
[all …]
H A Dscanner.l8 * Flex-generated scanners may only include <inttypes.h> if __STDC_VERSION__
10 * define it with that value, because it isn't 100% C99-compliant, even
20 * from defining them. So we include <pcap/pcap-inttypes.h>, to get
23 #include <pcap/pcap-inttypes.h>
32 #include "diag-control.h"
35 * Convert string to 32-bit unsigned integer; the string starts at
63 %option extra-type="compiler_state_t *"
78 %option never-interactive
89 %option bison-bridge
115 #include "pcap-int.h"
[all …]
/freebsd/sys/dev/ixl/
H A Di40e_adminq_cmd.h3 Copyright (c) 2013-2018, Intel Corporation
48 #define I40E_FW_MINOR_VERSION(_h) ((_h)->mac.type == I40E_MAC_XL710 ? \
52 /* API version 1.7 implements additional link and PHY-specific APIs */
54 /* API version 1.9 for X722 implements additional link and PHY-specific APIs */
85 /* Flags sub-structure
328 * - no suffix for direct command descriptor structures
329 * - _data for indirect sent data
330 * - _resp for indirect return data (data which is both will use _data)
331 * - _completion for direct return data
332 * - _element_ for repeated elements (may also be _data or _resp)
[all …]
H A Di40e_common.c3 Copyright (c) 2013-2018, Intel Corporation
41 * i40e_set_mac_type - Sets MAC type
44 * This function sets the mac type of the adapter based on the
53 if (hw->vendor_id == I40E_INTEL_VENDOR_ID) { in i40e_set_mac_type()
54 switch (hw->device_id) { in i40e_set_mac_type()
75 hw->mac.type = I40E_MAC_XL710; in i40e_set_mac_type()
83 hw->mac.type = I40E_MAC_X722; in i40e_set_mac_type()
86 hw->mac.type = I40E_MAC_X722_VF; in i40e_set_mac_type()
91 hw->mac.type = I40E_MAC_VF; in i40e_set_mac_type()
94 hw->mac.type = I40E_MAC_GENERIC; in i40e_set_mac_type()
[all …]