Home
last modified time | relevance | path

Searched refs:HXGE_FM_REPORT_ERROR (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/io/hxge/
H A Dhxge_txdma.c2539 HXGE_FM_REPORT_ERROR(hxgep, channel, in hxge_tx_err_evnts()
2549 HXGE_FM_REPORT_ERROR(hxgep, channel, in hxge_tx_err_evnts()
2559 HXGE_FM_REPORT_ERROR(hxgep, channel, in hxge_tx_err_evnts()
2569 HXGE_FM_REPORT_ERROR(hxgep, channel, in hxge_tx_err_evnts()
2592 HXGE_FM_REPORT_ERROR(hxgep, channel, in hxge_tx_err_evnts()
2602 HXGE_FM_REPORT_ERROR(hxgep, channel, in hxge_tx_err_evnts()
2612 HXGE_FM_REPORT_ERROR(hxgep, channel, in hxge_tx_err_evnts()
2622 HXGE_FM_REPORT_ERROR(hxgep, channel, in hxge_tx_err_evnts()
2632 HXGE_FM_REPORT_ERROR(hxgep, channel, in hxge_tx_err_evnts()
2687 HXGE_FM_REPORT_ERROR(hxgep, NULL, in hxge_txdma_handle_sys_errors()
[all …]
H A Dhxge_hw.c333 HXGE_FM_REPORT_ERROR(hxgep, NULL, HXGE_FM_EREPORT_PEU_ERR); in hxge_peu_handle_sys_errors()
399 HXGE_FM_REPORT_ERROR(hxgep, NULL, in hxge_syserr_intr()
403 HXGE_FM_REPORT_ERROR(hxgep, NULL, in hxge_syserr_intr()
H A Dhxge_rxdma.c1903 HXGE_FM_REPORT_ERROR(hxgep, NULL, HXGE_FM_EREPORT_RDMC_RCR_ERR); in hxge_receive_packet()
2133 HXGE_FM_REPORT_ERROR(hxgep, channel, in hxge_rx_err_evnts()
2148 HXGE_FM_REPORT_ERROR(hxgep, channel, in hxge_rx_err_evnts()
2158 HXGE_FM_REPORT_ERROR(hxgep, channel, in hxge_rx_err_evnts()
2168 HXGE_FM_REPORT_ERROR(hxgep, channel, in hxge_rx_err_evnts()
2178 HXGE_FM_REPORT_ERROR(hxgep, channel, in hxge_rx_err_evnts()
2196 HXGE_FM_REPORT_ERROR(hxgep, channel, in hxge_rx_err_evnts()
2206 HXGE_FM_REPORT_ERROR(hxgep, channel, in hxge_rx_err_evnts()
2221 HXGE_FM_REPORT_ERROR(hxgep, channel, in hxge_rx_err_evnts()
3538 HXGE_FM_REPORT_ERROR(hxgep, NULL, in hxge_rxdma_handle_sys_errors()
[all …]
H A Dhxge_common_impl.h229 #define HXGE_FM_REPORT_ERROR(hxgep, chan, ereport_id) \ macro