Home
last modified time | relevance | path

Searched refs:rx_dirty (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/net/wan/
Ddscc4.c216 u32 rx_dirty; member
441 ((dpriv->rx_dirty - 1)%RX_RING_SIZE)*sizeof(struct RxFD); in dscc4_rx_update()
521 unsigned int dirty = dpriv->rx_dirty%RX_RING_SIZE; in try_get_rx_skb()
680 while ((dpriv->rx_dirty - dpriv->rx_current) % RX_RING_SIZE) { in dscc4_rx_skb()
683 dpriv->rx_dirty++; in dscc4_rx_skb()
1946 i = dpriv->rx_dirty = dpriv->rx_current = 0; in dscc4_init_ring()
1955 dpriv->rx_dirty++; in dscc4_init_ring()
/linux-3.4.99/drivers/net/ethernet/icplus/
Dipg.c125 netdev_info(dev, "rx_dirty = %02x\n", sp->rx_dirty); in ipg_dump_rfdlist()
804 sp->rx_dirty = 0; in init_rfdlist()
1045 unsigned int dirty = sp->rx_dirty; in ipg_nic_rxrestore()
1049 for (dirty = sp->rx_dirty; curr - dirty > 0; dirty++) { in ipg_nic_rxrestore()
1069 sp->rx_dirty = dirty; in ipg_nic_rxrestore()
1533 if ((curr - sp->rx_dirty) >= IPG_MINUSEDRFDSTOFREE) in ipg_nic_rx()
Dipg.h722 unsigned int rx_dirty; member