Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/broadcom/
Dbnx2.c7291 if (bp->stats_ticks > BNX2_HC_STATS_TICKS_HC_STAT_TICKS) in bnx2_set_coalesce()
7292 bp->stats_ticks = BNX2_HC_STATS_TICKS_HC_STAT_TICKS; in bnx2_set_coalesce()
7293 bp->stats_ticks &= BNX2_HC_STATS_TICKS_HC_STAT_TICKS; in bnx2_set_coalesce()
8322 bp->stats_ticks = USEC_PER_SEC & BNX2_HC_STATS_TICKS_HC_STAT_TICKS; in bnx2_init_board()
Dbnx2.h4937 #define BNX2_HC_STATS_TICKS_HC_STAT_TICKS (0xffffL<<8) macro