Home
last modified time | relevance | path

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

/drivers/char/
Dlp.c147 static unsigned int lp_count = 0; variable
967 if (lp_count == LP_NO) { in lp_attach()
976 lp_count++; in lp_attach()
983 lp_count++; in lp_attach()
1006 lp_count--; in lp_detach()
1064 if (!lp_count) { in lp_init()
/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c2142 u32 v1, v2, lp_count, hp_count; in cxgb4_dbfifo_count() local
2147 lp_count = LP_COUNT_G(v1); in cxgb4_dbfifo_count()
2150 lp_count = LP_COUNT_T5_G(v1); in cxgb4_dbfifo_count()
2153 return lpfifo ? lp_count : hp_count; in cxgb4_dbfifo_count()
2405 u32 v1, v2, lp_count, hp_count; in drain_db_fifo() local
2411 lp_count = LP_COUNT_G(v1); in drain_db_fifo()
2414 lp_count = LP_COUNT_T5_G(v1); in drain_db_fifo()
2418 if (lp_count == 0 && hp_count == 0) in drain_db_fifo()