Home
last modified time | relevance | path

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

12

/drivers/spi/
Dspi-loopback-test.c86 .rx_buf = RX(0),
100 .rx_buf = RX(PAGE_SIZE - 4),
124 .rx_buf = RX(0),
191 .rx_buf = RX(0),
208 .rx_buf = RX(0),
225 .rx_buf = RX(0),
239 .rx_buf = RX(0),
246 .rx_buf = RX(SPI_TEST_MAX_SIZE_HALF),
261 .rx_buf = RX(1024),
267 .rx_buf = RX(0),
[all …]
Dspi-test.h21 #define RX(off) ((void *)(RX_START + off)) macro
/drivers/net/ethernet/mellanox/mlx4/
Den_cq.c104 if (cq->type == RX) { in mlx4_en_activate_cq()
131 if (cq->type == RX) in mlx4_en_activate_cq()
134 if ((cq->type != RX && priv->hwtstamp_config.tx_type) || in mlx4_en_activate_cq()
135 (cq->type == RX && priv->hwtstamp_config.rx_filter)) in mlx4_en_activate_cq()
153 case RX: in mlx4_en_activate_cq()
180 cq->type == RX) in mlx4_en_destroy_cq()
/drivers/tty/serial/
Dmilbeaut_usio.c20 #define RX 0 macro
258 ret = request_irq(mlb_usio_irq[index][RX], mlb_usio_rx_irq, in mlb_usio_startup()
265 free_irq(mlb_usio_irq[index][RX], port); in mlb_usio_startup()
296 free_irq(mlb_usio_irq[index][RX], port); in mlb_usio_shutdown()
529 mlb_usio_irq[index][RX] = ret; in mlb_usio_probe()
534 port->irq = mlb_usio_irq[index][RX]; in mlb_usio_probe()
/drivers/staging/axis-fifo/
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/
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/net/ethernet/realtek/
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/usb/chipidea/
Dudc.c200 if (is_ctrl && dir == RX && hw_read(ci, OP_ENDPTSETUPSTAT, BIT(num))) in hw_ep_prime()
207 if (is_ctrl && dir == RX && hw_read(ci, OP_ENDPTSETUPSTAT, BIT(num))) in hw_ep_prime()
626 if (hwep->type == USB_ENDPOINT_XFER_ISOC && hwep->dir == RX) { in _hardware_enqueue()
818 hwep->dir = (hwep->dir == TX) ? RX : TX; in _ep_set_halt()
941 hwep = (ci->ep0_dir == RX) ? in _ep_queue()
1016 TX : RX; in isr_get_status_response()
1167 ci->ep0_dir = (type & USB_DIR_IN) ? TX : RX; in isr_setup_packet_handler()
1177 dir = (num & USB_ENDPOINT_DIR_MASK) ? TX : RX; in isr_setup_packet_handler()
1229 dir = (num & USB_ENDPOINT_DIR_MASK) ? TX : RX; in isr_setup_packet_handler()
1379 hwep->dir = usb_endpoint_dir_in(desc) ? TX : RX; in ep_enable()
[all …]
Dudc.h16 #define RX 0 /* similar to USB_DIR_OUT but can be used as an index */ macro
/drivers/media/i2c/et8ek8/
DKconfig10 It is used for example in Nokia N900 (RX-51).
/drivers/atm/
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/
DKconfig6 tristate "Cadence MIPI-CSI2 RX Controller"
/drivers/net/ethernet/ezchip/
DKconfig25 Device supports interrupts for RX and TX(completion).
/drivers/net/ethernet/ibm/emac/
DKconfig28 int "RX skb copy threshold (bytes)"
/drivers/hsi/clients/
DKconfig13 N900 (Nokia RX-51) hardware.
/drivers/soc/aspeed/
DKconfig34 users to perform runtime configuration of the RX muxes among
/drivers/net/hippi/
DKconfig31 bool "Use large TX/RX rings"
/drivers/media/usb/cx231xx/
DKconfig24 cx231xx hardware has a builtin RX/TX support. However, a few
/drivers/thunderbolt/
DKconfig51 dongle that has TX/RX lines crossed, or by simply connecting a
/drivers/staging/qlge/
DTODO1 * commit 7c734359d350 ("qlge: Size RX buffers based on MTU.", v2.6.33-rc1)
/drivers/net/ethernet/freescale/enetc/
Denetc_hw.h106 enum enetc_bdr_type {TX, RX}; enumerator
502 #define enetc_rxbdr_rd(hw, n, off) enetc_bdr_rd(hw, RX, n, off)
506 enetc_bdr_wr(hw, RX, n, off, val)
/drivers/net/ethernet/freescale/dpaa/
Ddpaa_eth.c171 enum port_type {RX, TX}; enumerator
1310 struct fman_port *rxport = mac_dev->port[RX]; in dpaa_eth_init_ports()
1321 &buf_layout[RX]); in dpaa_eth_init_ports()
2730 if (!fman_port_get_tstamp(priv->mac_dev->port[RX], vaddr, &ns)) in rx_default_dqrr()
2738 !fman_port_get_hash_result_offset(priv->mac_dev->port[RX], in rx_default_dqrr()
3306 if (port == RX) { in dpaa_get_headroom()
3388 priv->rx_dma_dev = fman_port_get_device(mac_dev->port[RX]); in dpaa_eth_probe()
3411 priv->buf_layout[RX].priv_data_size = DPAA_RX_PRIV_DATA_SIZE; /* Rx */ in dpaa_eth_probe()
3484 priv->rx_headroom = dpaa_get_headroom(priv->buf_layout, RX); in dpaa_eth_probe()
/drivers/vdpa/
DKconfig27 vDPA networking device simulator which loops TX traffic back to RX.
/drivers/net/ethernet/freescale/
Dgianfar.c523 gfar_irq(grp, RX)->irq = irq_of_parse_and_map(np, 1); in gfar_parse_group()
526 !gfar_irq(grp, RX)->irq || in gfar_parse_group()
2784 disable_irq(gfar_irq(grp, RX)->irq); in gfar_netpoll()
2788 enable_irq(gfar_irq(grp, RX)->irq); in gfar_netpoll()
2806 free_irq(gfar_irq(grp, RX)->irq, grp); in free_grp_irqs()
2840 err = request_irq(gfar_irq(grp, RX)->irq, gfar_receive, 0, in register_grp_irqs()
2841 gfar_irq(grp, RX)->name, grp); in register_grp_irqs()
2844 gfar_irq(grp, RX)->irq); in register_grp_irqs()
2847 enable_irq_wake(gfar_irq(grp, RX)->irq); in register_grp_irqs()
3328 sprintf(gfar_irq(grp, RX)->name, "%s%s%c%s", in gfar_probe()
/drivers/usb/storage/
DKconfig77 - Planex eXtreme Drive RX-25HU USB-IDE cable (not model RX-25U)

12