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

/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/
H A Dfm.c1398 t_Error FmGetSetPortParams(t_Handle h_Fm,t_FmInterModulePortInitParams *p_PortParams) argument
1402 uint8_t hardwarePortId = p_PortParams->hardwarePortId;
1412 portInParams.hardwarePortId = p_PortParams->hardwarePortId;
1413 portInParams.enumPortType = (uint32_t)p_PortParams->portType;
1414 portInParams.boolIndependentMode = (uint8_t)p_PortParams->independentMode;
1415 portInParams.liodnOffset = p_PortParams->liodnOffset;
1416 portInParams.numOfTasks = p_PortParams->numOfTasks;
1417 portInParams.numOfExtraTasks = p_PortParams->numOfExtraTasks;
1418 portInParams.numOfOpenDmas = p_PortParams->numOfOpenDmas;
1419 portInParams.numOfExtraOpenDmas = p_PortParams
1599 FmFreePortParams(t_Handle h_Fm,t_FmInterModulePortFreeParams *p_PortParams) argument
[all...]
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h1093 @Param[in,out] p_PortParams A structure of FM Port parameters.
1099 t_Error FmGetSetPortParams(t_Handle h_Fm,t_FmInterModulePortInitParams *p_PortParams);
1107 @Param[in,out] p_PortParams A structure of FM Port parameters.
1113 void FmFreePortParams(t_Handle h_Fm,t_FmInterModulePortFreeParams *p_PortParams);
1122 @Param[in,out] p_PortParams A structure of FM Port parameters.

Completed in 88 milliseconds