Lines Matching refs:istatus
336 txc_int_stat_t istatus; in nxge_txc_handle_sys_errors() local
343 npi_txc_global_istatus_get(handle, (txc_int_stat_t *)&istatus.value); in nxge_txc_handle_sys_errors()
346 if (istatus.bits.ldw.port0_int_status) { in nxge_txc_handle_sys_errors()
349 err_status = istatus.bits.ldw.port0_int_status; in nxge_txc_handle_sys_errors()
353 if (istatus.bits.ldw.port1_int_status) { in nxge_txc_handle_sys_errors()
356 err_status = istatus.bits.ldw.port1_int_status; in nxge_txc_handle_sys_errors()
360 if (istatus.bits.ldw.port2_int_status) { in nxge_txc_handle_sys_errors()
363 err_status = istatus.bits.ldw.port2_int_status; in nxge_txc_handle_sys_errors()
367 if (istatus.bits.ldw.port3_int_status) { in nxge_txc_handle_sys_errors()
370 err_status = istatus.bits.ldw.port3_int_status; in nxge_txc_handle_sys_errors()
392 txc_int_stat_t istatus; in nxge_txc_handle_port_errors() local
400 istatus.value = 0; in nxge_txc_handle_port_errors()
488 istatus.bits.ldw.port0_int_status = err_status; in nxge_txc_handle_port_errors()
491 istatus.bits.ldw.port1_int_status = err_status; in nxge_txc_handle_port_errors()
494 istatus.bits.ldw.port2_int_status = err_status; in nxge_txc_handle_port_errors()
497 istatus.bits.ldw.port3_int_status = err_status; in nxge_txc_handle_port_errors()
503 npi_txc_global_istatus_clear(handle, istatus.value); in nxge_txc_handle_port_errors()