Searched refs:tx_desc_used_idx (Results 1 – 2 of 2) sorted by relevance
823 sc->tx_desc_used_idx = 0; in mge_attach()1136 sc->tx_desc_used_idx = 0; in mge_init_locked()1414 dw = &sc->mge_tx_desc[sc->tx_desc_used_idx]; in mge_intr_tx_locked()1425 sc->tx_desc_used_idx = in mge_intr_tx_locked()1426 (++sc->tx_desc_used_idx) % MGE_TX_DESC_NUM; in mge_intr_tx_locked()1812 while (sc->tx_desc_used_idx != sc->tx_desc_curr && in mge_stop()1815 dw = &sc->mge_tx_desc[sc->tx_desc_used_idx]; in mge_stop()1826 sc->tx_desc_used_idx = (++sc->tx_desc_used_idx) % in mge_stop()
95 uint32_t tx_desc_used_idx; member