Home
last modified time | relevance | path

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

/freebsd/sys/dev/mgb/
H A Dif_mgb.h257 enum mgb_fct_cmd { FCT_RESET, FCT_ENABLE, FCT_DISABLE }; enumerator
H A Dif_mgb.c1293 mgb_fct_control(sc, MGB_FCT_RX_CTL, channel, FCT_RESET); in mgb_dma_rx_ring_init()
1317 if ((error = mgb_fct_control(sc, MGB_FCT_TX_CTL, channel, FCT_RESET))) { in mgb_dma_tx_ring_init()
1419 case FCT_RESET: in mgb_fct_control()