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

/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_rx.c523 if (q->rq_cons - q->rq_cons_db >= q->rq_db_thres) {
525 q->stats.rx_bufs += q->rq_cons - q->rq_cons_db;
527 q->rq_cons_db = q->rq_cons;
718 q->rq_cons_db = 0;
H A Dfuneth_txrx.h185 unsigned int rq_cons_db; /* value of rq_cons at last RQ db */ member in struct:funeth_rxq

Completed in 219 milliseconds