Searched refs:hw_pidx (Results 1 – 1 of 1) sorted by relevance
2224 u16 hw_pidx, hw_cidx; in cxgb4_sync_txq_pidx() local2227 ret = read_eq_indices(adap, qid, &hw_pidx, &hw_cidx); in cxgb4_sync_txq_pidx()2231 if (pidx != hw_pidx) { in cxgb4_sync_txq_pidx()2235 if (pidx >= hw_pidx) in cxgb4_sync_txq_pidx()2236 delta = pidx - hw_pidx; in cxgb4_sync_txq_pidx()2238 delta = size - hw_pidx + pidx; in cxgb4_sync_txq_pidx()2512 u16 hw_pidx, hw_cidx; in sync_txq_pidx() local2516 ret = read_eq_indices(adap, (u16)q->cntxt_id, &hw_pidx, &hw_cidx); in sync_txq_pidx()2519 if (q->db_pidx != hw_pidx) { in sync_txq_pidx()2523 if (q->db_pidx >= hw_pidx) in sync_txq_pidx()[all …]