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

/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c91 while ((!(bdStatus & BD_R_E) || (confType == e_TX_CONF_TYPE_FLUSH)) && (retVal != E_OK))
101 if ((confType == e_TX_CONF_TYPE_FLUSH) && (bdStatus & BD_R_E))
161 while (!(bdStatus & BD_R_E)) /* while there is data in the Rx BD */
193 BD_STATUS_AND_LENGTH_SET(BD_GET(p_FmPort->im.currBdId), BD_R_E);
343 BD_STATUS_AND_LENGTH_SET (p_Bd, BD_R_E);
469 while (bdStatus & BD_R_E) /* while there is data in the Rx BD */
654 if (!(bdStatus & BD_R_E) && !(nextBdStatus & BD_R_E))
669 p_FmPort->im.txFirstBdStatus = (bdStatus | BD_R_E);
689 BD_STATUS_AND_LENGTH_SET (BD_GET(p_FmPort->im.currBdId), (bdStatus | BD_R_E | BD_
697 BD_STATUS_AND_LENGTH_SET (BD_GET(p_FmPort->im.currBdId), bdStatus | BD_R_E); local
[all...]
H A Dfm_port.h733 #define BD_R_E 0x80000000 macro

Completed in 57 milliseconds