Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c73 static t_Error TxConf(t_FmPort *p_FmPort, e_TxConfType confType) in TxConf() argument
91 while ((!(bdStatus & BD_R_E) || (confType == e_TX_CONF_TYPE_FLUSH)) && (retVal != E_OK)) in TxConf()
93 if (confType & e_TX_CONF_TYPE_CALLBACK) /* if it is confirmation with user callbacks */ in TxConf()
97 if ((confType & e_TX_CONF_TYPE_CALLBACK) && (bdStatus & BD_LENGTH_MASK)) in TxConf()
101 if ((confType == e_TX_CONF_TYPE_FLUSH) && (bdStatus & BD_R_E)) in TxConf()