Home
last modified time | relevance | path

Searched defs:RX (Results 1 – 19 of 19) sorted by relevance

/linux-6.15/arch/arc/lib/
H A Dmemcpy-archs.S9 # define SHIFT_1(RX,RY,IMM) asl RX, RY, IMM ; << argument
10 # define SHIFT_2(RX,RY,IMM) lsr RX, RY, IMM ; >> argument
11 # define MERGE_1(RX,RY,IMM) asl RX, RY, IMM argument
12 # define MERGE_2(RX,RY,IMM) argument
13 # define EXTRACT_1(RX,RY,IMM) and RX, RY, 0xFFFF argument
14 # define EXTRACT_2(RX,RY,IMM) lsr RX, RY, IMM argument
20 # define EXTRACT_1(RX,RY,IMM) lsr RX, RY, IMM argument
25 # define LOADX(DST,RX) ldd.ab DST, [RX, 8] argument
26 # define STOREX(SRC,RX) std.ab SRC, [RX, 8] argument
30 # define LOADX(DST,RX) ld.ab DST, [RX, 4] argument
[all …]
H A Dmemcpy-archs-unaligned.S12 # define LOADX(DST,RX) ldd.ab DST, [RX, 8] argument
13 # define STOREX(SRC,RX) std.ab SRC, [RX, 8] argument
17 # define LOADX(DST,RX) ld.ab DST, [RX, 4] argument
18 # define STOREX(SRC,RX) st.ab SRC, [RX, 4] argument
/linux-6.15/Documentation/networking/
H A Dtls-offload.rst51 RX section in Kernel TLS operation
120 RX section in Device configuration
171 RX section in Normal operation
262 RX section in Resync handling
305 Stream scan resynchronization
338 Stack-driven resynchronization
373 RX section in Error handling
/linux-6.15/Documentation/networking/device_drivers/can/ctu/
H A Dctucanfd-driver.rst379 .. _subsec:ctucanfd:rxtimestamp:
381 Timestamping RX frames
/linux-6.15/drivers/spi/
H A Dspi-test.h21 #define RX(off) ((void *)(RX_START + off)) macro
/linux-6.15/drivers/usb/chipidea/
H A Dudc.h16 #define RX 0 /* similar to USB_DIR_OUT but can be used as an index */ macro
/linux-6.15/arch/x86/crypto/
H A Dcast5-avx-x86_64-asm_64.S46 #define RX %xmm8 macro
H A Dcast6-avx-x86_64-asm_64.S47 #define RX %xmm8 macro
/linux-6.15/drivers/tty/serial/
H A Dmilbeaut_usio.c20 #define RX 0 macro
/linux-6.15/sound/soc/fsl/
H A Dimx-pcm-rpmsg.h355 #define RX SNDRV_PCM_STREAM_CAPTURE macro
H A Dfsl-asoc-card.c37 #define RX 0 macro
H A Dfsl_ssi.c56 #define RX 0 macro
H A Dfsl_sai.h318 #define RX 0 macro
/linux-6.15/samples/bpf/
H A Dxdp_sample_user.c59 #define RX(rx) rx, "rx/s" macro
/linux-6.15/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c172 enum port_type {RX, TX}; enumerator
/linux-6.15/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_en.h202 RX, enumerator
/linux-6.15/drivers/net/ethernet/freescale/enetc/
H A Denetc_hw.h111 enum enetc_bdr_type {TX, RX}; enumerator
/linux-6.15/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.h309 RX enumerator
/linux-6.15/arch/powerpc/xmon/
H A Dppc-opc.c583 #define RX RSO + 1 macro