Home
last modified time | relevance | path

Searched refs:tpa_flags (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c5009 static int bnxt_hwrm_vnic_set_tpa(struct bnxt *bp, u16 vnic_id, u32 tpa_flags) in bnxt_hwrm_vnic_set_tpa() argument
5020 if (tpa_flags) { in bnxt_hwrm_vnic_set_tpa()
5029 if (tpa_flags & BNXT_FLAG_GRO) in bnxt_hwrm_vnic_set_tpa()
8047 u32 tpa_flags = 0; in bnxt_set_tpa() local
8050 tpa_flags = bp->flags & BNXT_FLAG_TPA; in bnxt_set_tpa()
8054 rc = bnxt_hwrm_vnic_set_tpa(bp, i, tpa_flags); in bnxt_set_tpa()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c5082 static int bnxt_hwrm_vnic_set_tpa(struct bnxt *bp, u16 vnic_id, u32 tpa_flags) in bnxt_hwrm_vnic_set_tpa() argument
5096 if (tpa_flags) { in bnxt_hwrm_vnic_set_tpa()
5105 if (tpa_flags & BNXT_FLAG_GRO) in bnxt_hwrm_vnic_set_tpa()
8515 u32 tpa_flags = 0; in bnxt_set_tpa() local
8518 tpa_flags = bp->flags & BNXT_FLAG_TPA; in bnxt_set_tpa()
8522 rc = bnxt_hwrm_vnic_set_tpa(bp, i, tpa_flags); in bnxt_set_tpa()

Completed in 39 milliseconds