Lines Matching refs:exception
138 dtsec_fm_mac_ex_to_str(e_FmMacExceptions exception) in dtsec_fm_mac_ex_to_str() argument
142 for (i = 0; dtsec_fm_mac_exceptions[i].num != exception && in dtsec_fm_mac_ex_to_str()
154 e_FmMacExceptions exception) in dtsec_fm_mac_mdio_event_callback() argument
159 device_printf(sc->sc_dev, "MDIO event %i: %s.\n", exception, in dtsec_fm_mac_mdio_event_callback()
160 dtsec_fm_mac_ex_to_str(exception)); in dtsec_fm_mac_mdio_event_callback()
164 dtsec_fm_mac_exception_callback(t_Handle app, e_FmMacExceptions exception) in dtsec_fm_mac_exception_callback() argument
169 device_printf(sc->sc_dev, "MAC exception %i: %s.\n", exception, in dtsec_fm_mac_exception_callback()
170 dtsec_fm_mac_ex_to_str(exception)); in dtsec_fm_mac_exception_callback()
245 dtsec_fm_port_ex_to_str(e_FmPortExceptions exception) in dtsec_fm_port_ex_to_str() argument
248 switch (exception) { in dtsec_fm_port_ex_to_str()
258 e_FmPortExceptions exception) in dtsec_fm_port_rx_exception_callback() argument
263 device_printf(sc->sc_dev, "RX exception: %i: %s.\n", exception, in dtsec_fm_port_rx_exception_callback()
264 dtsec_fm_port_ex_to_str(exception)); in dtsec_fm_port_rx_exception_callback()
269 e_FmPortExceptions exception) in dtsec_fm_port_tx_exception_callback() argument
274 device_printf(sc->sc_dev, "TX exception: %i: %s.\n", exception, in dtsec_fm_port_tx_exception_callback()
275 dtsec_fm_port_ex_to_str(exception)); in dtsec_fm_port_tx_exception_callback()