Searched refs:txring_hd_ptr (Results 1 – 1 of 1) sorted by relevance
161 int txring_hd_ptr; /* where to put next xmits */ member486 sc->txring_hd_ptr = 0; in cgem_setup_descs()778 &sc->txring_m_dmamap[sc->txring_hd_ptr])) { in cgem_start_locked()784 sc->txring_m_dmamap[sc->txring_hd_ptr], m, segs, &nsegs, in cgem_start_locked()794 sc->txring_m_dmamap[sc->txring_hd_ptr]); in cgem_start_locked()795 sc->txring_m_dmamap[sc->txring_hd_ptr] = NULL; in cgem_start_locked()800 sc->txring_m_dmamap[sc->txring_hd_ptr], m, segs, in cgem_start_locked()808 sc->txring_m_dmamap[sc->txring_hd_ptr]); in cgem_start_locked()809 sc->txring_m_dmamap[sc->txring_hd_ptr] = NULL; in cgem_start_locked()813 sc->txring_m[sc->txring_hd_ptr] = m; in cgem_start_locked()[all …]