Home
last modified time | relevance | path

Searched refs:FmSetNumOfTasks (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h1175 t_Error FmSetNumOfTasks(t_Handle h_Fm,
/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c900 p_IpcReply->error = (uint32_t)FmSetNumOfTasks(h_Fm, ipcPortRsrcParams.hardwarePortId, in FmHandleIpcMsgCB()
2033 …err = FmSetNumOfTasks(p_Fm, hardwarePortId, &p_PortParams->numOfTasks, &p_PortParams->numOfExtraTa… in FmGetSetPortParams()
2684 t_Error FmSetNumOfTasks(t_Handle h_Fm, in FmSetNumOfTasks() function
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c3407 err = FmSetNumOfTasks(p_FmPort->h_Fm, p_FmPort->hardwarePortId, in FM_PORT_SetNumOfTasks()