Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/aurora/
Dnb8800.c309 next = (last + 1) % RX_DESC_COUNT; in nb8800_poll()
752 #define RX_DESC_SIZE (RX_DESC_COUNT * sizeof(struct nb8800_rx_desc))
761 for (i = 0; i < RX_DESC_COUNT; i++) in nb8800_dma_free()
797 for (i = 0; i < RX_DESC_COUNT; i++) { in nb8800_dma_reset()
811 priv->rx_eoc = RX_DESC_COUNT - 1; in nb8800_dma_reset()
837 unsigned int n_rx = RX_DESC_COUNT; in nb8800_dma_init()
907 for (i = 0; i < RX_DESC_COUNT; i++) in nb8800_dma_stop()
Dnb8800.h10 #define RX_DESC_COUNT 256 macro