Home
last modified time | relevance | path

Searched refs:RAVB_NC (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/renesas/
Dravb_main.c628 error = ravb_ring_init(ndev, RAVB_NC); in ravb_dmac_init_rcar()
636 ravb_ring_format(ndev, RAVB_NC); in ravb_dmac_init_rcar()
940 get_ts &= (q == RAVB_NC) ? in ravb_rx_rcar()
1111 priv->stats[RAVB_NC].rx_over_errors++; in ravb_error_interrupt()
1186 for (q = RAVB_NC; q >= RAVB_BE; q--) { in ravb_interrupt()
1273 return ravb_dma_interrupt(irq, dev_id, RAVB_NC); in ravb_nc_interrupt()
1325 priv->rx_over_errors += priv->stats[RAVB_NC].rx_over_errors; in ravb_poll()
1637 ravb_ring_free(ndev, RAVB_NC); in ravb_set_ringparam()
1757 napi_enable(&priv->napi[RAVB_NC]); in ravb_open()
1783 error = ravb_hook_irq(priv->rx_irqs[RAVB_NC], ravb_nc_interrupt, in ravb_open()
[all …]
Dravb.h961 RAVB_NC, /* Network Control Queue */ enumerator