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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/arcnet/
H A Darcnet.c274 lp->buf_queue[lp->first_free_buf++] = bufnum;
275 lp->first_free_buf %= 5;
280 for (i = lp->next_buf; i != lp->first_free_buf; i = ++i % 5)
302 if (lp->next_buf == lp->first_free_buf)
313 for (i = lp->next_buf; i != lp->first_free_buf; i = ++i % 5)
416 lp->next_buf = lp->first_free_buf = 0;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Darcdevice.h269 * If next_buf == first_free_buf, the queue is empty. Since there are
274 int next_buf, first_free_buf; member in struct:arcnet_local
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Darcdevice.h269 * If next_buf == first_free_buf, the queue is empty. Since there are
274 int next_buf, first_free_buf; member in struct:arcnet_local

Completed in 45 milliseconds