Home
last modified time | relevance | path

Searched refs:RX_DESC_COUNT (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/aurora/
H A Dnb8800.c299 next = (last + 1) % RX_DESC_COUNT; in nb8800_poll()
743 #define RX_DESC_SIZE (RX_DESC_COUNT * sizeof(struct nb8800_rx_desc))
752 for (i = 0; i < RX_DESC_COUNT; i++) in nb8800_dma_free()
788 for (i = 0; i < RX_DESC_COUNT; i++) { in nb8800_dma_reset()
802 priv->rx_eoc = RX_DESC_COUNT - 1; in nb8800_dma_reset()
828 unsigned int n_rx = RX_DESC_COUNT; in nb8800_dma_init()
898 for (i = 0; i < RX_DESC_COUNT; i++) in nb8800_dma_stop()
H A Dnb8800.h11 #define RX_DESC_COUNT 256 macro

Completed in 3 milliseconds