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

/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c4118 err = FmIsPortStalled(p_FmPort->h_Fm, p_FmPort->hardwarePortId, &isStalled);
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/
H A Dfm.c679 p_IpcReply->error = (uint32_t)FmIsPortStalled(h_Fm, p_IpcMsg->msgBody[0], &tmp);
1715 t_Error FmIsPortStalled(t_Handle h_Fm, uint8_t hardwarePortId, bool *p_IsStalled) function
1784 err = FmIsPortStalled(h_Fm, hardwarePortId, &isStalled);
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h1031 @Function FmIsPortStalled
1043 t_Error FmIsPortStalled(t_Handle h_Fm, uint8_t hardwarePortId, bool *p_IsStalled);

Completed in 99 milliseconds