Searched refs:rx (Results 376 - 400 of 1148) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/irda/
H A Ddonauboe.c81 /* If you get rx/tx fifo overflows at high bitrates, you can try increasing */
281 printk (" (%d,%02x)",self->ring->rx[i].len,self->ring->rx[i].control);
506 self->ring->rx[i].len = RX_LEN;
507 self->ring->rx[i].len = 0;
508 self->ring->rx[i].address = virt_to_bus (self->rx_bufs[i]);
509 self->ring->rx[i].control = OBOE_CTL_RX_HW_OWNS;
676 PROBE_DEBUG(" (%d,%02x)",self->ring->rx[i].len,self->ring->rx[i].control);
799 if ((self->ring->rx[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/jffs2/
H A Dscan.c320 struct jffs2_raw_xattr *rx, uint32_t ofs,
327 crc = crc32(0, rx, sizeof(struct jffs2_raw_xattr) - 4);
328 if (crc != je32_to_cpu(rx->node_crc)) {
330 ofs, je32_to_cpu(rx->node_crc), crc);
331 if ((err = jffs2_scan_dirty_space(c, jeb, je32_to_cpu(rx->totlen))))
336 xid = je32_to_cpu(rx->xid);
337 version = je32_to_cpu(rx->version);
340 + rx->name_len + 1 + je16_to_cpu(rx->value_len));
341 if (totlen != je32_to_cpu(rx
319 jffs2_scan_xattr_node(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, struct jffs2_raw_xattr *rx, uint32_t ofs, struct jffs2_summary *s) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c114 struct ipoib_cm_rx *rx,
125 sge[i].addr = rx->rx_ring[id].mapping[i];
127 ret = ib_post_recv(rx->qp, wr, &bad_wr);
131 rx->rx_ring[id].mapping);
132 dev_kfree_skb_any(rx->rx_ring[id].skb);
133 rx->rx_ring[id].skb = NULL;
337 struct ipoib_cm_rx *rx)
347 rx->rx_ring = vmalloc(ipoib_recvq_size * sizeof *rx->rx_ring);
348 if (!rx
113 ipoib_cm_post_receive_nonsrq(struct net_device *dev, struct ipoib_cm_rx *rx, struct ib_recv_wr *wr, struct ib_sge *sge, int id) argument
336 ipoib_cm_nonsrq_init_rx(struct net_device *dev, struct ib_cm_id *cm_id, struct ipoib_cm_rx *rx) argument
859 struct ipoib_cm_rx *rx, *n; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c114 struct ipoib_cm_rx *rx,
125 sge[i].addr = rx->rx_ring[id].mapping[i];
127 ret = ib_post_recv(rx->qp, wr, &bad_wr);
131 rx->rx_ring[id].mapping);
132 dev_kfree_skb_any(rx->rx_ring[id].skb);
133 rx->rx_ring[id].skb = NULL;
337 struct ipoib_cm_rx *rx)
347 rx->rx_ring = vmalloc(ipoib_recvq_size * sizeof *rx->rx_ring);
348 if (!rx
113 ipoib_cm_post_receive_nonsrq(struct net_device *dev, struct ipoib_cm_rx *rx, struct ib_recv_wr *wr, struct ib_sge *sge, int id) argument
336 ipoib_cm_nonsrq_init_rx(struct net_device *dev, struct ib_cm_id *cm_id, struct ipoib_cm_rx *rx) argument
859 struct ipoib_cm_rx *rx, *n; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/opcodes/
H A Dm32c-asm.c1634 char *rx = rxbuf;
1657 *rx++ = '[';
1658 *rx++ = TOLOWER (c);
1659 *rx++ = TOUPPER (c);
1660 *rx++ = ']';
1663 *rx++ = c;
1666 /* Copy any remaining literals from the syntax string into the rx. */
1667 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn)
1684 *rx++ = '\\';
1685 *rx
1632 char *rx = rxbuf; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/opcodes/
H A Dm32c-asm.c1634 char *rx = rxbuf;
1657 *rx++ = '[';
1658 *rx++ = TOLOWER (c);
1659 *rx++ = TOUPPER (c);
1660 *rx++ = ']';
1663 *rx++ = c;
1666 /* Copy any remaining literals from the syntax string into the rx. */
1667 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn)
1684 *rx++ = '\\';
1685 *rx
1632 char *rx = rxbuf; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/opcodes/
H A Dm32c-asm.c1634 char *rx = rxbuf;
1657 *rx++ = '[';
1658 *rx++ = TOLOWER (c);
1659 *rx++ = TOUPPER (c);
1660 *rx++ = ']';
1663 *rx++ = c;
1666 /* Copy any remaining literals from the syntax string into the rx. */
1667 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn)
1684 *rx++ = '\\';
1685 *rx
1632 char *rx = rxbuf; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dserial.h23 __u32 cts, dsr, rng, dcd, tx, rx; member in struct:async_icount
195 int rx, tx; member in struct:serial_icounter_struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mfd/
H A Dtimberdale.c280 .rx = true,
286 .rx = false,
292 .rx = true,
298 .rx = false,
304 .rx = true,
314 .rx = true,
321 .rx = true,
327 .rx = false,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/spi/
H A Dspi_s3c24xx_fiq.S29 @ fiq_rtmp Temporary register to hold tx/rx data
32 @ fiq_rrx The rx buffer pointer
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mfd/
H A Dtimberdale.c280 .rx = true,
286 .rx = false,
292 .rx = true,
298 .rx = false,
304 .rx = true,
314 .rx = true,
321 .rx = true,
327 .rx = false,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/spi/
H A Dspi_s3c24xx_fiq.S29 @ fiq_rtmp Temporary register to hold tx/rx data
32 @ fiq_rrx The rx buffer pointer
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/iio/accel/
H A Dadis16209_core.c128 .rx_buf = st->rx,
150 *val = (st->rx[0] << 8) | st->rx[1];
488 st->rx = kzalloc(sizeof(*st->rx)*ADIS16209_MAX_RX, GFP_KERNEL);
489 if (st->rx == NULL) {
567 kfree(st->rx);
589 kfree(st->rx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/iio/gyro/
H A Dadis16260_core.c126 .rx_buf = st->rx,
150 *val = (st->rx[0] << 8) | st->rx[1];
524 st->rx = kzalloc(sizeof(*st->rx)*ADIS16260_MAX_RX, GFP_KERNEL);
525 if (st->rx == NULL) {
602 kfree(st->rx);
629 kfree(st->rx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/iio/imu/
H A Dadis16300_core.c128 .rx_buf = st->rx,
152 *val = (st->rx[0] << 8) | st->rx[1];
612 st->rx = kzalloc(sizeof(*st->rx)*ADIS16300_MAX_RX, GFP_KERNEL);
613 if (st->rx == NULL) {
691 kfree(st->rx);
718 kfree(st->rx);
H A Dadis16350_core.c127 .rx_buf = st->rx,
151 *val = (st->rx[0] << 8) | st->rx[1];
587 st->rx = kzalloc(sizeof(*st->rx)*ADIS16350_MAX_RX, GFP_KERNEL);
588 if (st->rx == NULL) {
666 kfree(st->rx);
693 kfree(st->rx);
H A Dadis16400_core.c137 .rx_buf = st->rx,
160 *val = (st->rx[0] << 8) | st->rx[1];
609 st->rx = kzalloc(sizeof(*st->rx)*ADIS16400_MAX_RX, GFP_KERNEL);
610 if (st->rx == NULL) {
689 kfree(st->rx);
716 kfree(st->rx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/iio/accel/
H A Dadis16209_core.c128 .rx_buf = st->rx,
150 *val = (st->rx[0] << 8) | st->rx[1];
488 st->rx = kzalloc(sizeof(*st->rx)*ADIS16209_MAX_RX, GFP_KERNEL);
489 if (st->rx == NULL) {
567 kfree(st->rx);
589 kfree(st->rx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/iio/gyro/
H A Dadis16260_core.c126 .rx_buf = st->rx,
150 *val = (st->rx[0] << 8) | st->rx[1];
524 st->rx = kzalloc(sizeof(*st->rx)*ADIS16260_MAX_RX, GFP_KERNEL);
525 if (st->rx == NULL) {
602 kfree(st->rx);
629 kfree(st->rx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/iio/imu/
H A Dadis16300_core.c128 .rx_buf = st->rx,
152 *val = (st->rx[0] << 8) | st->rx[1];
612 st->rx = kzalloc(sizeof(*st->rx)*ADIS16300_MAX_RX, GFP_KERNEL);
613 if (st->rx == NULL) {
691 kfree(st->rx);
718 kfree(st->rx);
H A Dadis16350_core.c127 .rx_buf = st->rx,
151 *val = (st->rx[0] << 8) | st->rx[1];
587 st->rx = kzalloc(sizeof(*st->rx)*ADIS16350_MAX_RX, GFP_KERNEL);
588 if (st->rx == NULL) {
666 kfree(st->rx);
693 kfree(st->rx);
H A Dadis16400_core.c137 .rx_buf = st->rx,
160 *val = (st->rx[0] << 8) | st->rx[1];
609 st->rx = kzalloc(sizeof(*st->rx)*ADIS16400_MAX_RX, GFP_KERNEL);
610 if (st->rx == NULL) {
689 kfree(st->rx);
716 kfree(st->rx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dserial.h23 __u32 cts, dsr, rng, dcd, tx, rx; member in struct:async_icount
195 int rx, tx; member in struct:serial_icounter_struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/musb/
H A Dcppi_dma.h48 #define CPPI_ZERO_SET ((u32)(1 << 23)) /* rx saw zlp; tx issues one */
49 #define CPPI_RXABT_MASK ((u32)(1 << 19)) /* need more rx buffers */
121 struct cppi_channel rx[4]; member in struct:cppi
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/mac80211/
H A Dkey.h76 struct tkip_ctx rx[NUM_RX_DATA_QUEUES]; member in struct:ieee80211_key::__anon34477::__anon34478

Completed in 303 milliseconds

<<11121314151617181920>>