Searched refs:cleanBdId (Results 1 – 1 of 1) sorted by relevance
708 uint16_t cleanBdId = p_FmPort->im.firstBdOfFrameId; in FM_PORT_ImTx() local718 BD_STATUS_AND_LENGTH_SET(BD_GET(cleanBdId), 0); in FM_PORT_ImTx()720 cleanBdId = GetNextBdId(p_FmPort, cleanBdId); in FM_PORT_ImTx()721 } while (cleanBdId != p_FmPort->im.currBdId); in FM_PORT_ImTx()723 p_FmPort->im.currBdId = cleanBdId; in FM_PORT_ImTx()