Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c76 uint32_t bdStatus; in TxConf() local
87 bdStatus = BD_STATUS_AND_LENGTH(BD_GET(confBdId)); in TxConf()
91 while ((!(bdStatus & BD_R_E) || (confType == e_TX_CONF_TYPE_FLUSH)) && (retVal != E_OK)) 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()
118 bdStatus = BD_STATUS_AND_LENGTH(BD_GET(confBdId)); in TxConf()
141 uint32_t bdStatus; in FmPortImRx() local
159 bdStatus = BD_STATUS_AND_LENGTH(BD_GET(p_FmPort->im.currBdId)); in FmPortImRx()
161 while (!(bdStatus & BD_R_E)) /* while there is data in the Rx BD */ in FmPortImRx()
174 length = (uint16_t)((bdStatus & BD_L) ? in FmPortImRx()
[all …]