Lines Matching refs:exception
140 dtsec_fm_mac_ex_to_str(e_FmMacExceptions exception) in dtsec_fm_mac_ex_to_str() argument
144 for (i = 0; dtsec_fm_mac_exceptions[i].num != exception && in dtsec_fm_mac_ex_to_str()
156 e_FmMacExceptions exception) in dtsec_fm_mac_mdio_event_callback() argument
161 device_printf(sc->sc_dev, "MDIO event %i: %s.\n", exception, in dtsec_fm_mac_mdio_event_callback()
162 dtsec_fm_mac_ex_to_str(exception)); in dtsec_fm_mac_mdio_event_callback()
166 dtsec_fm_mac_exception_callback(t_Handle app, e_FmMacExceptions exception) in dtsec_fm_mac_exception_callback() argument
171 device_printf(sc->sc_dev, "MAC exception %i: %s.\n", exception, in dtsec_fm_mac_exception_callback()
172 dtsec_fm_mac_ex_to_str(exception)); in dtsec_fm_mac_exception_callback()
247 dtsec_fm_port_ex_to_str(e_FmPortExceptions exception) in dtsec_fm_port_ex_to_str() argument
250 switch (exception) { in dtsec_fm_port_ex_to_str()
260 e_FmPortExceptions exception) in dtsec_fm_port_rx_exception_callback() argument
265 device_printf(sc->sc_dev, "RX exception: %i: %s.\n", exception, in dtsec_fm_port_rx_exception_callback()
266 dtsec_fm_port_ex_to_str(exception)); in dtsec_fm_port_rx_exception_callback()
271 e_FmPortExceptions exception) in dtsec_fm_port_tx_exception_callback() argument
276 device_printf(sc->sc_dev, "TX exception: %i: %s.\n", exception, in dtsec_fm_port_tx_exception_callback()
277 dtsec_fm_port_ex_to_str(exception)); in dtsec_fm_port_tx_exception_callback()