Searched refs:qman_init_fq (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c182 static t_Error qman_init_fq(t_QmPortal *p_QmPortal, function
1045 if ((err = qman_init_fq(p_QmPortal, p_Fqs[0], initFqFlag, &fq_opts)) != E_OK)
1056 /* if both CG OAC and FQ TD are needed, we call qman_init_fq again, this time for the FQ TD only */
1078 if ((err = qman_init_fq(p_QmPortal, p_Fqs[0], (uint32_t)(initParked?0:QMAN_INITFQ_FLAG_SCHED), &fq_opts)) != E_OK)

Completed in 72 milliseconds