Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/aurora/
Dnb8800.c309 next = (last + 1) % RX_DESC_COUNT; in nb8800_poll()
751 #define RX_DESC_SIZE (RX_DESC_COUNT * sizeof(struct nb8800_rx_desc))
760 for (i = 0; i < RX_DESC_COUNT; i++) in nb8800_dma_free()
796 for (i = 0; i < RX_DESC_COUNT; i++) { in nb8800_dma_reset()
810 priv->rx_eoc = RX_DESC_COUNT - 1; in nb8800_dma_reset()
836 unsigned int n_rx = RX_DESC_COUNT; in nb8800_dma_init()
906 for (i = 0; i < RX_DESC_COUNT; i++) in nb8800_dma_stop()
Dnb8800.h11 #define RX_DESC_COUNT 256 macro