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

/freebsd-12-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.c663 t_Handle QM_Config(t_QmParam *p_QmParam) argument
668 SANITY_CHECK_RETURN_VALUE(p_QmParam, E_INVALID_HANDLE, NULL);
686 p_Qm->guestId = p_QmParam->guestId;
687 p_Qm->p_QmDriverParams->partFqidBase = p_QmParam->partFqidBase;
688 p_Qm->p_QmDriverParams->partNumOfFqids = p_QmParam->partNumOfFqids;
689 p_Qm->partCgsBase = p_QmParam->partCgsBase;
690 p_Qm->partNumOfCgs = p_QmParam->partNumOfCgs;
691 p_Qm->p_QmRegs = (t_QmRegs *)UINT_TO_PTR(p_QmParam->baseAddress);
696 p_Qm->f_Exception = p_QmParam->f_Exception;
697 p_Qm->h_App = p_QmParam
[all...]
/freebsd-12-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dqm_ext.h276 @Param[in] p_QmParam - Pointer to data structure of parameters
280 t_Handle QM_Config(t_QmParam *p_QmParam);

Completed in 61 milliseconds