Home
last modified time | relevance | path

Searched refs:BNXT_FLAG_DIM (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c72 coal->use_adaptive_rx_coalesce = bp->flags & BNXT_FLAG_DIM; in bnxt_get_coalesce()
111 bp->flags |= BNXT_FLAG_DIM; in bnxt_set_coalesce()
113 if (bp->flags & BNXT_FLAG_DIM) { in bnxt_set_coalesce()
114 bp->flags &= ~(BNXT_FLAG_DIM); in bnxt_set_coalesce()
H A Dbnxt.h2274 #define BNXT_FLAG_DIM 0x2000000 macro
H A Dbnxt.c3199 if ((bp->flags & BNXT_FLAG_DIM) && bnxt_vnic_is_active(bp)) { in bnxt_poll()
3330 (bp->flags & BNXT_FLAG_DIM) && bnxt_vnic_is_active(bp)) { in bnxt_poll_p5()