Home
last modified time | relevance | path

Searched full:rxdp (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/tty/serial/
H A Dtimbuart.h32 #define RXDP 0x08 macro
39 #define RXFLAGS (RXDP | RXBAF | RXBF | RXTT | RXBNAE)
H A Dtimbuart.c84 while (ioread32(port->membase + TIMBUART_ISR) & RXDP) { in timbuart_rx_chars()
156 } else if (isr & (RXDP)) in timbuart_handle_rx_port()
/linux/drivers/net/ethernet/sfc/siena/
H A Dmcdi_pcol.h4868 /* enum: RXDP counter: Number of packets dropped due to the queue being
4872 /* enum: RXDP counter: Number of packets dropped by the DICPU. Valid for EF10
4876 /* enum: RXDP counter: Number of non-host packets. Valid for EF10 with
4880 /* enum: RXDP counter: Number of times an hlb descriptor fetch was performed.
4884 /* enum: RXDP counter: Number of times the DPCPU waited for an existing
5044 /* enum: RXDP counter: Number of packets truncated because scattering was
5048 /* enum: RXDP counter: Number of times the RXDP head of line blocked waiting
5052 /* enum: RXDP counter: Number of times the RXDP timed out while head of line
10966 /* enum: Standard RXDP firmware */
10968 /* enum: Low latency RXDP firmware */
[all …]
H A Dfarch.c903 * error message. FRM_TRUNC indicates RXDP dropped the packet due in efx_farch_handle_rx_not_ok()
/linux/drivers/net/ethernet/sfc/
H A Dmcdi_pcol.h7106 /* enum: RXDP counter: Number of packets dropped due to the queue being
7110 /* enum: RXDP counter: Number of packets dropped by the DICPU. Valid for EF10
7114 /* enum: RXDP counter: Number of non-host packets. Valid for EF10 with
7118 /* enum: RXDP counter: Number of times an hlb descriptor fetch was performed.
7122 /* enum: RXDP counter: Number of times the DPCPU waited for an existing
7303 /* enum: RXDP counter: Number of packets truncated because scattering was
7307 /* enum: RXDP counter: Number of times the RXDP head of line blocked waiting
7311 /* enum: RXDP counter: Number of times the RXDP timed out while head of line
13706 /* enum: Standard RXDP firmware */
13708 /* enum: Low latency RXDP firmware */
[all …]
/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_mac.c471 void ath9k_hw_addrxbuf_edma(struct ath_hw *ah, u32 rxdp, in ath9k_hw_addrxbuf_edma() argument
475 REG_WRITE(ah, AR_HP_RXDP, rxdp); in ath9k_hw_addrxbuf_edma()
477 REG_WRITE(ah, AR_LP_RXDP, rxdp); in ath9k_hw_addrxbuf_edma()
H A Dar9003_mac.h113 void ath9k_hw_addrxbuf_edma(struct ath_hw *ah, u32 rxdp,
H A Dmac.c669 void ath9k_hw_putrxbuf(struct ath_hw *ah, u32 rxdp) in ath9k_hw_putrxbuf() argument
671 REG_WRITE(ah, AR_RXDP, rxdp); in ath9k_hw_putrxbuf()
/linux/drivers/net/wireless/ath/ath5k/
H A Ddma.c26 * Here we setup descriptor pointers (rxdp/txdp) start/stop dma engine and
102 "tried to set RXDP while rx was active !\n"); in ath5k_hw_set_rxdp()
838 * XXX: Save/restore RXDP/TXDP registers ?
H A Ddebug.c1071 printk(KERN_DEBUG "rxdp %x, rxlink %p\n", in ath5k_debug_printrxbuffs()
/linux/drivers/net/ethernet/natsemi/
H A Dns83820.c320 #define RXDP 0x30 macro
465 dev->base + RXDP); in kick_rx()
724 writel(dev->rx_info.phy_descs, dev->base + RXDP); in ns83820_setup_rx()
787 writel(0, dev->base + RXDP); in ns83820_cleanup_rx()
830 dprintk("rxdp: %08x, descs: %08lx next_rx[%d]: %p next_empty[%d]: %p\n",
831 readl(dev->base + RXDP),
/linux/drivers/net/ethernet/sis/
H A Dsis900.h33 rxdp=0x30, //Receive Descriptor Pointer Register enumerator
H A Dsis900.c1200 sw32(rxdp, sis_priv->rx_ring_dma); in sis900_init_rx_ring()
1203 net_dev->name, sr32(rxdp)); in sis900_init_rx_ring()
/linux/drivers/net/ethernet/sfc/falcon/
H A Dfarch.c906 * error message. FRM_TRUNC indicates RXDP dropped the packet due in ef4_farch_handle_rx_not_ok()
H A Dfalcon.c2510 * be disabled. RXDP recovery shouldn't be needed, but is. in falcon_init_nic()