Searched refs:mgb_fct_control (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/mgb/ |
H A D | if_mgb.c | 177 static int mgb_fct_control(struct mgb_softc *, 721 mgb_fct_control(sc, MGB_FCT_RX_CTL, 0, FCT_DISABLE); in mgb_stop() 725 mgb_fct_control(sc, MGB_FCT_TX_CTL, 0, FCT_DISABLE); in mgb_stop() 1293 mgb_fct_control(sc, MGB_FCT_RX_CTL, channel, FCT_RESET); in mgb_dma_rx_ring_init() 1298 mgb_fct_control(sc, MGB_FCT_RX_CTL, channel, FCT_ENABLE); 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() 1321 if ((error = mgb_fct_control(sc, MGB_FCT_TX_CTL, channel, in mgb_dma_tx_ring_init() 1414 mgb_fct_control(struct mgb_softc *sc, int reg, int channel, in mgb_fct_control() function
|