/freebsd/sys/dev/vmware/vmxnet3/ |
H A D | if_vmxreg.h | 1 /*- 74 #define VMXNET3_CMD_DISABLE 0xCAFE0001 /* Disable VMXNET3 */ 101 uint32_t eop:1; /* End of packet */ member 114 uint32_t eop_idx:12; /* EOP index in Tx ring */ 144 uint32_t eop:1; /* End of packet */ member
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | usb251xb.txt | 1 Microchip USB 2.0 Hi-Speed Hub Controller 4 Hi-Speed Controller. 7 - compatible : Should be "microchip,usb251xb" or one of the specific types: 11 - reg : I2C address on the selected bus (default is <0x2C>) 14 - reset-gpios : Should specify the gpio for hub reset 15 - vdd-supply : Should specify the phandle to the regulator supplying vdd 16 - skip-config : Skip Hub configuration, but only send the USB-Attach command 17 - vendor-id : Set USB Vendor ID of the hub (16 bit, default is 0x0424) 18 - product-id : Set USB Product ID of the hub (16 bit, default depends on type) 19 - device-id : Set USB Device ID of the hub (16 bit, default is 0x0bb3) [all …]
|
H A D | usb251xb.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Microchip USB 2.0 Hi-Speed Hub Controller 10 - Richard Leitner <richard.leitner@skidata.com> 15 - microchip,usb2422 16 - microchip,usb2512b 17 - microchip,usb2512bi 18 - microchip,usb2513b 19 - microchip,usb2513bi [all …]
|
/freebsd/sys/dev/qat/qat_api/firmware/include/ |
H A D | icp_qat_fw_comp.h | 1 /* SPDX-License-Identifier: BSD-3-Clause */ 2 /* Copyright(c) 2007-2022 Intel Corporation */ 55 * + ===== + ------ + ------ + --- + ----- + ----- + ----- + -- + ---- + --- + 56 * | Bit | 15 - 8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 | 57 * + ===== + ------ + ----- + --- + ----- + ----- + ----- + -- + ---- + --- + 63 * + ===== + ------ + ----- + --- + ------ + ----- + ----- + -- + ---- + --- + 64 * Note: For QAT 2.0 Disable Secure Ram, DisType0 Header and Enhanced ASB bits 152 * Starting bit position for flag used to disable secure ram from 157 * One bit mask for disable secure ram for use as an intermediate 292 * The structure is a service-specific implementation of the common [all …]
|
/freebsd/sys/dev/cxgbe/cudbg/ |
H A D | cudbg_entity.h | 1 /*- 311 "On-chip queues:" 365 #pragma warning(disable : 4200) 418 u32 eop; member 423 u32 eop[2]; member 428 u32 eop[4]; member 433 u32 eop[4]; member 438 /*TX path, Request Work request sub-path:*/ 444 /*TX path, Work request to uP sub-path*/ 547 u32 eop[8]; /* => undef,*/ member [all …]
|
/freebsd/sys/dev/sfxge/common/ |
H A D | efx_tx.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2007-2016 Solarflare Communications Inc. 40 (_etp)->et_stat[_stat]++; \ 114 __in boolean_t eop, 241 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_tx_init() 242 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_tx_init() 244 if (!(enp->en_mod_flags & EFX_MOD_EV)) { in efx_tx_init() 249 if (enp->en_mod_flags & EFX_MOD_TX) { in efx_tx_init() 254 switch (enp->en_family) { in efx_tx_init() [all …]
|
H A D | siena_nic.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2009-2016 Solarflare Communications Inc. 88 efx_nic_cfg_t *encp = &(enp->en_nic_cfg); in siena_board_cfg() 97 encp->enc_vi_window_shift = EFX_VI_WINDOW_SHIFT_8K; in siena_board_cfg() 99 /* External port identifier using one-based port numbering */ in siena_board_cfg() 100 encp->enc_external_port = (uint8_t)enp->en_mcdi.em_emip.emi_port; in siena_board_cfg() 107 EFX_MAC_ADDR_COPY(encp->enc_mac_addr, mac_addr); in siena_board_cfg() 109 encp->enc_board_type = board_type; in siena_board_cfg() 116 encp->enc_hw_pf_count = 1; in siena_board_cfg() [all …]
|
/freebsd/usr.bin/mt/ |
H A D | mt.1 | 66 .Bl -tag -width ".Cm erase" 70 end-of-file (EOF) marks at the current position. 75 end-of-file (EOF) marks at the current position. 116 .Bl -tag -width ".Cm geteotmodel" 128 by the number of end-of-file marks. 138 Re-tension the tape. 183 .Bl -tag -width ".Cm seteotmodel" 201 except 0 commands the drive to use variable-length blocks. 226 will be numbers other than -1, and there may be Flags reported as well. 231 The EOP flag means that the logical position of the drive is between Early [all …]
|
H A D | mt.c | 2 * SPDX-License-Identifier: BSD-3-Clause 30 /*- 63 * mt -- 206 while ((ch = getopt(argc, argv, "f:t:")) != -1) in main() 218 argc -= optind; in main() 226 if (comp->c_name == NULL) in main() 228 if (strncmp(p, comp->c_name, len) == 0) in main() 231 if((comp->c_flags & NEED_2ARGS) && argc != 2) in main() 233 if(comp->c_flags & DISABLE_THIS) { in main() 236 if (comp->c_flags & USE_GETOPT) { in main() [all …]
|
/freebsd/sys/contrib/alpine-hal/eth/ |
H A D | al_hal_eth.h | 1 /*- 10 found at http://www.gnu.org/licenses/gpl-2.0.html 61 /* *INDENT-OFF* */ 65 /* *INDENT-ON* */ 97 #define AL_ETH_TSO_MSS_MAX_VAL (AL_ETH_MAX_FRAME_LEN - 200) 194 * will be set according to inner packet when packet is tunneled, for non-tunneled 301 #define AL_ETH_TX_FLAGS_L2_DIS_FCS AL_BIT(15) /**< Disable CRC calculation*/ 327 uint8_t l4_header_len; /**< in words(32-bits) */ 342 * Target-ID to be assigned to the packet descriptors 343 * Requires Target-ID in descriptor to be enabled for the specific UDMA [all …]
|
/freebsd/sys/arm/ti/cpsw/ |
H A D | if_cpsw.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 39 * a 3-port store-and-forward switch connected to two independent 252 { -1, 0 } 331 if ((_sc)->debug) { \ 341 mtx_assert(&(sc)->rx.lock, MA_NOTOWNED); \ 342 mtx_lock(&(sc)->tx.lock); \ 345 #define CPSW_TX_UNLOCK(sc) mtx_unlock(&(sc)->tx.lock) 346 #define CPSW_TX_LOCK_ASSERT(sc) mtx_assert(&(sc)->tx.lock, MA_OWNED) 349 mtx_assert(&(sc)->tx.lock, MA_NOTOWNED); \ [all …]
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 7 # bug-ncurses@gnu.org 19 # under the ncurses MIT-style license. That was the effect of the agreement 33 # some portions of the data are derivative work under a compatible MIT-style 36 #------------------------------------------------------------------------------ 37 # https://invisible-island.net/ncurses/ncurses.faq.html#terminfo_copying 38 # https://invisible-island.net/personal/copyrights.html#removing_notes 39 #------------------------------------------------------------------------------ 48 # Please e-mail changes to terminfo@thyrsus.com; the old termcap@berkeley.edu 54 # This file describes the capabilities of various character-cell terminals, 55 # as needed by software such as screen-oriented editors. [all …]
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_sa.c | 1 /*- 4 * SPDX-License-Identifier: BSD-2-Clause 105 if (((ccb)->ccb_h.status & CAM_DEV_QFRZN) != 0) \ 106 cam_release_devq((ccb)->ccb_h.path, 0, 0, 0, FALSE) 182 * CODES. (If the drive supports it, SPC-4/LTO-5 and newer should.) 185 * 4. Instance-specific loader tunables, used for say sa5. 321 indent -= 2; \ 371 #define SA_PROT_ENABLED(softc) ((softc->flags & SA_FLAG_PROTECT_SUPP) \ 372 && (softc->prot_info.cur_prot_state.initialized != 0) \ 373 && (softc->prot_info.cur_prot_state.prot_method != 0)) [all …]
|
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_sge.c | 2 SPDX-License-Identifier: BSD-2-Clause 4 Copyright (c) 2007-2009, Chelsio Inc. 88 "size of per-queue mbuf ring"); 96 #define COALESCE_START_MAX (TX_ETH_Q_SIZE-(TX_ETH_Q_SIZE>>3)) 111 "coalesce disable threshold"); 118 * XXX don't re-enable this until TOE stops assuming 207 * desc = 1 + (flits - 2) / (WR_FLITS - 1). 228 #define TXQ_LOCK_ASSERT(qs) mtx_assert(&(qs)->lock, MA_OWNED) 229 #define TXQ_TRYLOCK(qs) mtx_trylock(&(qs)->lock) 230 #define TXQ_LOCK(qs) mtx_lock(&(qs)->lock) [all …]
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | reg_addr.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 52 … 0x001d10UL //Access:RW DataWidth:0x1 // Disable rasdp error mode … 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… 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… 116 … (0x1<<9) // Fast back-to-back transaction ena… 118 … (0x1<<10) // INTx assertion disable. [all …]
|
H A D | common_hsi.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 88 * Usually LL2 queues are opened in pairs � TX-RX. 98 // Include firmware verison number only- do not add constants here to avoid redundunt compilations 133 /* possible PFs and VFs - we need a constant for this size */ 148 #define MAX_NUM_L2_QUEUES_E5 (320) /* TODO_E5_VITALY - fix to 512 */ 151 /* Traffic classes in network-facing blocks (PBF, BTB, NIG, BRB, PRS and QM) */ 389 #define QM_LINE_CRD_REG_SIGN_BIT (1 << (QM_LINE_CRD_REG_WIDTH - 1)) 391 #define QM_BYTE_CRD_REG_SIGN_BIT (1 << (QM_BYTE_CRD_REG_WIDTH - 1)) 393 #define QM_WFQ_CRD_REG_SIGN_BIT (1 << (QM_WFQ_CRD_REG_WIDTH - 1)) 395 #define QM_RL_CRD_REG_SIGN_BIT (1 << (QM_RL_CRD_REG_WIDTH - 1)) [all …]
|
/freebsd/sys/dev/msk/ |
H A D | if_msk.c | 17 * are provided to you under the BSD-type license terms provided 22 * - Redistributions of source code must retain the above copyright 24 * - Redistributions in binary form must reproduce the above 28 * - Neither the name of Marvell nor the names of its contributors 48 /*- 49 * SPDX-License-Identifier: BSD-4-Clause AND BSD-3-Clause 65 * 4. Neither the name of the author nor the names of any co-contributors 81 /*- 171 "SK-9Sxx Gigabit Ethernet" }, 173 "SK-9Exx Gigabit Ethernet"}, [all …]
|
H A D | if_mskreg.h | 17 * are provided to you under the BSD-type license terms provided 22 * - Redistributions of source code must retain the above copyright 24 * - Redistributions in binary form must reproduce the above 28 * - Neither the name of Marvell nor the names of its contributors 48 /*- 49 * SPDX-License-Identifier: BSD-4-Clause AND BSD-3-Clause 65 * 4. Neither the name of the author nor the names of any co-contributors 82 /*- 110 * D-Link PCI vendor ID 154 * D-Link gigabit ethernet device ID [all …]
|
/freebsd/share/termcap/ |
H A D | termcap | 38 # << EOH - after reordering, above header lines survive and this line dies >> 50 # Terminal names look like <manufacturer> <model> - <modes/options> 61 # w Wide - in 132 column mode. 63 # na No arrow keys - termcap ignores arrow keys which are 85 # Comments in this file begin with # - they cannot appear in the middle 93 # cap_mkdb -f /usr/share/misc/termcap /etc/termcap 102 # # -------------------------------- 110 # It has been tried in a minimal way -- the Agile did not blow up! 113 # Ralph Keirstead (ralph@sri-unix); 122 1620-m8|1640-m8|diablo 1620 w/8 column left margin:\ [all …]
|
/freebsd/sys/dev/igc/ |
H A D | if_igc.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2001-2024, Intel Corporation 6 * Copyright (c) 2021-2024 Rubicon Communications, LLC (Netgate) 51 /* Intel(R) PRO/1000 Network Connection - igc */ 53 "Intel(R) Ethernet Controller I225-LM"), 55 "Intel(R) Ethernet Controller I225-V"), 57 "Intel(R) Ethernet Controller I225-K"), 59 "Intel(R) Ethernet Controller I225-IT"), 61 "Intel(R) Ethernet Controller I220-V"), [all …]
|
/freebsd/sys/dev/e1000/ |
H A D | if_em.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2001-2024, Intel Corporation 40 static const char em_driver_version[] = "7.7.8-fbsd"; 41 static const char igb_driver_version[] = "2.5.28-fbsd"; 55 /* Intel(R) - lem-class legacy devices */ 136 /* Intel(R) - em-class devices */ 185 PVID(0x8086, E1000_DEV_ID_ICH8_82567V_3, "Intel(R) 82567V-3 ICH8"), 189 "Intel(R) 82566DM-2 ICH9 AMT"), 190 PVID(0x8086, E1000_DEV_ID_ICH9_IGP_C, "Intel(R) 82566DC-2 ICH9"), [all …]
|
/freebsd/sys/dev/gem/ |
H A D | if_gem.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 2001-2003 Thomas Moestl 42 #if 0 /* XXX: In case of emergency, re-enable this. */ 128 static void gem_stop(if_t ifp, int disable); 151 device_printf(sc->sc_dev, "flags=0x%x\n", sc->sc_flags); in gem_attach() 154 ifp = sc->sc_ifp = if_alloc(IFT_ETHER); in gem_attach() 155 sc->sc_csum_features = GEM_CSUM_FEATURES; in gem_attach() 157 if_initname(ifp, device_get_name(sc->sc_dev), in gem_attach() 158 device_get_unit(sc->sc_dev)); in gem_attach() [all …]
|
/freebsd/sys/dev/vr/ |
H A D | if_vr.c | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 18 * 4. Neither the name of the author nor the names of any co-contributors 40 * and Rhine II PCI controllers, including the D-Link DFE530TX. 52 * receiver has a one entry perfect filter and a 64-bit hash table 257 device_printf(sc->vr_dev, "phy read timeout %d:%d\n", phy, reg); in vr_miibus_readreg() 281 device_printf(sc->vr_dev, "phy write timeout %d:%d\n", phy, in vr_miibus_writereg() 289 * 'full-duplex' and '100Mbps' bits in the netconfig register, we 302 mii = device_get_softc(sc->vr_miibus); in vr_miibus_statchg() 303 ifp = sc->vr_ifp; in vr_miibus_statchg() [all …]
|
/freebsd/sys/dev/ale/ |
H A D | if_ale.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 182 { -1, 0, 0 } 187 { -1, 0, 0 } 192 { -1, 0, 0 } 197 { -1, 0, 0 } 211 for (i = ALE_PHY_TIMEOUT; i > 0; i--) { in ale_miibus_readreg() 219 device_printf(sc->ale_dev, "phy read timeout : %d\n", reg); in ale_miibus_readreg() 238 for (i = ALE_PHY_TIMEOUT; i > 0; i--) { in ale_miibus_writereg() 246 device_printf(sc->ale_dev, "phy write timeout : %d\n", reg); in ale_miibus_writereg() [all …]
|
/freebsd/sys/dev/nge/ |
H A D | if_nge.c | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 19 * 4. Neither the name of the author nor the names of any co-contributors 45 * sold by D-Link, Addtron, SMC and Asante. Both parts are 46 * virtually the same, except the 83820 is a 64-bit/32-bit part, 47 * while the 83821 is 32-bit only. 68 * moderation. The 83820 supports both 64-bit and 32-bit addressing 69 * and data transfers: the 64-bit support can be toggled on or off 76 * - Receive buffers must be aligned on 64-bit boundaries, which means 80 * - In order to transmit jumbo frames larger than 8170 bytes, you have [all …]
|