Searched refs:rx (Results 226 - 250 of 957) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/intel/
H A De100.c416 struct rx { struct
417 struct rx *next, *prev;
544 struct rx *rxs ____cacheline_aligned;
545 struct rx *rx_to_use;
546 struct rx *rx_to_clean;
1901 static inline void e100_start_receiver(struct nic *nic, struct rx *rx) argument
1907 if (!rx) rx = nic->rxs;
1910 if (rx
1917 e100_rx_alloc_skb(struct nic *nic, struct rx *rx) argument
1949 e100_rx_indicate(struct nic *nic, struct rx *rx, unsigned int *work_done, unsigned int work_to_do) argument
2051 struct rx *rx; local
2130 struct rx *rx; local
2153 struct rx *rx; local
[all...]
/linux-master/drivers/spi/
H A Dspi-pxa2xx.c507 while (read_SSSR_bits(drv_data, SSSR_RNE) && drv_data->rx < drv_data->rx_end) {
509 drv_data->rx += n_bytes;
512 return drv_data->rx == drv_data->rx_end;
529 while (read_SSSR_bits(drv_data, SSSR_RNE) && drv_data->rx < drv_data->rx_end) {
530 *(u8 *)(drv_data->rx) = pxa2xx_spi_read(drv_data, SSDR);
531 ++drv_data->rx;
534 return drv_data->rx == drv_data->rx_end;
551 while (read_SSSR_bits(drv_data, SSSR_RNE) && drv_data->rx < drv_data->rx_end) {
552 *(u16 *)(drv_data->rx) = pxa2xx_spi_read(drv_data, SSDR);
553 drv_data->rx
[all...]
H A Dspi-jcore.c108 unsigned char *rx; local
116 rx = t->rx_buf;
129 if (rx)
130 *rx++ = readl(data_reg);
H A Dspi-hisi-kunpeng.c134 void *rx; member in struct:hisi_spi
231 /* Check the transfer's original "rx" is not null */
232 if (hs->rx) {
235 *(u8 *)(hs->rx) = rxw;
238 *(u16 *)(hs->rx) = rxw;
241 *(u32 *)(hs->rx) = rxw;
244 hs->rx += hs->n_bytes;
394 hs->rx = transfer->rx_buf;
/linux-master/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_ring.h60 struct pvrdma_ring rx; /* Rx ring. */ member in struct:pvrdma_ring_state
/linux-master/drivers/staging/gdm724x/
H A Dgdm_mux.h72 struct rx_cxt rx; member in struct:mux_dev
/linux-master/drivers/media/cec/platform/s5p/
H A Ds5p_cec.h71 enum cec_state rx; member in struct:s5p_cec_dev
/linux-master/drivers/media/test-drivers/vivid/
H A DMakefile4 vivid-radio-rx.o vivid-radio-tx.o vivid-radio-common.o \
/linux-master/sound/soc/intel/common/
H A Dsst-ipc.h27 struct sst_ipc_message rx; member in struct:ipc_message
/linux-master/net/dccp/
H A Dccid.c140 struct ccid *ccid_new(const u8 id, struct sock *sk, bool rx) argument
148 ccid = kmem_cache_alloc(rx ? ccid_ops->ccid_hc_rx_slab :
153 if (rx) {
167 kmem_cache_free(rx ? ccid_ops->ccid_hc_rx_slab :
/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A Dethtool-coalesce.sh30 ["rx-frames-low"]="rx-frame-low"
32 ["rx-frames-high"]="rx-frame-high"
34 ["rx-usecs"]="rx-usecs"
35 ["rx-frames"]="rx-frames"
36 ["rx-usecs-irq"]="rx
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Dnetdev.h17 * Both IPoIB and VNIC netdevices will be working on the rx abstraction.
19 * @rx: ptr to netdev_rx
24 struct hfi1_netdev_rx *rx; member in struct:hfi1_netdev_rxq
/linux-master/tools/testing/selftests/netfilter/
H A Dipip-conntrack-mtu.sh27 rx=$(mktemp)
55 rm -f ${rx}
63 ip netns exec ${c_b} socat -t 3 - udp4-listen:5000,reuseaddr > ${rx} < /dev/null &
73 bytes=$(wc -c < ${rx})
/linux-master/drivers/iio/imu/
H A Dadis_buffer.c76 __be16 *tx, *rx; local
97 rx = adis->buffer;
98 tx = rx + scan_count;
112 adis->xfer[j].rx_buf = &rx[j - 1];
/linux-master/drivers/net/ethernet/engleder/
H A Dtsnep_xdp.c32 if (queue->rx->queue_index != queue_id ||
/linux-master/drivers/media/usb/dvb-usb/
H A Dpctv452e.c520 u8 *b0, *rx; local
535 rx = b0 + 5;
550 ret = dvb_usb_generic_rw(d, b0, 5, rx, PCTV_ANSWER_LEN, 0);
557 ret = dvb_usb_generic_rw(d, b0, 5, rx, PCTV_ANSWER_LEN, 0);
571 u8 *b, *rx; local
579 rx = b + CMD_BUFFER_SIZE;
590 ret = dvb_usb_generic_rw(d, b, 4, rx, PCTV_ANSWER_LEN, 0);
595 info("%s: read: %2d: %*ph: ", __func__, ret, 3, rx);
596 for (i = 0; (i < rx[3]) && ((i+3) < PCTV_ANSWER_LEN); i++)
597 info(" %02x", rx[
[all...]
/linux-master/tools/testing/selftests/net/
H A Dvlan_hw_filter.sh23 ip netns exec ${NETNS} ethtool -K bond0 rx-vlan-filter off
/linux-master/drivers/crypto/starfive/
H A Djh7110-cryp.c76 cryp->rx = dma_request_chan(cryp->dev, "rx");
77 if (IS_ERR(cryp->rx)) {
79 return dev_err_probe(cryp->dev, PTR_ERR(cryp->rx),
80 "Error requesting rx dma channel.\n");
89 dma_release_channel(cryp->rx);
/linux-master/include/uapi/linux/
H A Dif_xdp.h63 struct xdp_ring_offset rx; member in struct:xdp_mmap_offsets
92 __u64 rx_ring_full; /* Dropped due to rx ring being full */
/linux-master/tools/include/uapi/linux/
H A Dif_xdp.h63 struct xdp_ring_offset rx; member in struct:xdp_mmap_offsets
92 __u64 rx_ring_full; /* Dropped due to rx ring being full */
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac_lib.c37 u32 chan, bool rx, bool tx)
41 if (rx)
50 u32 chan, bool rx, bool tx)
54 if (rx)
171 /* Enable it to monitor DMA rx/tx status in case of critical problems */
36 dwmac_enable_dma_irq(struct stmmac_priv *priv, void __iomem *ioaddr, u32 chan, bool rx, bool tx) argument
49 dwmac_disable_dma_irq(struct stmmac_priv *priv, void __iomem *ioaddr, u32 chan, bool rx, bool tx) argument
/linux-master/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dsdio.c69 intr->rx.num = irq_data->rx.num;
71 intr->rx.len[i] = irq_data->rx.len[i];
/linux-master/drivers/net/arcnet/
H A Drfc1051.c40 static void rx(struct net_device *dev, int bufnum,
51 .rx = rx,
122 static void rx(struct net_device *dev, int bufnum, function
155 arcnet_dump_skb(dev, skb, "rx");
/linux-master/arch/s390/kernel/
H A Ddiag.c161 * The subcode parameter determines the type of the first parameter rx.
169 * address translation. For other subcommands the rx parameter is not
172 int diag14(unsigned long rx, unsigned long ry1, unsigned long subcode) argument
178 rx = virt_to_phys((void *)rx);
184 return diag_amode31_ops.diag14(rx, ry1, subcode);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_flow_dissector.c450 error(1, errno, "socket rx");
457 error(1, errno, "bind rx");
514 int fdt = -1, fdr = -1, len, tx = 0, rx = 0; local
532 rx += do_rx(fdr);
539 fprintf(stderr, "pkts: tx=%u rx=%u\n", tx, rx);
541 rx = 0;
551 if (rx < tx) {
553 while (rx < tx) {
559 rx
[all...]

Completed in 407 milliseconds

1234567891011>>