| /linux/include/net/ |
| A D | dropreason-core.h | 7 FN(NOT_SPECIFIED) \ 8 FN(NO_SOCKET) \ 9 FN(PKT_TOO_SMALL) \ 10 FN(TCP_CSUM) \ 12 FN(UDP_CSUM) \ 14 FN(OTHERHOST) \ 15 FN(IP_CSUM) \ 16 FN(IP_INHDR) \ 22 FN(PROTO_MEM) \ 62 FN(XDP) \ [all …]
|
| A D | rstreason.h | 9 FN(NOT_SPECIFIED) \ 10 FN(NO_SOCKET) \ 12 FN(TCP_RFC7323_PAWS) \ 13 FN(TCP_TOO_OLD_ACK) \ 15 FN(TCP_FLAGS) \ 16 FN(TCP_OLD_ACK) \ 17 FN(TCP_ABORT_ON_DATA) \ 19 FN(INVALID_SYN) \ 23 FN(TCP_STATE) \ 27 FN(MPTCP_RST_EMPTCP) \ [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/inc/ |
| A D | reg_helper.h | 69 FN(reg, f1), v1,\ 70 FN(reg, f2), v2) 74 FN(reg, f1), v1,\ 75 FN(reg, f2), v2,\ 76 FN(reg, f3), v3) 83 FN(reg, f4), v4) 92 FN(reg, f5), v5) 102 FN(reg, f6), v6) 113 FN(reg, f7), v7) 125 FN(reg, f8), v8) [all …]
|
| /linux/tools/include/uapi/linux/ |
| A D | bpf.h | 5801 FN(unspec, 0, ##ctx) \ 5805 FN(probe_read, 4, ##ctx) \ 5813 FN(tail_call, 12, ##ctx) \ 5824 FN(redirect, 23, ##ctx) \ 5829 FN(csum_diff, 28, ##ctx) \ 5865 FN(bind, 64, ##ctx) \ 5906 FN(strtol, 105, ##ctx) \ 5948 FN(d_path, 147, ##ctx) \ 5982 FN(loop, 181, ##ctx) \ 6018 #define __BPF_FUNC_MAPPER_APPLY(name, value, FN) FN(name), argument [all …]
|
| /linux/include/uapi/linux/ |
| A D | bpf.h | 5801 FN(unspec, 0, ##ctx) \ 5805 FN(probe_read, 4, ##ctx) \ 5813 FN(tail_call, 12, ##ctx) \ 5824 FN(redirect, 23, ##ctx) \ 5829 FN(csum_diff, 28, ##ctx) \ 5865 FN(bind, 64, ##ctx) \ 5906 FN(strtol, 105, ##ctx) \ 5948 FN(d_path, 147, ##ctx) \ 5982 FN(loop, 181, ##ctx) \ 6018 #define __BPF_FUNC_MAPPER_APPLY(name, value, FN) FN(name), argument [all …]
|
| /linux/drivers/gpu/drm/amd/display/dmub/src/ |
| A D | dmub_reg.h | 67 FN(reg, f1), v1, \ 68 FN(reg, f2), v2) 72 FN(reg, f1), v1, \ 73 FN(reg, f2), v2, \ 74 FN(reg, f3), v3) 78 FN(reg, f1), v1, \ 81 FN(reg, f4), v4) 94 FN(reg, f1), v1,\ 95 FN(reg, f2), v2) 101 FN(reg, f3), v3) [all …]
|
| /linux/include/trace/events/ |
| A D | skb.h | 12 #undef FN 13 #define FN(reason) TRACE_DEFINE_ENUM(SKB_DROP_REASON_##reason); macro 14 DEFINE_DROP_REASON(FN, FN) 16 #undef FN 18 #define FN(reason) { SKB_DROP_REASON_##reason, #reason }, macro 51 DEFINE_DROP_REASON(FN, FNe))) 54 #undef FN
|
| A D | xdp.h | 14 #define __XDP_ACT_MAP(FN) \ argument 15 FN(ABORTED) \ 16 FN(DROP) \ 17 FN(PASS) \ 18 FN(TX) \ 19 FN(REDIRECT) 307 #define __MEM_TYPE_MAP(FN) \ argument 308 FN(PAGE_SHARED) \ 309 FN(PAGE_ORDER0) \ 310 FN(PAGE_POOL) \ [all …]
|
| /linux/Documentation/admin-guide/laptops/ |
| A D | lg-laptop.rst | 13 The following FN keys are ignored by the kernel without this driver: 15 - FN-F1 (LG control panel) - Generates F15 16 - FN-F5 (Touchpad toggle) - Generates F21 17 - FN-F6 (Airplane mode) - Generates RFKILL 18 - FN-F9 (Reader mode) - Generates F14 20 The rest of the FN keys work without a need for a special driver. 31 FN Lock 35 FN lock. 75 The keyboard backlight is also controlled by the key combination FN-F8
|
| /linux/drivers/gpu/drm/amd/display/dc/dce/ |
| A D | dce_i2c_hw.c | 36 #undef FN 37 #define FN(reg_name, field_name) \ macro 44 FN(DC_I2C_DDC1_SETUP, DC_I2C_DDC1_DATA_DRIVE_EN), 0, in execute_transaction() 45 FN(DC_I2C_DDC1_SETUP, DC_I2C_DDC1_CLK_DRIVE_EN), 0, in execute_transaction() 46 FN(DC_I2C_DDC1_SETUP, DC_I2C_DDC1_DATA_DRIVE_SEL), 0, in execute_transaction() 48 FN(DC_I2C_DDC1_SETUP, DC_I2C_DDC1_INTRA_BYTE_DELAY), 0); in execute_transaction() 287 FN(DC_I2C_DDC1_SPEED, DC_I2C_DDC1_THRESHOLD), 2, in set_speed() 292 FN(DC_I2C_DDC1_SPEED, DC_I2C_DDC1_THRESHOLD), 2); in set_speed() 310 FN(DC_I2C_DDC1_SETUP, DC_I2C_DDC1_CLK_EN), 1); in setup_engine() 335 FN(DC_I2C_DDC1_SETUP, DC_I2C_DDC1_ENABLE), 1); in setup_engine() [all …]
|
| /linux/security/apparmor/include/ |
| A D | label.h | 135 #define last_error(E, FN) \ argument 137 int __subE = (FN); \ 184 last_error(__E, (FN)); \ 218 #define fn_for_each_in_ns(L, P, FN) \ argument 224 last_error(__E, (FN)); \ 230 #define fn_for_each_XXX(L, P, FN, ...) \ argument 235 last_error(__E, (FN)); \ 240 #define fn_for_each(L, P, FN) fn_for_each_XXX(L, P, FN) argument 241 #define fn_for_each_confined(L, P, FN) fn_for_each_XXX(L, P, FN, _confined) argument 248 last_error(__E, (FN)); \ [all …]
|
| A D | perms.h | 171 #define xcheck_ns_profile_profile(P1, P2, FN, args...) \ argument 175 ____e = FN((P1), (P2), args); \ 179 #define xcheck_ns_profile_label(P, L, FN, args...) \ argument 183 xcheck_ns_profile_profile((P), __p2, (FN), args)); \ 186 #define xcheck_ns_labels(L1, L2, FN, args...) \ argument 189 fn_for_each((L1), __p1, FN(__p1, (L2), args)); \ 193 #define xcheck_labels_profiles(L1, L2, FN, args...) \ argument 194 xcheck_ns_labels((L1), (L2), xcheck_ns_profile_label, (FN), args)
|
| /linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn301/ |
| A D | dcn301_hubbub.c | 36 #undef FN 37 #define FN(reg_name, field_name) \ macro 46 #undef FN 47 #define FN(reg_name, field_name) \ macro
|
| /linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn201/ |
| A D | dcn201_hubbub.c | 39 #undef FN 40 #define FN(reg_name, field_name) \ macro 49 #undef FN 50 #define FN(reg_name, field_name) \ macro
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| A D | qlcnic_hdr.h | 641 #define QLC_DEV_SET_REF_CNT(VAL, FN) ((VAL) |= (1 << (FN * 4))) argument 642 #define QLC_DEV_CLR_REF_CNT(VAL, FN) ((VAL) &= ~(1 << (FN * 4))) argument 643 #define QLC_DEV_SET_RST_RDY(VAL, FN) ((VAL) |= (1 << (FN * 4))) argument 644 #define QLC_DEV_SET_QSCNT_RDY(VAL, FN) ((VAL) |= (2 << (FN * 4))) argument 645 #define QLC_DEV_CLR_RST_QSCNT(VAL, FN) ((VAL) &= ~(3 << (FN * 4))) argument 647 #define QLC_DEV_GET_DRV(VAL, FN) (0xf & ((VAL) >> (FN * 4))) argument 648 #define QLC_DEV_SET_DRV(VAL, FN) ((VAL) << (FN * 4)) argument
|
| /linux/tools/perf/tests/shell/ |
| A D | ftrace.sh | 47 for FN in ${sleep_functions}; do 48 if grep -q "${FN}" "${output}"; then 49 target_function="${FN}"
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn301/ |
| A D | dcn301_hwseq.c | 38 #undef FN 39 #define FN(reg_name, field_name) \ macro
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn303/ |
| A D | dcn303_hwseq.c | 41 #undef FN 42 #define FN(reg_name, field_name) \ macro
|
| /linux/drivers/gpu/drm/amd/display/dc/mmhubbub/dcn35/ |
| A D | dcn35_mmhubbub.c | 36 #undef FN 37 #define FN(reg_name, field_name) \ macro
|
| /linux/drivers/gpu/drm/amd/display/dc/opp/dcn35/ |
| A D | dcn35_opp.c | 32 #undef FN 33 #define FN(reg_name, field_name) \ macro
|
| /linux/drivers/gpu/drm/amd/display/dc/dwb/dcn35/ |
| A D | dcn35_dwb.c | 33 #undef FN 34 #define FN(reg_name, field_name) \ macro
|
| /linux/kernel/trace/ |
| A D | bpf_trace.c | 2325 #define REPEAT_1(FN, DL, X, ...) FN(X) argument 2326 #define REPEAT_2(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_1(FN, DL, __VA_ARGS__) argument 2327 #define REPEAT_3(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_2(FN, DL, __VA_ARGS__) argument 2328 #define REPEAT_4(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_3(FN, DL, __VA_ARGS__) argument 2329 #define REPEAT_5(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_4(FN, DL, __VA_ARGS__) argument 2330 #define REPEAT_6(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_5(FN, DL, __VA_ARGS__) argument 2331 #define REPEAT_7(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_6(FN, DL, __VA_ARGS__) argument 2332 #define REPEAT_8(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_7(FN, DL, __VA_ARGS__) argument 2333 #define REPEAT_9(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_8(FN, DL, __VA_ARGS__) argument 2334 #define REPEAT_10(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_9(FN, DL, __VA_ARGS__) argument [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/bios/ |
| A D | bios_parser_helper.c | 53 #undef FN 54 #define FN(reg_name, field_name) \ macro
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn201/ |
| A D | dcn201_opp.c | 33 #undef FN 34 #define FN(reg_name, field_name) \ macro
|
| /linux/drivers/gpu/drm/amd/display/dc/dccg/dcn301/ |
| A D | dcn301_dccg.c | 36 #undef FN 37 #define FN(reg_name, field_name) \ macro
|