Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c2144 u32 v1, v2, lp_count, hp_count; in cxgb4_dbfifo_count() local
2150 hp_count = HP_COUNT_G(v1); in cxgb4_dbfifo_count()
2153 hp_count = HP_COUNT_T5_G(v2); in cxgb4_dbfifo_count()
2155 return lpfifo ? lp_count : hp_count; in cxgb4_dbfifo_count()
2407 u32 v1, v2, lp_count, hp_count; in drain_db_fifo() local
2414 hp_count = HP_COUNT_G(v1); in drain_db_fifo()
2417 hp_count = HP_COUNT_T5_G(v2); in drain_db_fifo()
2420 if (lp_count == 0 && hp_count == 0) in drain_db_fifo()