Searched +full:linkcheck +full:- +full:docs (Results 1 – 2 of 2) sorted by relevance
2 # SPDX-License-Identifier: GPL-2.07 # Converted from docs Makefile and parallel-wrapper.sh, both under22 # Linus Torvalds <torvalds@linux-foundation.org>36 Sphinx build wrapper that handles Kernel-specific business rules:38 - it gets the Kernel build environment vars;39 - it determines what's the best parallelism;40 - i[all...]
1 /* SPDX-License-Identifier: GPL-2.0 */38 #define GREG_STAT_ACNTEXP 0x00000004 /* Align-error counter expired */39 #define GREG_STAT_CCNTEXP 0x00000008 /* CRC-error counter expired */40 #define GREG_STAT_LCNTEXP 0x00000010 /* Length-error counter expired */42 #define GREG_STAT_CVCNTEXP 0x00000040 /* Code-violation counter expired */46 #define GREG_STAT_MAXPKTERR 0x00000400 /* Max-packet size error */47 #define GREG_STAT_NCNTEXP 0x00000800 /* Normal-collision counter expired */48 #define GREG_STAT_ECNTEXP 0x00001000 /* Excess-collision counter expired */49 #define GREG_STAT_LCCNTEXP 0x00002000 /* Late-collision counter expired */50 #define GREG_STAT_FCNTEXP 0x00004000 /* First-collision counter expired */[all …]