Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dre.c1003 &sc->rl_ldata.rl_rxsoft[i].rxs_dmamap); in re_attach()
1094 if (sc->rl_ldata.rl_rxsoft[i].rxs_dmamap != NULL) in re_attach()
1096 sc->rl_ldata.rl_rxsoft[i].rxs_dmamap); in re_attach()
1160 struct rl_rxsoft *rxs; in re_newbuf()
1177 rxs = &sc->rl_ldata.rl_rxsoft[idx]; in re_newbuf()
1284 struct rl_rxsoft *rxs; in re_rxeof()
1301 rxs = &sc->rl_ldata.rl_rxsoft[i]; in re_rxeof()
2202 if (sc->rl_ldata.rl_rxsoft[i].rxs_mbuf != NULL) { in re_stop()
2204 sc->rl_ldata.rl_rxsoft[i].rxs_dmamap); in re_stop()
2205 m_freem(sc->rl_ldata.rl_rxsoft[i].rxs_mbuf); in re_stop()
[all …]
H A Drtl81x9reg.h824 struct rl_rxsoft { struct
850 struct rl_rxsoft rl_rxsoft[RL_RX_DESC_CNT]; member