Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c708 uint16_t cleanBdId = p_FmPort->im.firstBdOfFrameId; in FM_PORT_ImTx() local
718 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()