Searched defs:rx (Results 1 - 25 of 186) sorted by relevance

12345678

/drivers/net/wireless/ath/
H A Dhw.c138 u32 cycles, busy, rx, tx; local
147 rx = REG_READ(ah, AR_RFCNT);
162 common->cc_ani.rx_frame += rx;
167 common->cc_survey.rx_frame += rx;
/drivers/net/arcnet/
H A Darc-rawmode.c39 static void rx(struct net_device *dev, int bufnum,
50 .rx = rx,
88 static void rx(struct net_device *dev, int bufnum, function
124 BUGLVL(D_SKB) arcnet_dump_skb(dev, skb, "rx");
H A Dcapmode.c41 static void rx(struct net_device *dev, int bufnum, function
87 BUGLVL(D_SKB) arcnet_dump_skb(dev, skb, "rx");
237 rx,
H A Drfc1051.c39 static void rx(struct net_device *dev, int bufnum,
52 .rx = rx,
125 static void rx(struct net_device *dev, int bufnum, function
158 BUGLVL(D_SKB) arcnet_dump_skb(dev, skb, "rx");
H A Drfc1201.c39 static void rx(struct net_device *dev, int bufnum,
52 .rx = rx,
134 static void rx(struct net_device *dev, int bufnum, function
229 BUGLVL(D_SKB) arcnet_dump_skb(dev, skb, "rx");
364 BUGLVL(D_SKB) arcnet_dump_skb(dev, skb, "rx");
/drivers/staging/iio/accel/
H A Dadis16201_ring.c17 * @rx: somewhere to pass back the value read
19 static int adis16201_read_ring_data(struct iio_dev *indio_dev, u8 *rx) argument
44 xfers[i].rx_buf = rx + 2 * (i - 1);
78 && adis16201_read_ring_data(indio_dev, st->rx) >= 0)
81 data[i] = be16_to_cpup((__be16 *)&(st->rx[i*2]));
H A Dadis16203_ring.c16 * @rx: somewhere to pass back the value read
18 static int adis16203_read_ring_data(struct device *dev, u8 *rx) argument
44 xfers[i].rx_buf = rx + 2 * (i - 1);
78 adis16203_read_ring_data(&indio_dev->dev, st->rx) >= 0)
81 data[i] = be16_to_cpup((__be16 *)&(st->rx[i*2]));
H A Dadis16204_ring.c16 * @rx: somewhere to pass back the value read
18 static int adis16204_read_ring_data(struct device *dev, u8 *rx) argument
42 xfers[i].rx_buf = rx + 2 * (i - 1);
75 adis16204_read_ring_data(&indio_dev->dev, st->rx) >= 0)
78 data[i] = be16_to_cpup((__be16 *)&(st->rx[i*2]));
H A Dadis16209_ring.c16 * @rx: somewhere to pass back the value read
18 static int adis16209_read_ring_data(struct device *dev, u8 *rx) argument
42 xfers[i].rx_buf = rx + 2 * (i - 1);
76 adis16209_read_ring_data(&indio_dev->dev, st->rx) >= 0)
79 data[i] = be16_to_cpup((__be16 *)&(st->rx[i*2]));
H A Dadis16240_ring.c16 * @rx: somewhere to pass back the value read
18 static int adis16240_read_ring_data(struct device *dev, u8 *rx) argument
42 xfers[i].rx_buf = rx + 2 * (i - 1);
73 adis16240_read_ring_data(&indio_dev->dev, st->rx) >= 0)
76 data[i] = be16_to_cpup((__be16 *)&(st->rx[i*2]));
/drivers/staging/iio/gyro/
H A Dadis16260_ring.c16 * @rx: somewhere to pass back the value read
18 static int adis16260_read_ring_data(struct device *dev, u8 *rx) argument
48 xfers[i].rx_buf = rx + 2 * (i - 1);
78 adis16260_read_ring_data(&indio_dev->dev, st->rx) >= 0)
81 data[i] = be16_to_cpup((__be16 *)&(st->rx[i*2]));
H A Dadxrs450.h50 * @buf_lock: mutex to protect tx and rx
52 * @rx: recieve buffer
58 u8 rx[ADXRS450_MAX_TX]; member in struct:adxrs450_state
/drivers/staging/iio/imu/
H A Dadis16400_ring.c17 * @rx: somewhere to pass back the value read (min size is 24 bytes)
19 static int adis16400_spi_read_burst(struct device *dev, u8 *rx) argument
33 .rx_buf = rx,
74 static int adis16350_spi_read_all(struct device *dev, u8 *rx) argument
95 xfers[j + 1].rx_buf = rx + j*2;
135 ret = adis16350_spi_read_all(&indio_dev->dev, st->rx);
139 data[i] = *(s16 *)(st->rx + i*2);
141 ret = adis16400_spi_read_burst(&indio_dev->dev, st->rx);
148 (__be16 *)&(st->rx[j*2]));
/drivers/staging/ozwpan/
H A Dozproto.h49 oz_app_rx_fn_t rx; member in struct:oz_app_if
/drivers/staging/sbe-2t3e3/
H A Dctrl.c36 u32 tx, rx; local
42 rx = sc->p.receiver_on;
45 if (rx == SBE_2T3E3_ON)
93 if (rx == SBE_2T3E3_ON)
/drivers/net/ethernet/cisco/enic/
H A Dvnic_stats.h67 struct vnic_rx_stats rx; member in struct:vnic_stats
/drivers/net/wireless/iwlwifi/
H A Diwl-op-mode.h111 * @rx: Rx notification to the op_mode. rxb is the Rx buffer itself. Cmd is the
133 int (*rx)(struct iwl_op_mode *op_mode, struct iwl_rx_cmd_buffer *rxb, member in struct:iwl_op_mode_ops
169 return op_mode->ops->rx(op_mode, rxb, cmd);
/drivers/net/xen-netback/
H A Dcommon.h68 struct xen_netif_rx_back_ring rx; member in struct:xenvif
80 * Allow xenvif_start_xmit() to peek ahead in the rx request
/drivers/scsi/fnic/
H A Dvnic_stats.h65 struct vnic_rx_stats rx; member in struct:vnic_stats
/drivers/spi/
H A Dspi-bitbang.c75 u8 *rx = t->rx_buf; local
83 if (rx)
84 *rx++ = word;
101 u16 *rx = t->rx_buf; local
109 if (rx)
110 *rx++ = word;
127 u32 *rx = t->rx_buf; local
135 if (rx)
136 *rx++ = word;
/drivers/staging/echo/
H A Decho.c334 int16_t oslec_update(struct oslec_state *ec, int16_t tx, int16_t rx) argument
347 ec->rx = rx;
349 rx >>= 1;
367 tmp = rx << 15;
383 * stage rx should be limited to +/- 16383 due to right shift
391 rx = tmp1;
417 ec->Lrxacc += abs(rx) - ec->Lrx;
424 ec->clean = rx - echo_value;
431 clean_bg = rx
[all...]
/drivers/staging/iio/meter/
H A Dade7759.h44 * @buf_lock: mutex to protect tx and rx
46 * @rx: receive buffer
52 u8 rx[ADE7759_MAX_RX]; member in struct:ade7759_state
/drivers/staging/tidspbridge/dynload/
H A Dreloc.c173 register int rx = 0; local
192 rx = HASH_FUNC(rp->TYPE);
193 while (rop_map1[rx] != rp->TYPE) {
194 rx = HASH_L(rop_map2[rx]);
195 if (rx < 0) {
214 rx = HASH_I(rop_map2[rx]);
215 if ((rx < (sizeof(rop_action) / sizeof(u16)))
216 && (rx < (sizeo
[all...]
/drivers/net/ethernet/dec/tulip/
H A Dinterrupt.c344 /* Start timer, stop polling, but do not enable rx interrupts. */
516 int rx = 0; local
566 rx += tulip_rx(dev);
725 if (tx > maxtx || rx > maxrx || oi > maxoi) {
728 csr5, tp->nir, tx, rx, oi);
778 "in rx suspend mode: (%lu) (tp->cur_rx = %u, ttimer = %d, rx = %d) go/stay in suspend mode\n",
779 tp->nir, tp->cur_rx, tp->ttimer, rx);
787 "in rx suspend mode: (%lu) set timer\n",
/drivers/net/ethernet/stmicro/stmmac/
H A Ddescs.h56 } rx; member in union:dma_desc::__anon2934

Completed in 400 milliseconds

12345678