rl_rxsoft
&sc->rl_ldata.rl_rxsoft[i].rxs_dmamap);
if (sc->rl_ldata.rl_rxsoft[i].rxs_dmamap != NULL)
sc->rl_ldata.rl_rxsoft[i].rxs_dmamap);
struct rl_rxsoft *rxs;
rxs = &sc->rl_ldata.rl_rxsoft[idx];
struct rl_rxsoft *rxs;
rxs = &sc->rl_ldata.rl_rxsoft[i];
if (sc->rl_ldata.rl_rxsoft[i].rxs_mbuf != NULL) {
sc->rl_ldata.rl_rxsoft[i].rxs_dmamap);
m_freem(sc->rl_ldata.rl_rxsoft[i].rxs_mbuf);
sc->rl_ldata.rl_rxsoft[i].rxs_mbuf = NULL;
struct rl_rxsoft rl_rxsoft[RL_RX_DESC_CNT];