Home
last modified time | relevance | path

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

12

/openbmc/linux/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
/openbmc/linux/Documentation/networking/
H A Dtls-offload.rst51 RX section in Kernel TLS operation
120 RX section in Device configuration
170 RX section in Normal operation
261 RX section in Resync handling
304 Stream scan resynchronization
337 Stack-driven resynchronization
372 RX section in Error handling
/openbmc/linux/Documentation/networking/device_drivers/can/ctu/
H A Dctucanfd-driver.rst379 .. _subsec:ctucanfd:rxtimestamp:
381 Timestamping RX frames
/openbmc/qemu/target/rx/
H A DKconfig1 config RX config
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dnetwork_port.hpp33 RX, enumerator
H A Dport.hpp79 RX, enumerator
/openbmc/linux/drivers/spi/
H A Dspi-test.h21 #define RX(off) ((void *)(RX_START + off)) macro
/openbmc/linux/drivers/usb/chipidea/
H A Dudc.h16 #define RX 0 /* similar to USB_DIR_OUT but can be used as an index */ macro
/openbmc/linux/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
/openbmc/u-boot/drivers/usb/musb/
H A Dmusb_udc.c89 RX, enumerator
/openbmc/linux/sound/soc/fsl/
H A Dfsl-asoc-card.c36 #define RX 0 macro
H A Dimx-pcm-rpmsg.h355 #define RX SNDRV_PCM_STREAM_CAPTURE macro
H A Dfsl_sai.h314 #define RX 0 macro
H A Dfsl_ssi.c56 #define RX 0 macro
/openbmc/linux/drivers/tty/serial/
H A Dmilbeaut_usio.c20 #define RX 0 macro
/openbmc/u-boot/drivers/net/
H A Dmacb.c271 #define RX 1 macro
/openbmc/qemu/target/i386/hvf/
H A Dx86.h228 #define RX(cpu, reg) (x86_reg(cpu, reg)->rx) macro
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DNetworkPort.v1_4_3.json44 "RX": "The link partner can initiate IEEE 802.3x flow control.", string
/openbmc/linux/samples/bpf/
H A Dxdp_sample_user.c59 #define RX(rx) rx, "rx/s" macro
/openbmc/linux/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c172 enum port_type {RX, TX}; enumerator
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_en.h202 RX, enumerator
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.h309 RX enumerator
/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_hw.h110 enum enetc_bdr_type {TX, RX}; enumerator

12