Home
last modified time | relevance | path

Searched refs:BNXT_FLAG_DIM (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c56 coal->use_adaptive_rx_coalesce = bp->flags & BNXT_FLAG_DIM; in bnxt_get_coalesce()
87 bp->flags |= BNXT_FLAG_DIM; in bnxt_set_coalesce()
89 if (bp->flags & BNXT_FLAG_DIM) { in bnxt_set_coalesce()
90 bp->flags &= ~(BNXT_FLAG_DIM); in bnxt_set_coalesce()
H A Dbnxt.h1681 #define BNXT_FLAG_DIM 0x2000000 macro
H A Dbnxt.c2495 if (bp->flags & BNXT_FLAG_DIM) { in bnxt_poll()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c70 coal->use_adaptive_rx_coalesce = bp->flags & BNXT_FLAG_DIM; in bnxt_get_coalesce()
109 bp->flags |= BNXT_FLAG_DIM; in bnxt_set_coalesce()
111 if (bp->flags & BNXT_FLAG_DIM) { in bnxt_set_coalesce()
112 bp->flags &= ~(BNXT_FLAG_DIM); in bnxt_set_coalesce()
H A Dbnxt.h1836 #define BNXT_FLAG_DIM 0x2000000 macro
H A Dbnxt.c2724 if (bp->flags & BNXT_FLAG_DIM) { in bnxt_poll()
2838 if (cpr_rx && (bp->flags & BNXT_FLAG_DIM)) { in bnxt_poll_p5()

Completed in 55 milliseconds