Home
last modified time | relevance | path

Searched refs:BNXT_FLAG_JUMBO (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h1813 #define BNXT_FLAG_JUMBO 0x10 macro
1815 #define BNXT_FLAG_AGG_RINGS (BNXT_FLAG_JUMBO | BNXT_FLAG_GRO | \
1859 #define BNXT_RX_JUMBO_MODE(bp) ((bp)->flags & BNXT_FLAG_JUMBO)
H A Dbnxt.c3915 bp->flags &= ~BNXT_FLAG_JUMBO; in bnxt_set_ring_params()
3919 bp->flags |= BNXT_FLAG_JUMBO; in bnxt_set_ring_params()
4007 bp->flags |= BNXT_FLAG_JUMBO; in bnxt_set_rx_skb_mode()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h1657 #define BNXT_FLAG_JUMBO 0x10 macro
1659 #define BNXT_FLAG_AGG_RINGS (BNXT_FLAG_JUMBO | BNXT_FLAG_GRO | \
H A Dbnxt.c3588 bp->flags &= ~BNXT_FLAG_JUMBO; in bnxt_set_ring_params()
3592 bp->flags |= BNXT_FLAG_JUMBO; in bnxt_set_ring_params()

Completed in 43 milliseconds