Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h2295 #define BNXT_FLAG_UDP_GSO_CAP 0x800000 macro
H A Dbnxt.c513 !(bp->flags & BNXT_FLAG_UDP_GSO_CAP)) in bnxt_start_xmit()
4141 if (!(bp->flags & BNXT_FLAG_UDP_GSO_CAP)) { in bnxt_alloc_tx_rings()
9873 bp->flags |= BNXT_FLAG_UDP_GSO_CAP; in __bnxt_hwrm_func_qcaps()
13893 !(bp->flags & BNXT_FLAG_UDP_GSO_CAP) && in bnxt_fix_features()
16988 if (bp->flags & BNXT_FLAG_UDP_GSO_CAP) in bnxt_init_one()
17010 if (!(bp->flags & BNXT_FLAG_UDP_GSO_CAP)) { in bnxt_init_one()
H A Dbnxt_ethtool.c864 !(bp->flags & BNXT_FLAG_UDP_GSO_CAP) && in bnxt_set_ringparam()