Home
last modified time | relevance | path

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

/freebsd/sys/dev/stge/
H A Dif_stge.c931 if (sc->sc_cdata.stge_tx_tag) { in stge_dma_free()
944 if (sc->sc_cdata.stge_rx_tag) { in stge_dma_free()
1115 si = sc->sc_cdata.stge_tx_prod; in stge_encap()
1121 sc->sc_cdata.stge_tx_cnt++; in stge_encap()
1555 sc->sc_cdata.stge_tx_cnt--; in stge_txeof()
1660 sc->sc_cdata.stge_rxcycles--; in stge_rxeof()
1697 sc->sc_cdata.stge_rxlen; in stge_rxeof()
2371 sc->sc_cdata.stge_tx_prod = 0; in stge_init_tx_ring()
2372 sc->sc_cdata.stge_tx_cons = 0; in stge_init_tx_ring()
2373 sc->sc_cdata.stge_tx_cnt = 0; in stge_init_tx_ring()
[all …]
H A Dif_stgereg.h641 struct stge_chain_data sc_cdata; member
677 (_sc)->sc_cdata.stge_rxhead = NULL; \
678 (_sc)->sc_cdata.stge_rxtail = NULL; \
679 (_sc)->sc_cdata.stge_rxlen = 0; \