Lines Matching refs:rxds
1611 struct cas_rxdsoft *rxds, *rxds2; in cas_rint() local
1717 rxds = &sc->sc_rxdsoft[idx]; in cas_rint()
1720 refcount_acquire(&rxds->rxds_refcount); in cas_rint()
1722 rxds->rxds_dmamap, BUS_DMASYNC_POSTREAD); in cas_rint()
1723 m_extadd(m, (char *)rxds->rxds_buf + in cas_rint()
1747 refcount_release(&rxds->rxds_refcount) != 0) in cas_rint()
1756 rxds = &sc->sc_rxdsoft[idx]; in cas_rint()
1759 refcount_acquire(&rxds->rxds_refcount); in cas_rint()
1763 rxds->rxds_dmamap, BUS_DMASYNC_POSTREAD); in cas_rint()
1764 m_extadd(m, (char *)rxds->rxds_buf + off, in cas_rint()
1831 refcount_release(&rxds->rxds_refcount) != 0) in cas_rint()
1862 struct cas_rxdsoft *rxds; in cas_free() local
1868 rxds = &sc->sc_rxdsoft[idx]; in cas_free()
1869 if (refcount_release(&rxds->rxds_refcount) == 0) in cas_free()