Searched refs:hp_count (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c1921 u32 v1, v2, lp_count, hp_count; cxgb4_dbfifo_count() local
1927 hp_count = HP_COUNT_G(v1); cxgb4_dbfifo_count()
1930 hp_count = HP_COUNT_T5_G(v2); cxgb4_dbfifo_count()
1932 return lpfifo ? lp_count : hp_count; cxgb4_dbfifo_count()
2196 u32 v1, v2, lp_count, hp_count; drain_db_fifo() local
2203 hp_count = HP_COUNT_G(v1); drain_db_fifo()
2206 hp_count = HP_COUNT_T5_G(v2); drain_db_fifo()
2209 if (lp_count == 0 && hp_count == 0) drain_db_fifo()

Completed in 73 milliseconds