Searched refs:RXDP (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/drivers/tty/serial/
H A Dtimbuart.h44 #define RXDP 0x08 macro
51 #define RXFLAGS (RXDP | RXBAF | RXBF | RXTT | RXBNAE)
H A Dtimbuart.c96 while (ioread32(port->membase + TIMBUART_ISR) & RXDP) { timbuart_rx_chars()
174 } else if (isr & (RXDP)) timbuart_handle_rx_port()
/linux-4.1.27/drivers/net/ethernet/natsemi/
H A Dns83820.c334 #define RXDP 0x30 macro
479 dev->base + RXDP); kick_rx()
736 writel(dev->rx_info.phy_descs, dev->base + RXDP); ns83820_setup_rx()
799 writel(0, dev->base + RXDP); ns83820_cleanup_rx()
843 readl(dev->base + RXDP),
/linux-4.1.27/drivers/net/ethernet/sfc/
H A Dmcdi_pcol.h2812 /* enum: RXDP counter: Number of packets dropped due to the queue being
2816 /* enum: RXDP counter: Number of packets dropped by the DICPU. Valid for EF10
2820 /* enum: RXDP counter: Number of non-host packets. Valid for EF10 with
2824 /* enum: RXDP counter: Number of times an emergency descriptor fetch was
2828 /* enum: RXDP counter: Number of times the DPCPU waited for an existing
5349 /* enum: Standard RXDP firmware */
5351 /* enum: Low latency RXDP firmware */
5353 /* enum: RXDP Test firmware image 1 */
5355 /* enum: RXDP Test firmware image 2 */
5357 /* enum: RXDP Test firmware image 3 */
5359 /* enum: RXDP Test firmware image 4 */
5361 /* enum: RXDP Test firmware image 5 */
5363 /* enum: RXDP Test firmware image 6 */
5365 /* enum: RXDP Test firmware image 7 */
5367 /* enum: RXDP Test firmware image 8 */
6509 * Set global RXDP configuration settings
6525 * Get global RXDP configuration settings
H A Dfalcon.c2491 * be disabled. RXDP recovery shouldn't be needed, but is. falcon_init_nic()
H A Dfarch.c920 * error message. FRM_TRUNC indicates RXDP dropped the packet due efx_farch_handle_rx_not_ok()
/linux-4.1.27/drivers/net/wireless/ath/ath5k/
H A Ddma.c102 "tried to set RXDP while rx was active !\n"); ath5k_hw_set_rxdp()
853 * XXX: Save/restore RXDP/TXDP registers ?

Completed in 366 milliseconds