Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/stge/
H A Dif_stge.c934 if (sc->sc_cdata.stge_tx_tag) { in stge_dma_free()
947 if (sc->sc_cdata.stge_rx_tag) { in stge_dma_free()
1118 si = sc->sc_cdata.stge_tx_prod; in stge_encap()
1124 sc->sc_cdata.stge_tx_cnt++; in stge_encap()
1558 sc->sc_cdata.stge_tx_cnt--; in stge_txeof()
1663 sc->sc_cdata.stge_rxcycles--; in stge_rxeof()
1700 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 …]
H A Dif_stgereg.h642 struct stge_chain_data sc_cdata; member
678 (_sc)->sc_cdata.stge_rxhead = NULL; \
679 (_sc)->sc_cdata.stge_rxtail = NULL; \
680 (_sc)->sc_cdata.stge_rxlen = 0; \