Searched refs:tx_last_index (Results 1 – 2 of 2) sorted by relevance
728 u_int8_t tx_last_index; member
7602 sc->re_desc.tx_last_index = 0; in re_var_init()7962 while (sc->re_desc.tx_last_index!=sc->re_desc.tx_cur_index) { in re_stop()7965 sc->re_desc.re_tx_dmamap[sc->re_desc.tx_last_index], in re_stop()7968 sc->re_desc.re_tx_dmamap[sc->re_desc.tx_last_index]); in re_stop()7971 if (sc->re_desc.tx_buf[sc->re_desc.tx_last_index]!=NULL) { in re_stop()7972 m_freem(sc->re_desc.tx_buf[sc->re_desc.tx_last_index]); in re_stop()7973 sc->re_desc.tx_buf[sc->re_desc.tx_last_index] = NULL; in re_stop()7975 sc->re_desc.tx_last_index = (sc->re_desc.tx_last_index+1)%RE_TX_BUF_NUM; in re_stop()8183 int ret=desc.tx_last_index-desc.tx_cur_index; in CountFreeTxDescNum()8243 while (sc->re_desc.tx_last_index!=sc->re_desc.tx_cur_index) { in re_txeof()[all …]