Home
last modified time | relevance | path

Searched +full:max +full:- +full:by +full:- +full:define (Results 1 – 25 of 1058) sorted by relevance

12345678910>>...43

/linux/include/uapi/linux/netfilter/
H A Dxt_hashlimit.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3 #define _UAPI_XT_HASHLIMIT_H
10 #define XT_HASHLIMIT_SCALE 10000
11 #define XT_HASHLIMIT_SCALE_v2 1000000llu
12 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490
16 /* packet length accounting is done in 16-byte steps */
17 #define XT_HASHLIMIT_BYTE_SHIFT 4
19 /* details of this structure hidden by the implementation */
39 __u32 max; /* max number of entries */ member
48 /* Used internally by the kernel */
[all …]
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym53c8xx.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
4 * of PCI-SCSI IO processors.
6 * Copyright (C) 1999-2001 Gerard Roudier <groudier@free.fr>
9 * Copyright (C) 1998-2000 Gerard Roudier
12 * a port of the FreeBSD ncr driver to Linux-1.2.13.
14 * The original ncr driver has been written for 386bsd and FreeBSD by
16 * Stefan Esser <se@mi.Uni-Koeln.de>
24 *-----------------------------------------------------------------------------
28 #define SYM53C8XX_H
35 * 1 : 40 bit addressing when supported by chip.
[all …]
/linux/include/linux/
H A Dcpufreq.h1 /* SPDX-License-Identifier: GPL-2.0-only */
6 * (C) 2002 - 2003 Dominik Brodowski <linux@brodo.de>
9 #define _LINUX_CPUFREQ_H
30 * Maximum transition latency is in nanoseconds - if it's unknown,
34 #define CPUFREQ_ETERNAL (-1)
35 #define CPUFREQ_NAME_LEN 16
37 #define CPUFREQ_NAME_PLEN (CPUFREQ_NAME_LEN + 1)
51 /* in 10^(-9) s = nanoseconds */
69 unsigned int max; /* in kHz */ member
96 * - Any routine that wants to read from the policy structure will
[all …]
/linux/drivers/gpu/drm/imagination/
H A Dpvr_rogue_cr_defs_client.h1 /* SPDX-License-Identifier: GPL-2.0-only OR MIT */
5 #define PVR_ROGUE_CR_DEFS_CLIENT_H
7 /* clang-format off */
10 * This register controls the anti-aliasing mode of the Tiling Co-Processor, independent control is
15 * 2xmsaa is achieved by enabling Y - TE does AA on Y plane only
16 * 4xmsaa is achieved by enabling Y and X - TE does AA on X and Y plane
17 * 8xmsaa not supported by XE cores
20 * 2xmsaa is achieved by enabling X2 - does not affect TE
21 * 4xmsaa is achieved by enabling Y and X2 - TE does AA on Y plane only
22 * 8xmsaa is achieved by enabling Y, X and X2 - TE does AA on X and Y plane
[all …]
/linux/drivers/net/ethernet/cavium/liquidio/
H A Docteon_config.h7 * Copyright (c) 2003-2016 Cavium, Inc.
11 * published by the Free Software Foundation.
14 * AS-IS and WITHOUT ANY WARRANTY; without even the implied warranty
23 #define __OCTEON_CONFIG_H__
25 /*--------------------------CONFIG VALUES------------------------*/
35 #define MAX_OCTEON_NICIF 128
36 #define MAX_OCTEON_DEVICES MAX_OCTEON_NICIF
37 #define MAX_OCTEON_LINKS MAX_OCTEON_NICIF
38 #define MAX_OCTEON_MULTICAST_ADDR 32
40 #define MAX_OCTEON_FILL_COUNT 8
[all …]
/linux/tools/include/uapi/linux/
H A Dpkt_sched.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3 #define __LINUX_PKT_SCHED_H
12 with obsolete IPv6 values is not occasional :-). New IPv6 drafts
13 preferred full anarchy inspired by diffserv group.
20 #define TC_PRIO_BESTEFFORT 0
21 #define TC_PRIO_FILLER 1
22 #define TC_PRIO_BULK 2
23 #define TC_PRIO_INTERACTIVE_BULK 4
24 #define TC_PRIO_INTERACTIVE 6
25 #define TC_PRIO_CONTROL 7
[all …]
H A Dbtf.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
4 #define _UAPI__LINUX_BTF_H__
8 #define BTF_MAGIC 0xeB9F
9 #define BTF_VERSION 1
24 /* Max # of type identifier */
25 #define BTF_MAX_TYP
[all...]
/linux/drivers/cpufreq/
H A Dgx-suspmod.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * (C) 2002 Hiroshi Miura <miura@da-cha.org>
10 * software is provided AS-IS with no warranties.
19 * Suspend Modulation works by asserting and de-asserting the SUSP# pin
28 * 32us intervals which the SUSP# pin is asserted(ON)/de-asserted(OFF)
31 * These counters define a ratio which is the effective frequency
35 * F_eff = Fgx * ----------------------
43 * on_duration = off_duration * (stock_freq - freq) / freq
46 * on_duration = DURATION - off_duration
48 *---------------------------------------------------------------------------
[all …]
/linux/Documentation/admin-guide/
H A Dxfs.rst1 .. SPDX-License-Identifier: GPL-2.0
8 on the SGI IRIX platform. It is completely multi-threaded, can
15 for further details. This implementation is on-disk compatible
25 Sets the buffered I/O end-of-file preallocation size when
28 through to 1GiB, inclusive, in power-of-2 increments.
30 The default behaviour is for dynamic end-of-file
40 on-disk. When the new form is used for the first time when
42 attributes) the on-disk superblock feature bit field will be
45 The default behaviour is determined by the on-disk feature
48 by the filesystem.
[all …]
/linux/drivers/staging/media/imx/
H A Dimx-media-fim.c1 // SPDX-License-Identifier: GPL-2.0+
13 #include <media/v4l2-ctrls.h>
14 #include <media/v4l2-subdev.h>
16 #include "imx-media.h"
33 #define FIM_CL_ENABLE_DEF 0 /* FIM disabled by default */
34 #define FIM_CL_NUM_DEF 8 /* average 8 frames */
35 #define FIM_CL_NUM_SKIP_DEF 2 /* skip 2 frames after restart */
36 #define FIM_CL_TOLERANCE_MIN_DEF 50 /* usec */
37 #define FIM_CL_TOLERANCE_MAX_DEF 0 /* no max tolerance (unbounded) */
73 return fim->icap_flags != IRQ_TYPE_NONE; in icap_enabled()
[all …]
/linux/drivers/media/rc/
H A Dir-rc5-decoder.c1 // SPDX-License-Identifier: GPL-2.0
2 // ir-rc5-decoder.c - decoder for RC5(x) and StreamZap protocols
4 // Copyright (C) 2010 by Mauro Carvalho Chehab
5 // Copyright (C) 2010 by Jarod Wilson <jarod@redhat.com>
12 #include "rc-core-priv.h"
15 #define RC5_NBITS 14
16 #define RC5_SZ_NBITS 15
17 #define RC5X_NBITS 20
18 #define CHECK_RC5X_NBITS 8
19 #define RC5_UNIT 889 /* us */
[all …]
/linux/include/uapi/linux/
H A Dtipc_config.h1 /* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */
5 * Copyright (c) 2003-2006, Ericsson AB
6 * Copyright (c) 2005-2007, 2010-2011, Wind River Systems
22 * GNU General Public License ("GPL") version 2 as published by the Free
25 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
39 #define _LINUX_TIPC_CONFIG_H_
51 * back. (In the future multi-message replies may be supported.)
60 * a variable number of TLVs. A failed request is denoted by the presence
67 * May be issued by any process.
68 * Accepted by own node, or by remote node only if remote management enabled.
[all …]
H A Dbtf.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
4 #define _UAPI__LINUX_BTF_H__
8 #define BTF_MAGIC 0xeB9F
9 #define BTF_VERSION 1
24 /* Max # of type identifier */
25 #define BTF_MAX_TYP
[all...]
H A Dcycx_cfm.h1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
8 * Copyright: (c) 1998-2003 Arnaldo Carvalho de Melo
10 * Based on sdlasfm.h by Gene Kozin <74604.152@compuserve.com>
14 * as published by the Free Software Foundation; either version
20 #define _CYCX_CFM_H
24 #define CFM_VERSION 2
25 #define CFM_SIGNATURE "CFM - Cyclades CYCX Firmware Module"
27 /* min/max */
28 #define CFM_IMAGE_SIZE 0x20000 /* max size of CYCX code image file */
29 #define CFM_DESCR_LEN 256 /* max length of description string */
[all …]
/linux/Documentation/netlink/
H A Dgenetlink-legacy.yaml1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
3 ---
4 $id: http://kernel.org/schemas/netlink/genetlink-legacy.yaml#
5 $schema: https://json-schema.org/draft-07/schema
11 pattern: ^[0-9a-z-]+$
15 len-or-define:
17 pattern: ^[0-9A-Za-z_-]+( - 1)?$
19 len-or-limit:
20 # literal int, const name, or limit based on fixed-width type
21 # e.g. u8-min, u16-max, etc.
[all …]
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/
H A Dsmu_v13_0_4_ppsmc.h25 #define __SMU_V13_0_4_PPSMC_H__
27 /*! @mainpage PMFW-PPS (PPLib) Message Interface
37 #define PPS_PMFW_IF_VER "1.0" ///< Major.Minor
43 #define PPSMC_Result_OK 0x1 ///< Message Response OK
44 #define PPSMC_Result_Failed 0xFF ///< Message Response Failed
45 #define PPSMC_Result_UnknownCmd 0xFE ///< Message Response Unknown Command
46 #define PPSMC_Result_CmdRejectedPrereq 0xFD ///< Message Response Command Failed Prerequisite
47 #define PPSMC_Result_CmdRejectedBusy 0xFC ///< Message Response Command Rejected due to PMFW …
54 #define PPSMC_MSG_TestMessage 0x01 ///< To check if PMFW is alive and responding.…
55 #define PPSMC_MSG_GetPmfwVersion 0x02 ///< Get PMFW version
[all …]
/linux/sound/pci/echoaudio/
H A Dechoaudio.h3 Copyright Echo Digital Audio Corporation (c) 1998 - 2004
11 the GNU General Public License as published by the Free Software
21 Foundation, Inc., 59 Temple Place - Suite 330, Boston,
22 MA 02111-1307, USA.
26 Translation from C++ and adaptation for use in ALSA-Driver
27 were made by Giuliano Pochini <pochini@shiny.it>
34 +-----------+
35 record | |<-------------------- Inputs
36 <-------| | |
39 ------->| | +-------+
[all …]
/linux/include/uapi/linux/cifs/
H A Dcifs_mount.h1 /* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */
8 * by the Free Software Foundation; either version 2.1 of the License, or
17 #define _CIFS_MOUNT_H
19 /* Max string lengths for cifs mounting options. */
20 #define CIFS_MAX_DOMAINNAME_LEN 256 /* max fully qualified domain name */
21 #define CIFS_MAX_USERNAME_LEN 256 /* reasonable max for current servers */
22 #define CIFS_MAX_PASSWORD_LEN 512 /* Windows max seems to be 256 wide chars */
23 #define CIFS_MAX_SHARE_LEN 256 /* reasonable max share name length */
24 #define CIFS_NI_MAXHOST 1024 /* max host name length (256 * 4 bytes) */
/linux/Documentation/devicetree/bindings/dma/
H A Drenesas,nbpfaxi.txt1 * Renesas "Type-AXI" NBPFAXI* DMA controllers
7 - compatible: must be one of
17 - #dma-cells: must be 2: the first integer is a terminal number, to which this
21 #define NBPF_SLAVE_RQ_HIGH 1
22 #define NBPF_SLAVE_RQ_LOW 2
23 #define NBPF_SLAVE_RQ_LEVEL 4
26 - max-burst-mem-read: limit burst size for memory reads
28 than using the maximum burst size allowed by the hardware's buffer size.
29 - max-burst-mem-write: limit burst size for memory writes
31 than using the maximum burst size allowed by the hardware's buffer size.
[all …]
/linux/fs/jfs/
H A Djfs_dmap.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Copyright (C) International Business Machines Corp., 2000-2002
6 #define _H_JFS_DMAP
10 #define BMAPVERSION 1 /* version number */
11 #define TREESIZE (256+64+16+4+1) /* size of a dmap tree */
12 #define LEAFIND (64+16+4+1) /* index of 1st leaf of a dmap tree */
13 #define LPERDMAP 256 /* num leaves per dmap tree */
14 #define L2LPERDMAP 8 /* l2 number of leaves per dmap tree */
15 #define DBWORD 32 /* # of blks covered by a map word */
16 #define L2DBWORD 5 /* l2 # of blks covered by a mword */
[all …]
/linux/drivers/scsi/pm8001/
H A Dpm8001_defs.h2 * PMC-Sierra 8001/8081/8088/8089 SAS/SATA based host adapters driver
4 * Copyright (c) 2008-2009 USI Co., Ltd.
18 * 3. Neither the names of the above-listed copyright holders nor the names
23 * GNU General Public License ("GPL") version 2 as published by the Free
27 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
42 #define _PM8001_DEFS_H_
77 /* driver compile-time configuration */
78 #define PM8001_MAX_CCB 1024 /* max ccbs supported */
79 #define PM8001_MPI_QUEUE 1024 /* maximum mpi queue entries */
80 #define PM8001_MAX_INB_NUM 64
[all …]
/linux/include/xen/interface/io/
H A Dblkif.h1 /* SPDX-License-Identifier: MIT */
5 * Unified block-device I/O interface for Xen guest OSes.
7 * Copyright (c) 2003-2004, Keir Fraser
11 #define __XEN_PUBLIC_IO_BLKIF_H__
17 * Front->back notifications: When enqueuing a new request, sending a
19 * hold-off mechanism provided by the ring macros). Backends must set
22 * Back->front notifications: When enqueuing a new response, sending a
24 * hold-off mechanism provided by the ring macros). Frontends must set
33 * If supported, the backend will write the key "multi-queue-max-queues" to
37 * key "multi-queue-num-queues" with the number they wish to use, which must be
[all …]
/linux/include/linux/sunrpc/
H A Dxprtrdma.h1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (c) 2003-2007 Network Appliance, Inc. All rights reserved.
8 * COPYING in the main directory of this source tree, or the BSD-type
28 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
42 #define _LINUX_SUNRPC_XPRTRDMA_H
45 * Constants. Max RPC/NFS header is big enough to account for
46 * additional marshaling buffers passed down by Linux client.
48 * RDMA header is currently fixed max size, and is big enough for a
49 * fully-chunked NFS message (read chunks are the largest). Note only
52 #define RPCRDMA_MIN_SLOT_TABLE (4U)
[all …]
/linux/drivers/gpu/drm/i915/
H A Di915_scatterlist.h2 * SPDX-License-Identifier: MIT
8 #define I915_SCATTERLIST_H
12 #include <linux/dma-mapping.h>
30 unsigned int max; member
37 s.max = s.curr = s.sgp->offset; in __sgt_iter()
40 s.max += sg_dma_len(s.sgp); in __sgt_iter()
43 s.max += s.sgp->length; in __sgt_iter()
52 return sg->length >> PAGE_SHIFT; in __sg_page_count()
69 * __sg_next - return the next scatterlist entry in a list
83 * __for_each_sgt_daddr - iterate over the device addresses of the given sg_table
[all …]
/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.h4 * Copyright (C) 2017-2024 Broadcom. All Rights Reserved. The term *
6 * Copyright (C) 2004-2016 Emulex. All rights reserved. *
12 * Public License as published by the Free Software Foundation. *
16 * FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT, ARE *
24 #define CONFIG_SCSI_LPFC_DEBUG_FS
31 /* Define the context types that SLI handles for abort and sums. */
73 uint16_t iotag; /* pre-assigned IO tag */
74 uint16_t sli4_lxritag; /* logical pre-assigned XRI. */
75 uint16_t sli4_xritag; /* pre-assigned XRI, (OXID) tag. */
80 union lpfc_wqe128 wqe; /* SLI-4 */
[all …]

12345678910>>...43