Searched refs:tpa_flags (Results 1 – 1 of 1) sorted by relevance
2910 static int bnxt_hwrm_vnic_set_tpa(struct bnxt *bp, u16 vnic_id, u32 tpa_flags) in bnxt_hwrm_vnic_set_tpa() argument2917 if (tpa_flags) { in bnxt_hwrm_vnic_set_tpa()2926 if (tpa_flags & BNXT_FLAG_GRO) in bnxt_hwrm_vnic_set_tpa()3772 u32 tpa_flags = 0; in bnxt_set_tpa() local3775 tpa_flags = bp->flags & BNXT_FLAG_TPA; in bnxt_set_tpa()3777 rc = bnxt_hwrm_vnic_set_tpa(bp, i, tpa_flags); in bnxt_set_tpa()