Home
last modified time | relevance | path

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

/drivers/char/
A Dlp.c147 static unsigned int lp_count = 0; variable
969 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()
/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_main.c2144 u32 v1, v2, lp_count, hp_count; in cxgb4_dbfifo_count() local
2149 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() local
2401 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