Home
last modified time | relevance | path

Searched defs:_a (Results 1 – 25 of 60) sorted by relevance

123

/linux/drivers/net/ethernet/8390/
H A Dxsurf100.c26 #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
H A Dax88796.c44 #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/drivers/net/ethernet/intel/iavf/
H A Diavf.h409 #define RSS_PF(_a) ((_a)->vf_res->vf_cap_flags & \ argument
411 #define RSS_AQ(_a) ((_a)->vf_res->vf_cap_flags & \ argument
413 #define RSS_REG(_a) (!((_a)->vf_res->vf_cap_flags & \ argument
416 #define VLAN_ALLOWED(_a) ((_a)->vf_res->vf_cap_flags & \ argument
418 #define VLAN_V2_ALLOWED(_a) ((_a)->vf_res->vf_cap_flags & \ argument
420 #define CRC_OFFLOAD_ALLOWED(_a) ((_a)->vf_res->vf_cap_flags & \ argument
422 #define TC_U32_SUPPORT(_a) ((_a)->vf_res->vf_cap_flags & \ argument
424 #define VLAN_V2_FILTERING_ALLOWED(_a) \ argument
428 #define VLAN_FILTERING_ALLOWED(_a) \ argument
430 #define ADV_LINK_SUPPORT(_a) ((_a)->vf_res->vf_cap_flags & \ argument
[all …]
/linux/drivers/hid/bpf/progs/
H A Dhid_bpf_helpers.h176 #define _ARG10(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a) _1; _2; _3; _4; _5; _6; … argument
177 #define _ARG11(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b) _1; _2; _3; _4; _5; _6; … argument
178 #define _ARG12(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c) _1; _2; _3; _4; _5; _6; … argument
179 #define _ARG13(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, _d) _1; _2; _3; _4; _5; _6; … argument
180 #define _ARG14(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, _d, _e) _1; _2; _3; _4; _5; _6; … argument
181 #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/tools/testing/selftests/bpf/progs/
H A Dget_func_args_test.c71 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()
H A Dtest_perf_branches.c16 __u64 _a; member
H A Dtest_bpf_cookie.c121 int BPF_PROG(fmod_ret_test, int _a, int *_b, int _ret) in BPF_PROG()
/linux/drivers/gpu/drm/imagination/
H A Dpvr_rogue_fwif_common.h17 #define PVR_FW_STRUCT_SIZE_ASSERT(_a) \ argument
/linux/drivers/usb/dwc2/
H A Dhw.h420 #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/drivers/pinctrl/mediatek/
H A Dpinctrl-paris.h29 #define MTK_RANGE(_a) { .range = (_a), .nranges = ARRAY_SIZE(_a), } argument
/linux/arch/loongarch/kernel/
H A Dunwind_orc.c203 static void orc_sort_swap(void *_a, void *_b, int size) in orc_sort_swap()
220 static int orc_sort_cmp(const void *_a, const void *_b) in orc_sort_cmp()
/linux/include/asm-generic/
H A Dlocal64.h56 #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
H A Dlocal.h47 #define local_add_unless(l, _a, u) atomic_long_add_unless((&(l)->a), (_a), (u)) argument
/linux/arch/x86/kernel/
H A Dunwind_orc.c250 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/kernel/
H A Dstatic_call_inline.c76 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()
/linux/drivers/soc/fsl/qbman/
H A Dqman_priv.h134 const u32 *_a = a->q.state; in qman_cgrs_and() local
146 const u32 *_a = a->q.state; in qman_cgrs_xor() local
/linux/drivers/scsi/fnic/
H A Dfnic_trace.h73 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_bo_list.c59 static int amdgpu_bo_list_entry_cmp(const void *_a, const void *_b) in amdgpu_bo_list_entry_cmp()
/linux/drivers/net/wireless/intersil/p54/
H A Deeprom.c104 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/tools/testing/selftests/bpf/
H A Djit_disasm_helpers.c79 static int cmp_u32(const void *_a, const void *_b) in cmp_u32()
/linux/arch/arm/mach-footbridge/
H A Ddc21285.c291 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument
/linux/drivers/gpu/drm/i915/
H A Di915_request.c348 #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/fs/smb/client/
H A Dcompress.c146 static int cmp_bkt(const void *_a, const void *_b) in cmp_bkt()
/linux/arch/powerpc/platforms/ps3/
H A Drepository.c23 #define dump_field(_a, _b) _dump_field(_a, _b, __func__, __LINE__) argument
39 #define dump_node_name(_a, _b, _c, _d, _e) \ argument
51 #define dump_node(_a, _b, _c, _d, _e, _f, _g) \ argument
/linux/fs/bcachefs/
H A Dmovinggc.c85 struct bch_alloc_v4 _a; in bch2_bucket_is_movable() local

123