Searched refs:db_pidx (Results 1 – 3 of 3) sorted by relevance
2131 if (q->db_pidx != hw_pidx) { in sync_txq_pidx()2135 if (q->db_pidx >= hw_pidx) in sync_txq_pidx()2136 delta = q->db_pidx - hw_pidx; in sync_txq_pidx()2138 delta = q->size - hw_pidx + q->db_pidx; in sync_txq_pidx()
750 unsigned short db_pidx; member
983 q->db_pidx = q->pidx; in cxgb4_ring_tx_db()