Home
last modified time | relevance | path

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

/freebsd/sys/dev/dc/
H A Dif_dc.c3161 uint32_t netcfg, isr; in dc_tx_underrun() local
3165 netcfg = CSR_READ_4(sc, DC_NETCFG); in dc_tx_underrun()
3170 netcfg |= DC_NETCFG_STORENFWD; in dc_tx_underrun()
3174 netcfg &= ~DC_NETCFG_TX_THRESH; in dc_tx_underrun()
3175 netcfg |= sc->dc_txthresh; in dc_tx_underrun()
3184 CSR_WRITE_4(sc, DC_NETCFG, netcfg & ~DC_NETCFG_TX_ON); in dc_tx_underrun()
3205 CSR_WRITE_4(sc, DC_NETCFG, netcfg); in dc_tx_underrun()
3207 CSR_WRITE_4(sc, DC_NETCFG, netcfg | DC_NETCFG_TX_ON); in dc_tx_underrun()
3954 uint32_t ctl, netcfg; in dc_stop() local
3969 netcfg = CSR_READ_4(sc, DC_NETCFG); in dc_stop()
[all …]