Searched refs:hp_count (Results 1 – 1 of 1) sorted by relevance
1593 u32 v1, v2, lp_count, hp_count; in cxgb4_dbfifo_count() local1599 hp_count = HP_COUNT_G(v1); in cxgb4_dbfifo_count()1602 hp_count = HP_COUNT_T5_G(v2); in cxgb4_dbfifo_count()1604 return lpfifo ? lp_count : hp_count; in cxgb4_dbfifo_count()1848 u32 v1, v2, lp_count, hp_count; in drain_db_fifo() local1855 hp_count = HP_COUNT_G(v1); in drain_db_fifo()1858 hp_count = HP_COUNT_T5_G(v2); in drain_db_fifo()1861 if (lp_count == 0 && hp_count == 0) in drain_db_fifo()