Searched refs:RX_DESC_COUNT (Results 1 – 2 of 2) sorted by relevance
299 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()
11 #define RX_DESC_COUNT 256 macro