Searched refs:tpa_flags (Results 1 – 1 of 1) sorted by relevance
5097 static int bnxt_hwrm_vnic_set_tpa(struct bnxt *bp, u16 vnic_id, u32 tpa_flags) in bnxt_hwrm_vnic_set_tpa() argument5111 if (tpa_flags) { in bnxt_hwrm_vnic_set_tpa()5120 if (tpa_flags & BNXT_FLAG_GRO) in bnxt_hwrm_vnic_set_tpa()8501 u32 tpa_flags = 0; in bnxt_set_tpa() local8504 tpa_flags = bp->flags & BNXT_FLAG_TPA; in bnxt_set_tpa()8508 rc = bnxt_hwrm_vnic_set_tpa(bp, i, tpa_flags); in bnxt_set_tpa()