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

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

Completed in 48 milliseconds