Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c73 coal->use_adaptive_rx_coalesce = bp->flags & BNXT_FLAG_DIM; in bnxt_get_coalesce()
112 bp->flags |= BNXT_FLAG_DIM; in bnxt_set_coalesce()
114 if (bp->flags & BNXT_FLAG_DIM) { in bnxt_set_coalesce()
115 bp->flags &= ~(BNXT_FLAG_DIM); in bnxt_set_coalesce()
H A Dbnxt.h2299 #define BNXT_FLAG_DIM 0x2000000 macro