Home
last modified time | relevance | path

Searched refs:E_TIMEOUT (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/ncsw/etc/
H A Derror.c89 case (E_TIMEOUT): return "Operation Timed Out"; in ErrTypeStrings()
/f-stack/freebsd/contrib/ncsw/inc/
H A Derror_ext.h187 ,E_TIMEOUT/* = ETIMEDOUT*/ /**< The operation timed out. */ enumerator
/f-stack/dpdk/drivers/net/dpaa/fmlib/
H A Dfm_port_ext.h1201 , E_TIMEOUT/* = ETIMEDOUT*/ enumerator
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/HC/
H A Dhc.c231 RETURN_ERROR(MINOR, E_TIMEOUT, ("HC Callback, timeout exceeded")); in EnQFrm()
/f-stack/freebsd/contrib/ncsw/Peripherals/QM/
H A Dqm.c229 RETURN_ERROR(MAJOR, E_TIMEOUT, NO_MSG); in QmInitPfdr()
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c2411 return ERROR_CODE(E_TIMEOUT); in FmResetMac()