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