Searched refs:rx (Results 126 - 150 of 556) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dpasemi_mac.c123 return mac->rx;
482 mac->rx = ring;
592 struct pasemi_mac_rxring *rx = rx_ring(mac); local
597 info = &RX_DESC_INFO(rx, i);
610 RX_BUFF(rx, i) = 0;
622 mac->rx = NULL;
629 struct pasemi_mac_rxring *rx = rx_ring(mac); local
637 struct pasemi_mac_buffer *info = &RX_DESC_INFO(rx, fill);
638 u64 *buff = &RX_BUFF(rx, fill);
676 struct pasemi_mac_rxring *rx local
741 pasemi_mac_clean_rx(struct pasemi_mac_rxring *rx, const int limit) argument
[all...]
H A Dvia-velocity.c562 vptr->rx.dirty = vptr->rx.filled = vptr->rx.curr = 0;
584 vptr->rx.ring[i].rdesc0.len |= OWNED_BY_NIC;
587 writel(vptr->rx.pool_dma, &regs->RDBaseLo);
1381 writel(vptr->rx.pool_dma, &regs->RDBaseLo);
1426 if (vptr->rx.filled < 4)
1431 unusable = vptr->rx.filled & 0x0003;
1432 dirty = vptr->rx.dirty - unusable;
1433 for (avail = vptr->rx
2300 struct rx_info rx; local
[all...]
H A De100.c437 struct rx { struct
438 struct rx *next, *prev;
565 struct rx *rxs ____cacheline_aligned;
566 struct rx *rx_to_use;
567 struct rx *rx_to_clean;
1852 static inline void e100_start_receiver(struct nic *nic, struct rx *rx) argument
1858 if (!rx) rx = nic->rxs;
1861 if (rx
1868 e100_rx_alloc_skb(struct nic *nic, struct rx *rx) argument
1898 e100_rx_indicate(struct nic *nic, struct rx *rx, unsigned int *work_done, unsigned int work_to_do) argument
1986 struct rx *rx; local
2061 struct rx *rx; local
2083 struct rx *rx; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/echo/
H A Decho.c337 int16_t oslec_update(struct oslec_state *ec, int16_t tx, int16_t rx) argument
350 ec->rx = rx;
352 rx >>= 1;
370 tmp = rx << 15;
386 * stage rx should be limited to +/- 16383 due to right shift
394 rx = tmp1;
420 ec->Lrxacc += abs(rx) - ec->Lrx;
427 ec->clean = rx - echo_value;
434 clean_bg = rx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dspi_bitbang.c74 u8 *rx = t->rx_buf; local
82 if (rx)
83 *rx++ = word;
100 u16 *rx = t->rx_buf; local
108 if (rx)
109 *rx++ = word;
126 u32 *rx = t->rx_buf; local
134 if (rx)
135 *rx++ = word;
H A Domap2_mcspi.c310 u8 * rx; local
324 rx = xfer->rx_buf;
353 if (rx != NULL) {
377 if (rx != NULL) {
387 if (rx != NULL) {
478 u8 *rx; local
481 rx = xfer->rx_buf;
498 if (rx != NULL) {
508 *rx++ = __raw_readl(rx_reg);
511 word_len, *(rx
532 u16 *rx; local
585 u32 *rx; local
[all...]
H A Ddw_spi.c203 && (dws->rx < dws->rx_end)) {
205 dws->rx += n_bytes;
208 return dws->rx == dws->rx_end;
227 && (dws->rx < dws->rx_end)) {
228 *(u8 *)(dws->rx) = dw_readw(dws, dr);
229 ++dws->rx;
233 return dws->rx == dws->rx_end;
254 && (dws->rx < dws->rx_end)) {
256 *(u16 *)(dws->rx) = temp;
257 dws->rx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rxrpc/
H A Dar-security.c167 struct rxrpc_sock *rx; local
184 list_for_each_entry(rx, &local->services, listen_link) {
185 if (rx->service_id == conn->service_id)
196 if (!rx->securities) {
204 kref = keyring_search(make_key_ref(rx->securities, 1UL),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dimage_utils.c550 int32_t rx, ry; local
560 rx = ((vx * psrc->width) / width);
562 vcol = get_pix(psrc, rx, ry);
565 float rx,ry; local
576 rx = vx * width_scale;
578 vcol1 = get_pix(psrc, (int32_t)rx, (int32_t)ry);
579 vcol2 = get_pix(psrc, ((int32_t)rx)+1, (int32_t)ry);
580 vcol3 = get_pix(psrc, (int32_t)rx, ((int32_t)ry)+1);
581 vcol4 = get_pix(psrc, ((int32_t)rx)+1, ((int32_t)ry)+1);
583 x_dist = rx
615 int32_t rx, ry, rx_next, ry_next; local
661 float rx,ry; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/lirc/
H A Dlirc_imon.c104 } rx; member in struct:imon_context
492 context->rx.count = 0;
493 context->rx.initial_space = 1;
494 context->rx.prev_bit = 0;
550 int value = context->rx.count;
557 if (context->rx.prev_bit)
637 if (buf[7] == 1 && context->rx.initial_space) {
639 context->rx.prev_bit = 0;
640 context->rx.count = 4;
642 context->rx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-3945-debugfs.c82 ofdm = &priv->_3945.statistics.rx.ofdm;
83 cck = &priv->_3945.statistics.rx.cck;
84 general = &priv->_3945.statistics.rx.general;
85 accum_ofdm = &priv->_3945.accum_statistics.rx.ofdm;
86 accum_cck = &priv->_3945.accum_statistics.rx.cck;
87 accum_general = &priv->_3945.accum_statistics.rx.general;
88 delta_ofdm = &priv->_3945.delta_statistics.rx.ofdm;
89 delta_cck = &priv->_3945.delta_statistics.rx.cck;
90 delta_general = &priv->_3945.delta_statistics.rx.general;
91 max_ofdm = &priv->_3945.max_delta.rx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/cxgb3i/
H A Dcxgb3i_offload.h199 struct cxgb3_skb_rx_cb rx; member in union:cxgb3_skb_cb::__anon14368
208 #define skb_rx_ddigest(skb) (CXGB3_SKB_CB(skb)->rx.ddigest)
209 #define skb_rx_pdulen(skb) (CXGB3_SKB_CB(skb)->rx.pdulen)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dlanai.c32 * o AAL0 is stubbed in but the actual rx/tx path isn't written yet:
238 } rx; member in struct:lanai_vcc
257 unsigned atm_ovfl; /* # of cells dropped - rx fifo overflow */
708 if (lvcc->rx.atmvcc->qos.aal == ATM_AAL5) {
709 dma_addr_t dmaaddr = lvcc->rx.buf.dmaaddr;
717 RXADDR1_SET_SIZE(lanai_buf_size_cardorder(&lvcc->rx.buf))|
1379 int m = ((const unsigned char *) lvcc->rx.buf.ptr) + n -
1380 ((const unsigned char *) (lvcc->rx.buf.end));
1383 memcpy(dest, lvcc->rx.buf.ptr, n - m);
1384 memcpy(dest + n - m, lvcc->rx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/spi/
H A Dspidev_test.c50 uint8_t rx[ARRAY_SIZE(tx)] = {0, }; local
53 .rx_buf = (unsigned long)rx,
67 printf("%.2X ", rx[ret]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/amps/langs/
H A Dca.inc39 $text["rx"] = "RX";
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/accel/
H A Dadis16240_core.c126 .rx_buf = st->rx,
150 *val = (st->rx[0] << 8) | st->rx[1];
470 st->rx = kzalloc(sizeof(*st->rx)*ADIS16240_MAX_RX, GFP_KERNEL);
471 if (st->rx == NULL) {
549 kfree(st->rx);
571 kfree(st->rx);
H A Dadis16209_ring.c71 * @rx: somewhere to pass back the value read
73 static int adis16209_read_ring_data(struct device *dev, u8 *rx) argument
97 xfers[i].rx_buf = rx + 2 * (i - 1);
131 if (adis16209_read_ring_data(&st->indio_dev->dev, st->rx) >= 0)
134 (__be16 *)&(st->rx[i*2]));
H A Dadis16220.h135 * @rx: recieve buffer
136 * @buf_lock: mutex to protect tx and rx
142 u8 *rx; member in struct:adis16220_state
H A Dadis16240_ring.c65 * @rx: somewhere to pass back the value read
67 static int adis16240_read_ring_data(struct device *dev, u8 *rx) argument
91 xfers[i].rx_buf = rx + 2 * (i - 1);
123 if (adis16240_read_ring_data(&st->indio_dev->dev, st->rx) >= 0)
126 (__be16 *)&(st->rx[i*2]));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_main.c530 void hostap_dump_rx_header(const char *name, const struct hfa384x_rx_frame *rx) argument
534 status = __le16_to_cpu(rx->status);
540 rx->silence, rx->signal, rx->rate, rx->rxflow, jiffies);
542 fc = __le16_to_cpu(rx->frame_control);
547 __le16_to_cpu(rx->duration_id), __le16_to_cpu(rx->seq_ctrl),
548 __le16_to_cpu(rx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Ddeshake.h77 int rx; ///< Maximum horizontal shift member in struct:__anon3350
H A Dvf_deshake.c78 { "rx", "set x for the rectangular search area", OFFSET(rx), AV_OPT_TYPE_INT, {.i64=16}, 0, MAX_R, .flags = FLAGS },
122 * macroblock. Test each block against several shifts given by the rx
142 for (x = -deshake->rx; x <= deshake->rx; x++) {
154 for (x = -deshake->rx + 1; x < deshake->rx; x += 2) {
257 for (x = 0; x < deshake->rx * 2 + 1; x++) {
267 for (x = deshake->rx; x < width - deshake->rx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/arcnet/
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");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A D68328serial.c247 static void receive_chars(struct m68k_serial *info, unsigned short rx) argument
259 ch = GET_FIELD(rx, URX_RXDATA);
262 if(URX_BREAK & rx) { /* whee, break received */
263 status_handle(info, rx);
284 if(rx & URX_PARITY_ERROR) {
286 status_handle(info, rx);
287 } else if(rx & URX_OVRUN) {
289 status_handle(info, rx);
290 } else if(rx & URX_FRAME_ERROR) {
292 status_handle(info, rx);
348 unsigned short rx; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/gyro/
H A Dadis16260_ring.c62 * @rx: somewhere to pass back the value read
64 static int adis16260_read_ring_data(struct device *dev, u8 *rx) argument
94 xfers[i].rx_buf = rx + 2 * (i - 1);
126 if (adis16260_read_ring_data(&st->indio_dev->dev, st->rx) >= 0)
129 (__be16 *)&(st->rx[i*2]));

Completed in 150 milliseconds

1234567891011>>