Searched refs:err_status (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dsal.h501 u64 err_status : 1, member in struct:sal_log_pci_bus_err_info::__anon8882
513 u64 err_status; member in struct:sal_log_pci_bus_err_info
544 u64 err_status : 1, member in struct:sal_log_pci_comp_err_info::__anon8884
552 u64 err_status; member in struct:sal_log_pci_comp_err_info
577 u64 err_status : 1, member in struct:sal_log_plat_specific_err_info::__anon8886
582 u64 err_status; member in struct:sal_log_plat_specific_err_info
590 u64 err_status : 1, member in struct:sal_log_host_ctlr_err_info::__anon8887
598 u64 err_status; member in struct:sal_log_host_ctlr_err_info
609 u64 err_status : 1, member in struct:sal_log_plat_bus_err_info::__anon8888
617 u64 err_status; member in struct:sal_log_plat_bus_err_info
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dariadne.c453 int err_status = priv->tx_ring[entry]->TMD3; local
455 if (err_status & EF_RTRY)
457 if (err_status & EF_LCAR)
459 if (err_status & EF_LCOL)
461 if (err_status & EF_UFLO) {
H A Datarilance.c910 int err_status = MEM->tx_head[entry].misc; local
912 if (err_status & TMD3_RTRY) lp->stats.tx_aborted_errors++;
913 if (err_status & TMD3_LCAR) lp->stats.tx_carrier_errors++;
914 if (err_status & TMD3_LCOL) lp->stats.tx_window_errors++;
915 if (err_status & TMD3_UFLO) {
H A Dlance.c1057 int err_status = lp->tx_ring[entry].misc; local
1059 if (err_status & 0x0400) lp->stats.tx_aborted_errors++;
1060 if (err_status & 0x0800) lp->stats.tx_carrier_errors++;
1061 if (err_status & 0x1000) lp->stats.tx_window_errors++;
1062 if (err_status & 0x4000) {
H A Dpcnet32.c1301 int err_status = le32_to_cpu(lp->tx_ring[entry].misc); local
1305 "%s: Tx error status=%04x err_status=%08x\n",
1307 err_status);
1308 if (err_status & 0x04000000)
1310 if (err_status & 0x08000000)
1312 if (err_status & 0x10000000)
1315 if (err_status & 0x40000000) {
1326 if (err_status & 0x40000000) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Desp.c621 unsigned err_status; local
628 err_status = 0;
640 err_status = serial_in(info, UART_ESI_STAT1);
643 if (err_status & 0x01)
646 if (err_status & 0x20) /* UART status */
649 if (err_status & 0x80) /* Start break */
654 (err_status & 0x1c) /* receive error */) {
656 receive_chars_dma_done(info, err_status);
H A Dmbcs.h353 union cm_error_status err_status; member in struct:cm_mmr

Completed in 71 milliseconds