Searched refs:h_CcTree (Results 1 - 8 of 8) sorted by path

/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/HC/
H A Dhc.c1237 t_Error FmHcPcdCcModifyTreeNextEngine(t_Handle h_FmHc, t_Handle h_CcTree, uint8_t grpId, uint8_t index, t_FmPcdCcNextEngineParams *p_FmPcdCcNextEngineParams) argument
1246 err = FmPcdCcTreeTryLock(h_CcTree);
1254 err = FmPcdCcModifyNextEngineParamTree(p_FmHc->h_FmPcd, h_CcTree, grpId, index, p_FmPcdCcNextEngineParams,
1258 FmPcdCcTreeReleaseLock(h_CcTree);
1264 FmPcdCcTreeReleaseLock(h_CcTree);
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_cc.c2953 t_Error FM_PCD_CcDeleteTree(t_Handle h_FmPcd, t_Handle h_CcTree) argument
2956 t_FmPcdCcTree *p_CcTree = (t_FmPcdCcTree *)h_CcTree;
3406 t_Error FM_PCD_CcTreeModifyNextEngine(t_Handle h_FmPcd, t_Handle h_CcTree, uint8_t grpId, uint8_t index, t_FmPcdCcNextEngineParams *p_FmPcdCcNextEngineParams) argument
3413 return FmHcPcdCcModifyTreeNextEngine(p_FmPcd->h_Hc, h_CcTree, grpId, index, p_FmPcdCcNextEngineParams);
H A Dfm_kg.c1920 err = FmPcdCcGetGrpParams(p_Scheme->kgNextEngineParams.cc.h_CcTree,
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c1667 err = FmPcdCcBindTree(p_FmPort->h_FmPcd, p_PcdParams->p_CcParams->h_CcTree, &ccTreePhysOffset, h_FmPort);
1672 p_FmPort->ccTreeId = p_PcdParams->p_CcParams->h_CcTree;
4315 t_Error FM_PORT_PcdCcModifyTree (t_Handle h_FmPort, t_Handle h_CcTree) argument
4368 err = FmPcdCcBindTree(p_FmPort->h_FmPcd, h_CcTree, &ccTreePhysOffset, h_FmPort);
4376 p_FmPort->ccTreeId = h_CcTree;
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h830 t_Error FmPcdCcBindTree(t_Handle h_FmPcd, t_Handle h_CcTree, uint32_t *p_Offset,t_Handle h_FmPort);
831 t_Error FmPcdCcUnbindTree(t_Handle h_FmPcd, t_Handle h_CcTree);
H A Dfm_hc.h65 t_Error FmHcPcdCcModifyTreeNextEngine(t_Handle h_FmHc, t_Handle h_CcTree, uint8_t grpId, uint8_t index, t_FmPcdCcNextEngineParams *p_FmPcdCcNextEngineParams);
/freebsd-11-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h1275 t_Handle h_CcTree; /**< A handle to a CC Tree */ member in struct:t_FmPcdKgCc
1868 @Param[in] h_CcTree A handle to a CC tree.
1872 t_Error FM_PCD_CcDeleteTree(t_Handle h_FmPcd, t_Handle h_CcTree);
1909 @Param[in] h_CcTree A handle to the tree
1918 t_Error FM_PCD_CcTreeModifyNextEngine(t_Handle h_FmPcd, t_Handle h_CcTree, uint8_t grpId, uint8_t index, t_FmPcdCcNextEngineParams *p_FmPcdCcNextEngineParams);
H A Dfm_port_ext.h1859 t_Handle h_CcTree; /**< A handle to a CC tree */ member in struct:t_FmPortPcdCcParams
2060 @Param[in] h_CcTree A CC tree that was already built. The tree id as returned from
2067 t_Error FM_PORT_PcdCcModifyTree (t_Handle h_FmPort, t_Handle h_CcTree);

Completed in 238 milliseconds