/linux-6.12.1/drivers/net/ethernet/8390/ |
D | xsurf100.c | 26 #define ax_convert_addr(_a) ((void __force __iomem *)(_a)) argument 28 #define ei_inb(_a) z_readb(ax_convert_addr(_a)) argument 29 #define ei_outb(_v, _a) z_writeb(_v, ax_convert_addr(_a)) argument 31 #define ei_inw(_a) z_readw(ax_convert_addr(_a)) argument 32 #define ei_outw(_v, _a) z_writew(_v, ax_convert_addr(_a)) argument 34 #define ei_inb_p(_a) ei_inb(_a) argument 35 #define ei_outb_p(_v, _a) ei_outb(_v, _a) argument
|
D | ax88796.c | 44 #define ax_convert_addr(_a) ((void __force __iomem *)(_a)) argument 46 #define ei_inb(_a) readb(ax_convert_addr(_a)) argument 47 #define ei_outb(_v, _a) writeb(_v, ax_convert_addr(_a)) argument 49 #define ei_inb_p(_a) ei_inb(_a) argument 50 #define ei_outb_p(_v, _a) ei_outb(_v, _a) argument
|
/linux-6.12.1/drivers/net/ethernet/intel/iavf/ |
D | iavf.h | 384 #define RSS_PF(_a) ((_a)->vf_res->vf_cap_flags & \ argument 386 #define RSS_AQ(_a) ((_a)->vf_res->vf_cap_flags & \ argument 388 #define RSS_REG(_a) (!((_a)->vf_res->vf_cap_flags & \ argument 391 #define VLAN_ALLOWED(_a) ((_a)->vf_res->vf_cap_flags & \ argument 393 #define VLAN_V2_ALLOWED(_a) ((_a)->vf_res->vf_cap_flags & \ argument 395 #define CRC_OFFLOAD_ALLOWED(_a) ((_a)->vf_res->vf_cap_flags & \ argument 397 #define TC_U32_SUPPORT(_a) ((_a)->vf_res->vf_cap_flags & \ argument 399 #define VLAN_V2_FILTERING_ALLOWED(_a) \ argument 403 #define VLAN_FILTERING_ALLOWED(_a) \ argument 405 #define ADV_LINK_SUPPORT(_a) ((_a)->vf_res->vf_cap_flags & \ argument [all …]
|
/linux-6.12.1/drivers/hid/bpf/progs/ |
D | hid_bpf_helpers.h | 157 #define _ARG10(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a) _1; _2; _3; _4; _5; _6; … argument 158 #define _ARG11(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b) _1; _2; _3; _4; _5; _6; … argument 159 #define _ARG12(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c) _1; _2; _3; _4; _5; _6; … argument 160 #define _ARG13(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, _d) _1; _2; _3; _4; _5; _6; … argument 161 #define _ARG14(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, _d, _e) _1; _2; _3; _4; _5; _6; … argument 162 #define _ARG15(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, _d, _e, _f) _1; _2; _3; _4; _5; _6; … argument
|
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | get_func_args_test.c | 71 int BPF_PROG(fmod_ret_test, int _a, int *_b, int _ret) in BPF_PROG() 100 int BPF_PROG(fexit_test, int _a, int *_b, int _ret) in BPF_PROG()
|
D | test_perf_branches.c | 16 __u64 _a; member
|
D | test_bpf_cookie.c | 121 int BPF_PROG(fmod_ret_test, int _a, int *_b, int _ret) in BPF_PROG()
|
/linux-6.12.1/drivers/pinctrl/mediatek/ |
D | pinctrl-moore.h | 27 #define MTK_RANGE(_a) { .range = (_a), .nranges = ARRAY_SIZE(_a), } argument
|
D | pinctrl-paris.h | 29 #define MTK_RANGE(_a) { .range = (_a), .nranges = ARRAY_SIZE(_a), } argument
|
/linux-6.12.1/arch/loongarch/kernel/ |
D | unwind_orc.c | 202 static void orc_sort_swap(void *_a, void *_b, int size) in orc_sort_swap() 219 static int orc_sort_cmp(const void *_a, const void *_b) in orc_sort_cmp()
|
/linux-6.12.1/drivers/usb/dwc2/ |
D | hw.h | 420 #define DPTXFSIZN(_a) HSOTG_REG(0x104 + (((_a) - 1) * 4)) argument 522 #define DIEPCTL(_a) HSOTG_REG(0x900 + ((_a) * 0x20)) argument 525 #define DOEPCTL(_a) HSOTG_REG(0xB00 + ((_a) * 0x20)) argument 572 #define DIEPINT(_a) HSOTG_REG(0x908 + ((_a) * 0x20)) argument 573 #define DOEPINT(_a) HSOTG_REG(0xB08 + ((_a) * 0x20)) argument 614 #define DIEPTSIZ(_a) HSOTG_REG(0x910 + ((_a) * 0x20)) argument 615 #define DOEPTSIZ(_a) HSOTG_REG(0xB10 + ((_a) * 0x20)) argument 631 #define DIEPDMA(_a) HSOTG_REG(0x914 + ((_a) * 0x20)) argument 632 #define DOEPDMA(_a) HSOTG_REG(0xB14 + ((_a) * 0x20)) argument 634 #define DTXFSTS(_a) HSOTG_REG(0x918 + ((_a) * 0x20)) argument [all …]
|
/linux-6.12.1/drivers/gpu/drm/imagination/ |
D | pvr_rogue_fwif_common.h | 17 #define PVR_FW_STRUCT_SIZE_ASSERT(_a) \ argument
|
/linux-6.12.1/arch/x86/kernel/ |
D | unwind_orc.c | 250 static void orc_sort_swap(void *_a, void *_b, int size) in orc_sort_swap() 267 static int orc_sort_cmp(const void *_a, const void *_b) in orc_sort_cmp()
|
/linux-6.12.1/include/asm-generic/ |
D | local64.h | 56 #define local64_add_unless(l, _a, u) local_add_unless((&(l)->a), (_a), (u)) argument 95 #define local64_add_unless(l, _a, u) atomic64_add_unless((&(l)->a), (_a), (u)) argument
|
D | local.h | 47 #define local_add_unless(l, _a, u) atomic_long_add_unless((&(l)->a), (_a), (u)) argument
|
/linux-6.12.1/kernel/ |
D | static_call_inline.c | 76 static int static_call_site_cmp(const void *_a, const void *_b) in static_call_site_cmp() 92 static void static_call_site_swap(void *_a, void *_b, int size) in static_call_site_swap()
|
D | groups.c | 76 static int gid_cmp(const void *_a, const void *_b) in gid_cmp()
|
/linux-6.12.1/drivers/soc/fsl/qbman/ |
D | qman_priv.h | 134 const u32 *_a = a->q.state; in qman_cgrs_and() local 146 const u32 *_a = a->q.state; in qman_cgrs_xor() local
|
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_bo_list.c | 59 static int amdgpu_bo_list_entry_cmp(const void *_a, const void *_b) in amdgpu_bo_list_entry_cmp()
|
/linux-6.12.1/drivers/scsi/fnic/ |
D | fnic_trace.h | 73 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument
|
/linux-6.12.1/drivers/net/wireless/intersil/p54/ |
D | eeprom.c | 104 static int p54_compare_channels(const void *_a, in p54_compare_channels() 113 static int p54_compare_rssichan(const void *_a, in p54_compare_rssichan()
|
/linux-6.12.1/arch/arm/mach-footbridge/ |
D | dc21285.c | 291 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument
|
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | jit_disasm_helpers.c | 79 static int cmp_u32(const void *_a, const void *_b) in cmp_u32()
|
/linux-6.12.1/drivers/gpu/drm/i915/ |
D | i915_request.c | 348 #define i915_request_free_capture_list(_a) do {} while (0) argument 350 #define assert_capture_list_is_null(_a) do {} while (0) argument 890 #define clear_batch_ptr(_a) do {} while (0) argument
|
/linux-6.12.1/fs/smb/client/ |
D | compress.c | 146 static int cmp_bkt(const void *_a, const void *_b) in cmp_bkt()
|