Home
last modified time | relevance | path

Searched refs:db_pidx (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_main.c2529 if (q->db_pidx != hw_pidx) { in sync_txq_pidx()
2533 if (q->db_pidx >= hw_pidx) in sync_txq_pidx()
2534 delta = q->db_pidx - hw_pidx; in sync_txq_pidx()
2536 delta = q->size - hw_pidx + q->db_pidx; in sync_txq_pidx()
A Dcxgb4.h858 unsigned short db_pidx; member
A Dsge.c1048 q->db_pidx = q->pidx; in cxgb4_ring_tx_db()

Completed in 28 milliseconds