Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/stge/
H A Dif_stge.c925 if (sc->sc_cdata.stge_tx_tag) { in stge_dma_free()
938 if (sc->sc_cdata.stge_rx_tag) { in stge_dma_free()
1109 si = sc->sc_cdata.stge_tx_prod; in stge_encap()
1115 sc->sc_cdata.stge_tx_cnt++; in stge_encap()
1549 sc->sc_cdata.stge_tx_cnt--; in stge_txeof()
1654 sc->sc_cdata.stge_rxcycles--; in stge_rxeof()
1691 sc->sc_cdata.stge_rxlen; in stge_rxeof()
2365 sc->sc_cdata.stge_tx_prod = 0; in stge_init_tx_ring()
2366 sc->sc_cdata.stge_tx_cons = 0; in stge_init_tx_ring()
2367 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; \