Home
last modified time | relevance | path

Searched refs:BNXT_FLAG_UDP_GSO_CAP (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_gso.h35 if (!(bp->flags & BNXT_FLAG_UDP_GSO_CAP) && in bnxt_min_tx_desc_cnt()
H A Dbnxt.h2297 #define BNXT_FLAG_UDP_GSO_CAP 0x800000 macro
H A Dbnxt.c520 !(bp->flags & BNXT_FLAG_UDP_GSO_CAP)) { in bnxt_start_xmit()
4177 if (!(bp->flags & BNXT_FLAG_UDP_GSO_CAP)) { in bnxt_alloc_tx_rings()
9922 bp->flags |= BNXT_FLAG_UDP_GSO_CAP; in __bnxt_hwrm_func_qcaps()
14050 !(bp->flags & BNXT_FLAG_UDP_GSO_CAP) && in bnxt_fix_features()
17224 if (bp->flags & BNXT_FLAG_UDP_GSO_CAP) in bnxt_init_one()
17246 if (!(bp->flags & BNXT_FLAG_UDP_GSO_CAP)) { in bnxt_init_one()
H A Dbnxt_ethtool.c865 !(bp->flags & BNXT_FLAG_UDP_GSO_CAP) && in bnxt_set_ringparam()