| /kernel/linux/linux-4.19/Documentation/infiniband/ |
| D | tag_matching.txt | 10 The ordering rules require that when more than one pair of send and receive 12 and the earliest posted-receive is the pair that must be used to satisfy the 19 corresponding matching receive is posted. If a matching receive is posted, 39 There are two types of matching objects used, the posted receive list and the 40 unexpected message list. The application posts receive buffers through calls 41 to the MPI receive routines in the posted receive list and posts send messages 42 using the MPI send routines. The head of the posted receive list may be 45 When send is initiated and arrives at the receive side, if there is no 46 pre-posted receive for this arriving message, it is passed to the software and 49 specified receive buffer. This allows overlapping receive-side MPI tag [all …]
|
| /kernel/linux/linux-5.10/Documentation/infiniband/ |
| D | tag_matching.rst | 14 The ordering rules require that when more than one pair of send and receive 16 and the earliest posted-receive is the pair that must be used to satisfy the 23 corresponding matching receive is posted. If a matching receive is posted, 44 There are two types of matching objects used, the posted receive list and the 45 unexpected message list. The application posts receive buffers through calls 46 to the MPI receive routines in the posted receive list and posts send messages 47 using the MPI send routines. The head of the posted receive list may be 50 When send is initiated and arrives at the receive side, if there is no 51 pre-posted receive for this arriving message, it is passed to the software and 54 specified receive buffer. This allows overlapping receive-side MPI tag [all …]
|
| /kernel/linux/linux-5.10/sound/soc/fsl/ |
| D | fsl_sai.h | 46 #define FSL_SAI_RCSR(ofs) (0x80 + ofs) /* SAI Receive Control */ 47 #define FSL_SAI_RCR1(ofs) (0x84 + ofs)/* SAI Receive Configuration 1 */ 48 #define FSL_SAI_RCR2(ofs) (0x88 + ofs) /* SAI Receive Configuration 2 */ 49 #define FSL_SAI_RCR3(ofs) (0x8c + ofs) /* SAI Receive Configuration 3 */ 50 #define FSL_SAI_RCR4(ofs) (0x90 + ofs) /* SAI Receive Configuration 4 */ 51 #define FSL_SAI_RCR5(ofs) (0x94 + ofs) /* SAI Receive Configuration 5 */ 52 #define FSL_SAI_RDR0 0xa0 /* SAI Receive Data 0 */ 53 #define FSL_SAI_RDR1 0xa4 /* SAI Receive Data 1 */ 54 #define FSL_SAI_RDR2 0xa8 /* SAI Receive Data 2 */ 55 #define FSL_SAI_RDR3 0xac /* SAI Receive Data 3 */ [all …]
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/micrel/ |
| D | ks8695net.h | 13 /* Receive descriptor flags */ 29 #define RDES_RER (1 << 25) /* Receive End of Ring */ 30 #define RDES_RBS (0x7ff) /* Receive Buffer Size */ 49 #define KS8695_DRXC (0x04) /* DMA Receive Control */ 51 #define KS8695_DRSC (0x0c) /* DMA Receive Start Command */ 55 #define KS8695_RDLB (0x14) /* Receive Descriptor List 90 /* DMA Receive Control Register */ 91 #define DRXC_RBS (0x3f << 24) /* Receive Burst Size */ 92 #define DRXC_RUCC (1 << 18) /* Receive UDP Checksum check */ 93 #define DRXC_RTCG (1 << 17) /* Receive TCP Checksum check */ [all …]
|
| /kernel/linux/linux-4.19/arch/arm/mach-ks8695/ |
| D | regs-wan.h | 25 #define KS8695_WMDRXC (0x04) /* DMA Receive Control */ 27 #define KS8695_WMDRSC (0x0c) /* DMA Receive Start Command */ 29 #define KS8695_WRDLB (0x14) /* Receive Descriptor List Base Address */ 48 /* DMA Receive Control Register */ 49 #define WMDRXC_WMRBS (0x3f << 24) /* Receive Burst Size */ 50 #define WMDRXC_WMRUCC (1 << 18) /* Receive UDP Checksum check */ 51 #define WMDRXC_WMRTCG (1 << 17) /* Receive TCP Checksum check */ 52 #define WMDRXC_WMRICG (1 << 16) /* Receive IP Checksum check */ 53 #define WMDRXC_WMRFCE (1 << 9) /* Receive Flow Control Enable */ 54 #define WMDRXC_WMRB (1 << 6) /* Receive Broadcast */ [all …]
|
| D | regs-lan.h | 25 #define KS8695_LMDRXC (0x04) /* DMA Receive Control */ 27 #define KS8695_LMDRSC (0x0c) /* DMA Receive Start Command */ 29 #define KS8695_LRDLB (0x14) /* Receive Descriptor List Base Address */ 48 /* DMA Receive Control Register */ 49 #define LMDRXC_LMRBS (0x3f << 24) /* Receive Burst Size */ 50 #define LMDRXC_LMRUCC (1 << 18) /* Receive UDP Checksum check */ 51 #define LMDRXC_LMRTCG (1 << 17) /* Receive TCP Checksum check */ 52 #define LMDRXC_LMRICG (1 << 16) /* Receive IP Checksum check */ 53 #define LMDRXC_LMRFCE (1 << 9) /* Receive Flow Control Enable */ 54 #define LMDRXC_LMRB (1 << 6) /* Receive Broadcast */ [all …]
|
| /kernel/linux/linux-4.19/Documentation/networking/ |
| D | scaling.txt | 13 RSS: Receive Side Scaling 14 RPS: Receive Packet Steering 15 RFS: Receive Flow Steering 16 Accelerated Receive Flow Steering 20 RSS: Receive Side Scaling 23 Contemporary NICs support multiple receive and transmit descriptor queues 27 of logical flows. Packets for each flow are steered to a separate receive 29 generally known as “Receive-side Scaling” (RSS). The goal of RSS and 38 stores a queue number. The receive queue for a packet is determined 45 can be directed to their own receive queue. Such “n-tuple” filters can [all …]
|
| D | strparser.txt | 13 The strparser works in one of two modes: receive callback or general 16 In receive callback mode, the strparser is called from the data_ready 29 functions, and a data_ready function for receive callback mode. The 42 socket associated with the stream parser for use with receive 83 maximum messages size is the limit of the receive socket 84 buffer and message timeout is the receive timeout for the socket. 120 zero) and the parser is in receive callback mode, then it will set 130 processing a timeout). In receive callback mode the default 137 by the lock callback. In receive callback mode the default 158 the TCP socket in receive callback mode. The stream parser may [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/apple/ |
| D | bmac.h | 22 # define MIIBuffDisable 0x0008 /* MII receive buffer disable */ 31 #define RXFIFOCSR 0x120 /* receive FIFO control */ 47 #define RXPNTR 0x1b0 /* receive pointer */ 52 # define RxFrameCntExp 0x00000002 /* Receive frame counter expired */ 56 # define RxOverFlow 0x00000020 /* Receive FIFO overflow */ 68 # define RxNoDescriptors 0x00020000 /* No more receive descriptors */ 69 # define RxDMAError 0x00040000 /* Error during receive DMA */ 70 # define RxDMALateErr 0x00080000 /* Receive DMA, data late */ 71 # define RxParityErr 0x00100000 /* Parity error during receive DMA */ 72 # define RxTagError 0x00200000 /* Tag error during receive DMA */ [all …]
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/apple/ |
| D | bmac.h | 26 # define MIIBuffDisable 0x0008 /* MII receive buffer disable */ 35 #define RXFIFOCSR 0x120 /* receive FIFO control */ 51 #define RXPNTR 0x1b0 /* receive pointer */ 56 # define RxFrameCntExp 0x00000002 /* Receive frame counter expired */ 60 # define RxOverFlow 0x00000020 /* Receive FIFO overflow */ 72 # define RxNoDescriptors 0x00020000 /* No more receive descriptors */ 73 # define RxDMAError 0x00040000 /* Error during receive DMA */ 74 # define RxDMALateErr 0x00080000 /* Receive DMA, data late */ 75 # define RxParityErr 0x00100000 /* Parity error during receive DMA */ 76 # define RxTagError 0x00200000 /* Tag error during receive DMA */ [all …]
|
| /kernel/linux/linux-5.10/drivers/firmware/ |
| D | ti_sci.h | 745 * UDMAP receive channels mapped to destination threads will have their 774 * UDMAP receive channels mapped to destination threads will have their 788 * struct ti_sci_msg_udmap_rx_flow_cfg - UDMAP receive flow configuration 791 * @nav_id: SoC Navigator Subsystem device ID from which the receive flow is 793 * @flow_index: UDMAP receive flow index for non-optional configuration. 794 * @rx_ch_index: Specifies the index of the receive channel using the flow_index 795 * @rx_einfo_present: UDMAP receive flow extended packet info present. 796 * @rx_psinfo_present: UDMAP receive flow PS words present. 797 * @rx_error_handling: UDMAP receive flow error handling configuration. Valid 799 * @rx_desc_type: UDMAP receive flow descriptor type. It can be one of [all …]
|
| /kernel/linux/linux-5.10/Documentation/networking/ |
| D | scaling.rst | 17 - RSS: Receive Side Scaling 18 - RPS: Receive Packet Steering 19 - RFS: Receive Flow Steering 20 - Accelerated Receive Flow Steering 24 RSS: Receive Side Scaling 27 Contemporary NICs support multiple receive and transmit descriptor queues 31 of logical flows. Packets for each flow are steered to a separate receive 33 generally known as “Receive-side Scaling” (RSS). The goal of RSS and 42 stores a queue number. The receive queue for a packet is determined 49 can be directed to their own receive queue. Such “n-tuple” filters can [all …]
|
| D | strparser.rst | 17 The strparser works in one of two modes: receive callback or general 20 In receive callback mode, the strparser is called from the data_ready 33 functions, and a data_ready function for receive callback mode. The 48 socket associated with the stream parser for use with receive 101 maximum messages size is the limit of the receive socket 102 buffer and message timeout is the receive timeout for the socket. 144 zero) and the parser is in receive callback mode, then it will set 156 processing a timeout). In receive callback mode the default 165 by the lock callback. In receive callback mode the default 190 the TCP socket in receive callback mode. The stream parser may [all …]
|
| /kernel/linux/linux-4.19/sound/soc/fsl/ |
| D | fsl_sai.h | 26 #define FSL_SAI_RCSR 0x80 /* SAI Receive Control */ 27 #define FSL_SAI_RCR1 0x84 /* SAI Receive Configuration 1 */ 28 #define FSL_SAI_RCR2 0x88 /* SAI Receive Configuration 2 */ 29 #define FSL_SAI_RCR3 0x8c /* SAI Receive Configuration 3 */ 30 #define FSL_SAI_RCR4 0x90 /* SAI Receive Configuration 4 */ 31 #define FSL_SAI_RCR5 0x94 /* SAI Receive Configuration 5 */ 32 #define FSL_SAI_RDR 0xa0 /* SAI Receive Data */ 33 #define FSL_SAI_RFR 0xc0 /* SAI Receive FIFO */ 34 #define FSL_SAI_RMR 0xe0 /* SAI Receive Mask */ 46 /* SAI Transmit/Receive Control Register */ [all …]
|
| /kernel/liteos_m/targets/riscv_nuclei_gd32vf103_soc_gcc/SoC/gd32vf103/Common/Include/ |
| D | gd32vf103_can.h | 51 #define CAN_RFIFO0(canx) REG32((canx) + 0x0CU) /*!< CAN receive FIFO0 reg… 52 #define CAN_RFIFO1(canx) REG32((canx) + 0x10U) /*!< CAN receive FIFO1 reg… 68 #define CAN_RFIFOMI0(canx) REG32((canx) + 0x1B0U) /*!< CAN receive FIFO0 mai… 69 #define CAN_RFIFOMP0(canx) REG32((canx) + 0x1B4U) /*!< CAN receive FIFO0 mai… 70 #define CAN_RFIFOMDATA00(canx) REG32((canx) + 0x1B8U) /*!< CAN receive FIFO0 mai… 71 #define CAN_RFIFOMDATA10(canx) REG32((canx) + 0x1BCU) /*!< CAN receive FIFO0 mai… 72 #define CAN_RFIFOMI1(canx) REG32((canx) + 0x1C0U) /*!< CAN receive FIFO1 mai… 73 #define CAN_RFIFOMP1(canx) REG32((canx) + 0x1C4U) /*!< CAN receive FIFO1 mai… 74 #define CAN_RFIFOMDATA01(canx) REG32((canx) + 0x1C8U) /*!< CAN receive FIFO1 mai… 75 #define CAN_RFIFOMDATA11(canx) REG32((canx) + 0x1CCU) /*!< CAN receive FIFO1 mai… [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
| D | dwmac_dma.h | 18 #define DMA_RCV_BASE_ADDR 0x0000100c /* Receive List Base */ 70 #define DMA_CONTROL_SR 0x00000002 /* Start/Stop Receive */ 76 #define DMA_INTR_ENA_RIE 0x00000040 /* Receive Interrupt */ 77 #define DMA_INTR_ENA_ERE 0x00004000 /* Early Receive */ 86 #define DMA_INTR_ENA_RWE 0x00000200 /* Receive Watchdog */ 87 #define DMA_INTR_ENA_RSE 0x00000100 /* Receive Stopped */ 88 #define DMA_INTR_ENA_RUE 0x00000080 /* Receive Buffer Unavailable */ 90 #define DMA_INTR_ENA_OVE 0x00000010 /* Receive Overflow */ 112 #define DMA_STATUS_RS_MASK 0x000e0000 /* Receive Process State */ 116 #define DMA_STATUS_ERI 0x00004000 /* Early Receive Interrupt */ [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/amd/ |
| D | ariadne.h | 78 #define CSR18 0x1200 /* Current Receive Buffer Address */ 79 #define CSR19 0x1300 /* Current Receive Buffer Address */ 82 #define CSR22 0x1600 /* Next Receive Buffer Address */ 83 #define CSR23 0x1700 /* Next Receive Buffer Address */ 84 #define CSR24 0x1800 /* - Base Address of Receive Ring */ 85 #define CSR25 0x1900 /* - Base Address of Receive Ring */ 86 #define CSR26 0x1a00 /* Next Receive Descriptor Address */ 87 #define CSR27 0x1b00 /* Next Receive Descriptor Address */ 88 #define CSR28 0x1c00 /* Current Receive Descriptor Address */ 89 #define CSR29 0x1d00 /* Current Receive Descriptor Address */ [all …]
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/amd/ |
| D | ariadne.h | 78 #define CSR18 0x1200 /* Current Receive Buffer Address */ 79 #define CSR19 0x1300 /* Current Receive Buffer Address */ 82 #define CSR22 0x1600 /* Next Receive Buffer Address */ 83 #define CSR23 0x1700 /* Next Receive Buffer Address */ 84 #define CSR24 0x1800 /* - Base Address of Receive Ring */ 85 #define CSR25 0x1900 /* - Base Address of Receive Ring */ 86 #define CSR26 0x1a00 /* Next Receive Descriptor Address */ 87 #define CSR27 0x1b00 /* Next Receive Descriptor Address */ 88 #define CSR28 0x1c00 /* Current Receive Descriptor Address */ 89 #define CSR29 0x1d00 /* Current Receive Descriptor Address */ [all …]
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/freescale/fman/ |
| D | fman_mac.h | 79 * receive or both). 82 COMM_MODE_NONE = 0, /* No transmit/receive communication */ 83 COMM_MODE_RX = 1, /* Only receive communication */ 85 COMM_MODE_RX_AND_TX = 3 /* Both transmit and receive communication */ 107 /* 10GEC, mEMAC Receive FIFO overflow interrupt */ 109 /* 10GEC, mEMAC Receive frame ECC error interrupt */ 111 /* 10GEC Receive jabber frame interrupt */ 113 /* 10GEC Receive oversized frame interrupt */ 115 /* 10GEC Receive runt frame interrupt */ 117 /* 10GEC Receive fragment frame interrupt */ [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fman/ |
| D | fman_mac.h | 79 * receive or both). 82 COMM_MODE_NONE = 0, /* No transmit/receive communication */ 83 COMM_MODE_RX = 1, /* Only receive communication */ 85 COMM_MODE_RX_AND_TX = 3 /* Both transmit and receive communication */ 107 /* 10GEC, mEMAC Receive FIFO overflow interrupt */ 109 /* 10GEC, mEMAC Receive frame ECC error interrupt */ 111 /* 10GEC Receive jabber frame interrupt */ 113 /* 10GEC Receive oversized frame interrupt */ 115 /* 10GEC Receive runt frame interrupt */ 117 /* 10GEC Receive fragment frame interrupt */ [all …]
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/stmicro/stmmac/ |
| D | dwmac_dma.h | 28 #define DMA_RCV_BASE_ADDR 0x0000100c /* Receive List Base */ 80 #define DMA_CONTROL_SR 0x00000002 /* Start/Stop Receive */ 86 #define DMA_INTR_ENA_RIE 0x00000040 /* Receive Interrupt */ 87 #define DMA_INTR_ENA_ERE 0x00004000 /* Early Receive */ 96 #define DMA_INTR_ENA_RWE 0x00000200 /* Receive Watchdog */ 97 #define DMA_INTR_ENA_RSE 0x00000100 /* Receive Stopped */ 98 #define DMA_INTR_ENA_RUE 0x00000080 /* Receive Buffer Unavailable */ 100 #define DMA_INTR_ENA_OVE 0x00000010 /* Receive Overflow */ 120 #define DMA_STATUS_RS_MASK 0x000e0000 /* Receive Process State */ 124 #define DMA_STATUS_ERI 0x00004000 /* Early Receive Interrupt */ [all …]
|
| /kernel/linux/linux-5.10/drivers/infiniband/hw/vmw_pvrdma/ |
| D | pvrdma_srq.c | 56 * pvrdma_query_srq - query shared receive queue 57 * @ibsrq: the shared receive queue to query 79 "could not query shared receive queue, error: %d\n", in pvrdma_query_srq() 92 * pvrdma_create_srq - create shared receive queue 93 * @ibsrq: the IB shared receive queue 94 * @init_attr: shared receive queue attributes 116 "no shared receive queue support for kernel client\n"); in pvrdma_create_srq() 122 "shared receive queue type %d not supported\n", in pvrdma_create_srq() 130 "shared receive queue size invalid\n"); in pvrdma_create_srq() 142 "create shared receive queue from user space\n"); in pvrdma_create_srq() [all …]
|
| /kernel/linux/linux-5.10/include/uapi/rdma/ |
| D | ib_user_mad.h | 56 * @status - 0 on successful receive, ETIMEDOUT if no response 59 * @timeout_ms - Milliseconds to wait for response (unset on receive) 62 * @qkey - Remote Q_Key to be sent with (unset on receive) 67 * @gid_index - Local GID index to send with (unset on receive) 99 * @status - 0 on successful receive, ETIMEDOUT if no response 102 * @timeout_ms - Milliseconds to wait for response (unset on receive) 105 * @qkey - Remote Q_Key to be sent with (unset on receive) 110 * @gid_index - Local GID index to send with (unset on receive) 173 * @method_mask - The caller will receive unsolicited MADs for any method 175 * @mgmt_class - Indicates which management class of MADs should be receive [all …]
|
| /kernel/linux/linux-4.19/include/uapi/rdma/ |
| D | ib_user_mad.h | 56 * @status - 0 on successful receive, ETIMEDOUT if no response 59 * @timeout_ms - Milliseconds to wait for response (unset on receive) 62 * @qkey - Remote Q_Key to be sent with (unset on receive) 67 * @gid_index - Local GID index to send with (unset on receive) 99 * @status - 0 on successful receive, ETIMEDOUT if no response 102 * @timeout_ms - Milliseconds to wait for response (unset on receive) 105 * @qkey - Remote Q_Key to be sent with (unset on receive) 110 * @gid_index - Local GID index to send with (unset on receive) 173 * @method_mask - The caller will receive unsolicited MADs for any method 175 * @mgmt_class - Indicates which management class of MADs should be receive [all …]
|
| /kernel/linux/linux-4.19/drivers/infiniband/hw/vmw_pvrdma/ |
| D | pvrdma_srq.c | 56 * pvrdma_query_srq - query shared receive queue 57 * @ibsrq: the shared receive queue to query 79 "could not query shared receive queue, error: %d\n", in pvrdma_query_srq() 92 * pvrdma_create_srq - create shared receive queue 94 * @init_attr: shared receive queue attributes 117 "no shared receive queue support for kernel client\n"); in pvrdma_create_srq() 123 "shared receive queue type %d not supported\n", in pvrdma_create_srq() 131 "shared receive queue size invalid\n"); in pvrdma_create_srq() 149 "create shared receive queue from user space\n"); in pvrdma_create_srq() 168 "overflow pages in shared receive queue\n"); in pvrdma_create_srq() [all …]
|