Searched refs:hp_count (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_main.c | 2142 u32 v1, v2, lp_count, hp_count; in cxgb4_dbfifo_count() local 2148 hp_count = HP_COUNT_G(v1); in cxgb4_dbfifo_count() 2151 hp_count = HP_COUNT_T5_G(v2); 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 2412 hp_count = HP_COUNT_G(v1); in drain_db_fifo() 2415 hp_count = HP_COUNT_T5_G(v2); in drain_db_fifo() 2418 if (lp_count == 0 && hp_count == 0) in drain_db_fifo()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_main.c | 2141 u32 v1, v2, lp_count, hp_count; in cxgb4_dbfifo_count() local 2147 hp_count = HP_COUNT_G(v1); in cxgb4_dbfifo_count() 2150 hp_count = HP_COUNT_T5_G(v2); in cxgb4_dbfifo_count() 2152 return lpfifo ? lp_count : hp_count; in cxgb4_dbfifo_count() 2404 u32 v1, v2, lp_count, hp_count; in drain_db_fifo() local 2411 hp_count = HP_COUNT_G(v1); in drain_db_fifo() 2414 hp_count = HP_COUNT_T5_G(v2); in drain_db_fifo() 2417 if (lp_count == 0 && hp_count == 0) in drain_db_fifo()
|
Completed in 19 milliseconds