Searched refs:db_pidx (Results 1 – 2 of 2) sorted by relevance
2519 if (q->db_pidx != hw_pidx) { in sync_txq_pidx()2523 if (q->db_pidx >= hw_pidx) in sync_txq_pidx()2524 delta = q->db_pidx - hw_pidx; in sync_txq_pidx()2526 delta = q->size - hw_pidx + q->db_pidx; in sync_txq_pidx()
858 unsigned short db_pidx; member