Home
last modified time | relevance | path

Searched refs:RX (Results 1 – 25 of 49) sorted by relevance

12

/drivers/spi/
A Dspi-loopback-test.c97 .rx_buf = RX(0),
135 .rx_buf = RX(0),
202 .rx_buf = RX(0),
219 .rx_buf = RX(0),
236 .rx_buf = RX(0),
250 .rx_buf = RX(0),
278 .rx_buf = RX(0),
293 .rx_buf = RX(0),
311 .rx_buf = RX(0),
319 .rx_buf = RX(0),
[all …]
A Dspi-test.h21 #define RX(off) ((void *)(RX_START + off)) macro
/drivers/net/ethernet/mellanox/mlx4/
A Den_cq.c104 if (cq->type == RX) { in mlx4_en_activate_cq()
132 if (cq->type == RX) in mlx4_en_activate_cq()
135 if ((cq->type != RX && priv->hwtstamp_config.tx_type) || in mlx4_en_activate_cq()
136 (cq->type == RX && priv->hwtstamp_config.rx_filter)) in mlx4_en_activate_cq()
157 case RX: in mlx4_en_activate_cq()
187 cq->type == RX) in mlx4_en_destroy_cq()
201 if (cq->type == RX) in mlx4_en_deactivate_cq()
/drivers/tty/serial/
A Dmilbeaut_usio.c20 #define RX 0 macro
257 ret = request_irq(mlb_usio_irq[index][RX], mlb_usio_rx_irq, in mlb_usio_startup()
264 free_irq(mlb_usio_irq[index][RX], port); in mlb_usio_startup()
295 free_irq(mlb_usio_irq[index][RX], port); in mlb_usio_shutdown()
531 mlb_usio_irq[index][RX] = ret; in mlb_usio_probe()
536 port->irq = mlb_usio_irq[index][RX]; in mlb_usio_probe()
/drivers/staging/axis-fifo/
A Daxis-fifo.txt37 - xlnx,rx-fifo-depth: Depth of RX FIFO in words
38 - xlnx,rx-fifo-pe-threshold: RX programmable empty interrupt threshold
40 - xlnx,rx-fifo-pf-threshold: RX programmable full interrupt threshold
51 - xlnx,use-rx-data: <0x1> if RX FIFO is enabled, <0x0> otherwise
/drivers/net/ethernet/dec/tulip/
A DKconfig79 bool "Use RX polling (NAPI)"
96 Use HW to reduce RX interrupts. Not strictly necessary since NAPI
97 reduces RX interrupts by itself. Interrupt mitigation reduces RX
/drivers/usb/chipidea/
A Dudc.c891 sglist_do_debounce(hwreq, hwep->dir == RX); in _hardware_dequeue()
976 hwep->dir = (hwep->dir == TX) ? RX : TX; in _ep_set_halt()
1105 hwep = (ci->ep0_dir == RX) ? in _ep_queue()
1186 TX : RX; in isr_get_status_response()
1337 ci->ep0_dir = (type & USB_DIR_IN) ? TX : RX; in isr_setup_packet_handler()
1347 dir = (num & USB_ENDPOINT_DIR_MASK) ? TX : RX; in isr_setup_packet_handler()
1399 dir = (num & USB_ENDPOINT_DIR_MASK) ? TX : RX; in isr_setup_packet_handler()
1549 hwep->dir = usb_endpoint_dir_in(desc) ? TX : RX; in ep_enable()
1619 hwep->dir = (hwep->dir == TX) ? RX : TX; in ep_disable()
2027 for (j = RX; j <= TX; j++) { in init_eps()
[all …]
A Dudc.h16 #define RX 0 /* similar to USB_DIR_OUT but can be used as an index */ macro
/drivers/net/ethernet/realtek/
A DKconfig89 bool "Use older RX-reset method"
94 RX-reset method should be adequate for all boards. But if you
96 old RX-reset behavior. If unsure, say N.
/drivers/vdpa/
A DKconfig26 vDPA networking device simulator which loops TX traffic back to RX.
82 Expose RX steering counters in debugfs to aid in debugging. For each VLAN
83 or non VLAN interface, two hardware counters are added to the RX flow
/drivers/media/i2c/et8ek8/
A DKconfig6 It is used for example in Nokia N900 (RX-51).
/drivers/atm/
A DKconfig77 receive (RX) direction.
119 bool "Enable 16W RX bursts (discouraged)"
126 bool "Enable 8W RX bursts (discouraged)"
134 bool "Enable 4W RX bursts (recommended)"
142 bool "Enable 2W RX bursts (optional)"
/drivers/media/platform/cadence/
A DKconfig6 tristate "Cadence MIPI-CSI2 RX Controller"
/drivers/net/ethernet/ezchip/
A DKconfig25 Device supports interrupts for RX and TX(completion).
/drivers/net/ethernet/ibm/emac/
A DKconfig28 int "RX skb copy threshold (bytes)"
/drivers/hsi/clients/
A DKconfig13 N900 (Nokia RX-51) hardware.
/drivers/media/platform/synopsys/hdmirx/
A DKconfig13 Support for Synopsys HDMI HDMI RX Controller.
/drivers/phy/starfive/
A DKconfig9 tristate "StarFive JH7110 D-PHY RX support"
/drivers/soc/aspeed/
A DKconfig34 users to perform runtime configuration of the RX muxes among
/drivers/net/hippi/
A DKconfig31 bool "Use large TX/RX rings"
/drivers/media/usb/cx231xx/
A DKconfig24 cx231xx hardware has a builtin RX/TX support. However, a few
/drivers/net/ethernet/hisilicon/hibmcge/
A Dhbg_irq.c44 HBG_IRQ_I(RX, hbg_irq_handle_rx),
/drivers/thunderbolt/
A DKconfig56 dongle that has TX/RX lines crossed, or by simply connecting a
/drivers/net/ethernet/freescale/
A Dgianfar.c524 gfar_irq(grp, RX)->irq = irq_of_parse_and_map(np, 1); in gfar_parse_group()
527 !gfar_irq(grp, RX)->irq || in gfar_parse_group()
2745 disable_irq(gfar_irq(grp, RX)->irq); in gfar_netpoll()
2749 enable_irq(gfar_irq(grp, RX)->irq); in gfar_netpoll()
2767 free_irq(gfar_irq(grp, RX)->irq, grp); in free_grp_irqs()
2801 err = request_irq(gfar_irq(grp, RX)->irq, gfar_receive, 0, in register_grp_irqs()
2802 gfar_irq(grp, RX)->name, grp); in register_grp_irqs()
2805 gfar_irq(grp, RX)->irq); in register_grp_irqs()
2808 enable_irq_wake(gfar_irq(grp, RX)->irq); in register_grp_irqs()
3291 sprintf(gfar_irq(grp, RX)->name, "%s%s%c%s", in gfar_probe()
/drivers/net/ethernet/freescale/dpaa/
A Ddpaa_eth.c171 enum port_type {RX, TX}; enumerator
1336 struct fman_port *rxport = mac_dev->port[RX]; in dpaa_eth_init_ports()
1347 &buf_layout[RX]); in dpaa_eth_init_ports()
2764 if (!fman_port_get_tstamp(priv->mac_dev->port[RX], vaddr, &ns)) in rx_default_dqrr()
2772 !fman_port_get_hash_result_offset(priv->mac_dev->port[RX], in rx_default_dqrr()
3293 if (port == RX) { in dpaa_get_headroom()
3391 priv->rx_dma_dev = fman_port_get_device(mac_dev->port[RX]); in dpaa_eth_probe()
3414 priv->buf_layout[RX].priv_data_size = DPAA_RX_PRIV_DATA_SIZE; /* Rx */ in dpaa_eth_probe()
3489 priv->rx_headroom = dpaa_get_headroom(priv->buf_layout, RX); in dpaa_eth_probe()

Completed in 49 milliseconds

12