Searched refs:sc_cdata (Results 1 – 4 of 4) sorted by relevance
933 if (sc->sc_cdata.stge_tx_tag) { in stge_dma_free()946 if (sc->sc_cdata.stge_rx_tag) { in stge_dma_free()1117 si = sc->sc_cdata.stge_tx_prod; in stge_encap()1123 sc->sc_cdata.stge_tx_cnt++; in stge_encap()1557 sc->sc_cdata.stge_tx_cnt--; in stge_txeof()1662 sc->sc_cdata.stge_rxcycles--; in stge_rxeof()1699 sc->sc_cdata.stge_rxlen; in stge_rxeof()2374 sc->sc_cdata.stge_tx_prod = 0; in stge_init_tx_ring()2375 sc->sc_cdata.stge_tx_cons = 0; in stge_init_tx_ring()2376 sc->sc_cdata.stge_tx_cnt = 0; in stge_init_tx_ring()[all …]
642 struct stge_chain_data sc_cdata; member678 (_sc)->sc_cdata.stge_rxhead = NULL; \679 (_sc)->sc_cdata.stge_rxtail = NULL; \680 (_sc)->sc_cdata.stge_rxlen = 0; \
1015 sc->sc_cdata.txp_rxbufs_map, in txp_rxbuf_reclaim()1051 sc->sc_cdata.txp_rxbufs_map, in txp_rxbuf_reclaim()1494 bus_dmamap_sync(sc->sc_cdata.txp_boot_tag, sc->sc_cdata.txp_boot_map, in txp_alloc_rings()1509 &sc->sc_cdata.txp_tx_tag); in txp_alloc_rings()1527 &sc->sc_cdata.txp_rx_tag); in txp_alloc_rings()1595 sc->sc_cdata.txp_hostvar_map, in txp_init_rings()1633 sc->sc_cdata.txp_tx_tag = NULL; in txp_free_rings()1644 sc->sc_cdata.txp_rx_tag, in txp_free_rings()1652 sc->sc_cdata.txp_rx_tag = NULL; in txp_free_rings()1800 sc->sc_cdata.txp_rxbufs_map, in txp_rxring_fill()[all …]
665 struct txp_chain_data sc_cdata; member