| /linux/drivers/scsi/ |
| A D | scsi_logging.h | 47 #define SCSI_CHECK_LOGGING(SHIFT, BITS, LEVEL, CMD) \ argument 64 #define SCSI_LOG_ERROR_RECOVERY(LEVEL,CMD) \ argument 66 #define SCSI_LOG_TIMEOUT(LEVEL,CMD) \ argument 68 #define SCSI_LOG_SCAN_BUS(LEVEL,CMD) \ argument 70 #define SCSI_LOG_MLQUEUE(LEVEL,CMD) \ argument 72 #define SCSI_LOG_MLCOMPLETE(LEVEL,CMD) \ argument 74 #define SCSI_LOG_LLQUEUE(LEVEL,CMD) \ argument 76 #define SCSI_LOG_LLCOMPLETE(LEVEL,CMD) \ argument 78 #define SCSI_LOG_HLQUEUE(LEVEL,CMD) \ argument 80 #define SCSI_LOG_HLCOMPLETE(LEVEL,CMD) \ argument [all …]
|
| /linux/drivers/block/drbd/ |
| A D | drbd_vli.h | 118 LEVEL( 2, 1, 0x00); \ 119 LEVEL( 3, 2, 0x01); \ 120 LEVEL( 5, 3, 0x03); \ 121 LEVEL( 7, 4, 0x07); \ 122 LEVEL(10, 5, 0x0f); \ 123 LEVEL(14, 6, 0x1f); \ 124 LEVEL(21, 8, 0x3f); \ 125 LEVEL(29, 8, 0x7f); \ 126 LEVEL(42, 8, 0xbf); \ 151 #undef LEVEL in vli_decode_bits() [all …]
|
| /linux/arch/sh/boards/mach-dreamcast/ |
| A D | irq.c | 52 #define LEVEL(event) (((event) - HW_EVENT_IRQ_BASE) / 32) macro 66 __u32 emr = EMR_BASE + (LEVEL(irq) << 4) + (LEVEL(irq) << 2); in disable_systemasic_irq() 78 __u32 emr = EMR_BASE + (LEVEL(irq) << 4) + (LEVEL(irq) << 2); in enable_systemasic_irq() 90 __u32 esr = ESR_BASE + (LEVEL(irq) << 2); in mask_ack_systemasic_irq()
|
| /linux/arch/powerpc/perf/ |
| A D | isa207-common.c | 223 ret = PH(LVL, L1) | LEVEL(L1) | P(SNOOP, HIT); in isa207_find_source() 226 ret = PH(LVL, L2) | LEVEL(L2) | P(SNOOP, HIT); in isa207_find_source() 229 ret = PH(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in isa207_find_source() 236 ret |= PH(LVL, LOC_RAM) | LEVEL(RAM); in isa207_find_source() 238 ret |= P(LVL, HIT) | LEVEL(PMEM); in isa207_find_source() 242 ret |= P(LVL, HIT) | LEVEL(PMEM) | REM; in isa207_find_source() 260 ret |= PH(LVL, L2) | LEVEL(L2) | P(SNOOP, HIT); in isa207_find_source() 262 ret |= PH(LVL, L2) | LEVEL(L2) | P(SNOOP, HITM); in isa207_find_source() 264 ret |= PH(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in isa207_find_source() 266 ret |= PH(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM); in isa207_find_source() [all …]
|
| A D | isa207-common.h | 277 #define LEVEL(x) P(LVLNUM, x) macro
|
| /linux/arch/x86/events/intel/ |
| A D | ds.c | 84 #define LEVEL(x) P(LVLNUM, x) macro 93 OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, NONE), /* 0x03: L2 hit */ 94 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, NONE), /* 0x04: L3 hit */ 104 OP_LH | P(LVL, IO) | LEVEL(NA) | P(SNOOP, NONE), /* 0x0e: I/O */ 118 u64 pmem_or_l4 = pmem ? LEVEL(PMEM) : LEVEL(L4); in __intel_pmu_pebs_data_source_skl() 122 data_source[0x0b] = OP_LH | LEVEL(RAM) | REM | P(SNOOP, NONE); in __intel_pmu_pebs_data_source_skl() 134 data_source[0x05] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in __intel_pmu_pebs_data_source_grt() 162 data_source[0x0b] = OP_LH | LEVEL(RAM) | REM | P(SNOOP, NONE); in __intel_pmu_pebs_data_source_cmt() 163 data_source[0x0c] = OP_LH | LEVEL(RAM) | REM | P(SNOOPX, FWD); in __intel_pmu_pebs_data_source_cmt() 164 data_source[0x0d] = OP_LH | LEVEL(RAM) | REM | P(SNOOP, HITM); in __intel_pmu_pebs_data_source_cmt() [all …]
|
| /linux/drivers/scsi/fcoe/ |
| A D | libfcoe.h | 11 #define LIBFCOE_CHECK_LOGGING(LEVEL, CMD) \ argument 13 if (unlikely(libfcoe_debug_logging & LEVEL)) \
|
| A D | fcoe.h | 36 #define FCOE_CHECK_LOGGING(LEVEL, CMD) \ argument 38 if (unlikely(fcoe_debug_logging & LEVEL)) \
|
| /linux/drivers/scsi/libfc/ |
| A D | fc_libfc.h | 22 #define FC_CHECK_LOGGING(LEVEL, CMD) \ argument 24 if (unlikely(fc_debug_logging & LEVEL)) \
|
| /linux/arch/parisc/kernel/ |
| A D | signal32.c | 28 #define DBG(LEVEL, ...) \ argument 29 ((DEBUG_COMPAT_SIG_LEVEL >= LEVEL) \ 32 #define DBG(LEVEL, ...) argument
|
| A D | signal.c | 42 #define DBG(LEVEL, ...) \ argument 43 ((DEBUG_SIG_LEVEL >= LEVEL) \ 46 #define DBG(LEVEL, ...) argument
|
| /linux/drivers/scsi/snic/ |
| A D | snic.h | 122 #define SNIC_CHECK_LOGGING(LEVEL, CMD) \ argument 124 if (unlikely(snic_log_level & LEVEL)) \
|
| /linux/drivers/scsi/fnic/ |
| A D | fnic.h | 138 #define FNIC_CHECK_LOGGING(LEVEL, CMD) \ argument 140 if (unlikely(fnic_log_level & LEVEL)) \
|
| /linux/Documentation/driver-api/thermal/ |
| A D | x86_pkg_temperature_thermal.rst | 17 Chapter 14.6: PACKAGE LEVEL THERMAL MANAGEMENT
|
| /linux/arch/arm64/boot/dts/qcom/ |
| A D | sc7280-herobrine-audio-rt5682.dtsi | 11 /* BOARD-SPECIFIC TOP LEVEL NODES */
|
| A D | sc7280-herobrine-audio-rt5682-3mic.dtsi | 11 /* BOARD-SPECIFIC TOP LEVEL NODES */
|
| A D | sc7280-herobrine-audio-wcd9385.dtsi | 9 /* BOARD-SPECIFIC TOP LEVEL NODES */
|
| A D | sc7180-trogdor-coachz.dtsi | 17 /* BOARD-SPECIFIC TOP LEVEL NODES */
|
| A D | sc7180-trogdor-homestar.dtsi | 12 /* BOARD-SPECIFIC TOP LEVEL NODES */
|
| A D | sc7280-herobrine.dtsi | 315 /* BOARD-SPECIFIC TOP LEVEL NODES */
|
| /linux/drivers/gpu/drm/radeon/ |
| A D | sumod.h | 311 # define LEVEL(x) ((x) << 1) macro
|
| /linux/Documentation/networking/ |
| A D | nfc.rst | 103 LOW-LEVEL DATA EXCHANGE:
|
| /linux/Documentation/userspace-api/netlink/ |
| A D | netlink-raw.rst | 71 [OUTER NEST OR MESSAGE LEVEL]
|
| /linux/sound/pci/asihpi/ |
| A D | hpi_internal.h | 163 HPI_LEVEL_GAIN = HPI_CTL_ATTR(LEVEL, 1), 164 HPI_LEVEL_RANGE = HPI_CTL_ATTR(LEVEL, 10),
|
| /linux/Documentation/netlabel/ |
| A D | draft-ietf-cipso-ipsecurity-01.txt | 216 TYPE LENGTH OCTET LEVEL CATEGORIES 302 TYPE LENGTH OCTET LEVEL CATEGORIES 365 TYPE LENGTH OCTET LEVEL
|