Searched +full:timeout +full:- +full:ulp +full:- +full:ms (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | iqs626a.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jeff LaBundy <jeff@labundy.com> 13 The Azoteq IQS626A is a 14-channel capacitive touch controller that features 14 additional Hall-effect and inductive sensing capabilities. 19 - $ref: touchscreen/touchscreen.yaml# 31 "#address-cells": 34 "#size-cells": 37 azoteq,suspend-mode: [all …]
|
H A D | azoteq,iqs7222.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
H A D | iqs269a.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jef [all...] |
/freebsd/sys/dev/e1000/ |
H A D | e1000_ich8lan.h | 2 SPDX-License-Identifier: BSD-3-Clause 4 Copyright (c) 2001-2020, Intel Corporation 66 #define E1000_ICH_FWSM_PCIM2PCI 0x01000000 /* ME PCIm-to-PCI active */ 80 #define E1000_H2ME_ULP 0x00000800 /* ULP Indication Bit */ 121 /* bit24: RXDCTL thresholds granularity: 0 - cache lines, 1 - descriptors */ 132 #define E1000_PCH2_RAR_ENTRIES 5 /* RAR[0], SHRA[0-3] */ 133 #define E1000_PCH_LPT_RAR_ENTRIES 12 /* RAR[0], SHRA[0-10] */ 170 /* Half-duplex collision counts */ 199 #define I218_ULP_CONFIG1_START 0x0001 /* Start auto ULP config */ 200 #define I218_ULP_CONFIG1_IND 0x0004 /* Pwr up from ULP indication */ [all …]
|
H A D | e1000_ich8lan.c | 2 SPDX-License-Identifier: BSD-3-Clause 4 Copyright (c) 2001-2020, Intel Corporation 36 * 82562G-2 10/100 Network Connection 38 * 82562GT-2 10/100 Network Connection 40 * 82562V-2 10/100 Network Connection 41 * 82566DC-2 Gigabit Network Connection 43 * 82566DM-2 Gigabit Network Connection 50 * 82567LM-2 Gigabit Network Connection 51 * 82567LF-2 Gigabit Network Connection 52 * 82567V-2 Gigabit Network Connection [all …]
|
/freebsd/sys/dev/ocs_fc/ |
H A D | sli4.c | 1 /*- 33 * @defgroup sli SLI-4 Base APIs 38 * All common (i.e. transport-independent) SLI-4 functions are implemented 48 #define SLI4_BMBX_DELAY_US 1000 /* 1 ms */ 49 #define SLI4_INIT_PORT_DELAY_US 10000 /* 10 ms */ 113 * Although SLI-4 specification defines a common set of registers, their locations 260 const sli4_reg_t *r = &(regmap[reg][sli->if_type]); in sli_reg_read() 262 if ((UINT32_MAX == r->rset) || (UINT32_MAX == r->off)) { in sli_reg_read() 263 ocs_log_err(sli->os, "regname %d not defined for if_type %d\n", reg, sli->if_type); in sli_reg_read() 267 return ocs_reg_read32(sli->os, r->rset, r->off); in sli_reg_read() [all …]
|
H A D | ocs_hw.c | 1 /*- 36 * the details of the underlying SLI-4 implementation. 65 /* max command and response buffer lengths -- arbitrary at the moment */ 151 /* WQE timeout for initiator IOs */ 153 ocs_hw_set_io_wqe_timeout(ocs_hw_io_t *io, uint32_t timeout) in ocs_hw_set_io_wqe_timeout() argument 155 if (timeout > 255) { in ocs_hw_set_io_wqe_timeout() 156 io->wqe_timeout = timeout; in ocs_hw_set_io_wqe_timeout() 159 return timeout; in ocs_hw_set_io_wqe_timeout() 166 if (hw->config.emulate_wqe_timeout && io->wqe_timeout) { in ocs_hw_add_io_timed_wqe() 171 ocs_lock(&hw->io_lock); in ocs_hw_add_io_timed_wqe() [all …]
|
/freebsd/sys/netinet6/ |
H A D | frag6.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 77 * +--- TAILQ(struct ip6q, packets) *q6; tailq entries holding 81 * +--- TAILQ(struct ip6asfrag, ip6q_frags) *af6; tailq entries of IPv6 90 #define IP6REASS_HMASK (IP6REASS_NHASH - 1) 120 /* Maximum and current packets in per-VNET reassembly queue. */ 126 /* Maximum per-VNET reassembly timeout (milliseconds) */ 130 /* Maximum per-VNET reassembly queues per bucket and fragments per packet. */ 136 /* Per-VNET reassembly queue buckets. */ 156 * multiplier to reach a 100-item limit.) [all …]
|
/freebsd/sys/dev/cxgbe/common/ |
H A D | t4_hw.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 49 * t4_wait_op_done_val - wait until an operation is completed 52 * @mask: a single-bit field within @reg that indicates completion 61 * operation completes and -EAGAIN otherwise. 74 if (--attempts == 0) in t4_wait_op_done_val() 75 return -EAGAIN; in t4_wait_op_done_val() 89 * t4_set_reg_field - set a register field to a value 108 * t4_read_indirect - read indirectly addressed registers 123 while (nregs--) { in t4_read_indirect() [all …]
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_iwarp.c | 2 * Copyright (c) 2018-2019 Cavium, Inc. 106 struct ecore_rdma_device *dev = p_hwfn->p_rdma_info->dev; in ecore_iwarp_init_devinfo() 108 dev->max_inline = IWARP_REQ_MAX_INLINE_DATA_SIZE; in ecore_iwarp_init_devinfo() 109 dev->max_qp = OSAL_MIN_T(u64, in ecore_iwarp_init_devinfo() 111 p_hwfn->p_rdma_info->num_qps) - in ecore_iwarp_init_devinfo() 114 dev->max_cq = dev->max_qp; in ecore_iwarp_init_devinfo() 116 dev->max_qp_resp_rd_atomic_resc = ECORE_IWARP_IRD_DEFAULT; in ecore_iwarp_init_devinfo() 117 dev->max_qp_req_rd_atomic_resc = ECORE_IWARP_ORD_DEFAULT; in ecore_iwarp_init_devinfo() 123 p_hwfn->rdma_prs_search_reg = PRS_REG_SEARCH_TCP; in ecore_iwarp_init_hw() 124 ecore_wr(p_hwfn, p_ptt, p_hwfn->rdma_prs_search_reg, 1); in ecore_iwarp_init_hw() [all …]
|
/freebsd/sys/netinet/ |
H A D | sctputil.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 4 * Copyright (c) 2001-2008, by Cisco Systems, Inc. All rights reserved. 5 * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. 6 * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. 78 sctp_clog.x.sb.stcb_sbcc = stcb->asoc.sb_cc; in sctp_sblog() 82 SCTP_CTR6(KTR_SCTP, "SCTP:%d[%d]:%x-%x-%x-%x", in sctp_sblog() 99 sctp_clog.x.close.sctp_flags = inp->sctp_flags; in sctp_log_closing() 102 sctp_clog.x.close.state = (uint16_t)stcb->asoc.state; in sctp_log_closing() 108 SCTP_CTR6(KTR_SCTP, "SCTP:%d[%d]:%x-%x-%x-%x", in sctp_log_closing() [all …]
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | hsi_struct_def.h | 1 /*- 34 * Copyright(c) 2001-2024, Broadcom. All rights reserved. The 71 * * 0x0-0xFFF8 - The function ID 72 * * 0xFFF8-0xFFFC, 0xFFFE - Reserved for internal processors 73 * * 0xFFFD - Reserved for user-space HWRM interface 74 * * 0xFFFF - HWRM 122 /* Engine CKV - The Alias key EC curve and ECC public key information. */ 124 /* Engine CKV - Initialization vector. */ 126 /* Engine CKV - Authentication tag. */ 128 /* Engine CKV - The encrypted data. */ [all …]
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_main.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 272 * Each tunable is set to a default value here if it's known at compile-time. 273 * Otherwise it is set to -n as an indication to tweak_tunables() that it should 290 int t4_ntxq = -NTXQ; 296 int t4_nrxq = -NRXQ; 302 static int t4_ntxq_vi = -NTXQ_VI; 307 static int t4_nrxq_vi = -NRXQ_VI; 313 0, "Reserve TX queue 0 of each VI for non-flowid packets"); 317 static int t4_nofldtxq = -NOFLDTXQ; [all …]
|