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

/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c708 uint16_t cleanBdId = p_FmPort->im.firstBdOfFrameId; local
718 BD_STATUS_AND_LENGTH_SET(BD_GET(cleanBdId), 0);
720 cleanBdId = GetNextBdId(p_FmPort, cleanBdId);
721 } while (cleanBdId != p_FmPort->im.currBdId);
723 p_FmPort->im.currBdId = cleanBdId;

Completed in 42 milliseconds