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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dstarfire.c133 #define DONE_Q_SIZE 1024 macro
941 tx_done_q_size = ((sizeof(struct tx_done_desc) * DONE_Q_SIZE + QUEUE_ALIGN - 1) / QUEUE_ALIGN) * QUEUE_ALIGN;
942 rx_done_q_size = ((sizeof(rx_done_desc) * DONE_Q_SIZE + QUEUE_ALIGN - 1) / QUEUE_ALIGN) * QUEUE_ALIGN;
1214 for (i = 0; i < DONE_Q_SIZE; i++) {
1401 np->tx_done = (np->tx_done + 1) % DONE_Q_SIZE;
1552 np->rx_done = (np->rx_done + 1) % DONE_Q_SIZE;

Completed in 66 milliseconds