Lines Matching refs:exception
139 dtsec_fm_mac_ex_to_str(e_FmMacExceptions exception) in dtsec_fm_mac_ex_to_str() argument
143 for (i = 0; dtsec_fm_mac_exceptions[i].num != exception && in dtsec_fm_mac_ex_to_str()
155 e_FmMacExceptions exception) in dtsec_fm_mac_mdio_event_callback() argument
160 device_printf(sc->sc_dev, "MDIO event %i: %s.\n", exception, in dtsec_fm_mac_mdio_event_callback()
161 dtsec_fm_mac_ex_to_str(exception)); in dtsec_fm_mac_mdio_event_callback()
165 dtsec_fm_mac_exception_callback(t_Handle app, e_FmMacExceptions exception) in dtsec_fm_mac_exception_callback() argument
170 device_printf(sc->sc_dev, "MAC exception %i: %s.\n", exception, in dtsec_fm_mac_exception_callback()
171 dtsec_fm_mac_ex_to_str(exception)); in dtsec_fm_mac_exception_callback()
246 dtsec_fm_port_ex_to_str(e_FmPortExceptions exception) in dtsec_fm_port_ex_to_str() argument
249 switch (exception) { in dtsec_fm_port_ex_to_str()
259 e_FmPortExceptions exception) in dtsec_fm_port_rx_exception_callback() argument
264 device_printf(sc->sc_dev, "RX exception: %i: %s.\n", exception, in dtsec_fm_port_rx_exception_callback()
265 dtsec_fm_port_ex_to_str(exception)); in dtsec_fm_port_rx_exception_callback()
270 e_FmPortExceptions exception) in dtsec_fm_port_tx_exception_callback() argument
275 device_printf(sc->sc_dev, "TX exception: %i: %s.\n", exception, in dtsec_fm_port_tx_exception_callback()
276 dtsec_fm_port_ex_to_str(exception)); in dtsec_fm_port_tx_exception_callback()