Searched refs:lp_count (Results 1 – 2 of 2) sorted by relevance
147 static unsigned int lp_count = 0; variable969 if (lp_count == LP_NO) { in lp_attach()978 lp_count++; in lp_attach()985 lp_count++; in lp_attach()1008 lp_count--; in lp_detach()1063 if (!lp_count) { in lp_init()
2144 u32 v1, v2, lp_count, hp_count; in cxgb4_dbfifo_count() local2149 lp_count = LP_COUNT_G(v1); in cxgb4_dbfifo_count()2152 lp_count = LP_COUNT_T5_G(v1); in cxgb4_dbfifo_count()2155 return lpfifo ? lp_count : hp_count; in cxgb4_dbfifo_count()2395 u32 v1, v2, lp_count, hp_count; in drain_db_fifo() local2401 lp_count = LP_COUNT_G(v1); in drain_db_fifo()2404 lp_count = LP_COUNT_T5_G(v1); in drain_db_fifo()2408 if (lp_count == 0 && hp_count == 0) in drain_db_fifo()
Completed in 19 milliseconds