Searched refs:rl_txq (Results 1 – 2 of 2) sorted by relevance
953 &sc->rl_ldata.rl_txq[i].txq_dmamap); in re_attach()1113 if (sc->rl_ldata.rl_txq[i].txq_dmamap != NULL) in re_attach()1115 sc->rl_ldata.rl_txq[i].txq_dmamap); in re_attach()1226 sc->rl_ldata.rl_txq[i].txq_mbuf = NULL; in re_tx_list_init()1452 struct rl_txq *txq; in re_txeof()1462 txq = &sc->rl_ldata.rl_txq[cons]; in re_txeof()1614 struct rl_txq *txq; in re_encap()1675 txq = &sc->rl_ldata.rl_txq[idx]; in re_encap()2194 sc->rl_ldata.rl_txq[i].txq_dmamap); in re_stop()2195 m_freem(sc->rl_ldata.rl_txq[i].txq_mbuf); in re_stop()[all …]
829 struct rl_txq { struct837 struct rl_txq rl_txq[RL_TX_DESC_CNT]; argument