Searched refs:RAVB_NC (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/renesas/ |
H A D | ravb_main.c | 45 "ch1", /* RAVB_NC */ 50 "ch19", /* RAVB_NC */ 437 error = ravb_ring_init(ndev, RAVB_NC); in ravb_dmac_init() 445 ravb_ring_format(ndev, RAVB_NC); in ravb_dmac_init() 586 get_ts &= (q == RAVB_NC) ? in ravb_rx() 748 priv->stats[RAVB_NC].rx_over_errors++; in ravb_error_interrupt() 820 for (q = RAVB_NC; q >= RAVB_BE; q--) { in ravb_interrupt() 903 return ravb_dma_interrupt(irq, dev_id, RAVB_NC); in ravb_nc_interrupt() 944 priv->rx_over_errors += priv->stats[RAVB_NC].rx_over_errors; in ravb_poll() 1225 ravb_ring_free(ndev, RAVB_NC); in ravb_set_ringparam() [all...] |
H A D | ravb.h | 950 RAVB_NC, /* Network Control Queue */ enumerator
|
/kernel/linux/linux-6.6/drivers/net/ethernet/renesas/ |
H A D | ravb_main.c | 43 "ch1", /* RAVB_NC */ 48 "ch19", /* RAVB_NC */ 640 error = ravb_ring_init(ndev, RAVB_NC); in ravb_dmac_init_rcar() 648 ravb_ring_format(ndev, RAVB_NC); in ravb_dmac_init_rcar() 950 get_ts &= (q == RAVB_NC) ? in ravb_rx_rcar() 1121 priv->stats[RAVB_NC].rx_over_errors++; in ravb_error_interrupt() 1196 for (q = RAVB_NC; q >= RAVB_BE; q--) { in ravb_interrupt() 1283 return ravb_dma_interrupt(irq, dev_id, RAVB_NC); in ravb_nc_interrupt() 1335 priv->rx_over_errors += priv->stats[RAVB_NC].rx_over_errors; in ravb_poll() 1647 ravb_ring_free(ndev, RAVB_NC); in ravb_set_ringparam() [all...] |
H A D | ravb.h | 961 RAVB_NC, /* Network Control Queue */ enumerator
|
Completed in 11 milliseconds