Home
last modified time | relevance | path

Searched refs:xec (Results 1 – 11 of 11) sorted by relevance

/drivers/edac/
Dmce_amd.c501 static bool f12h_mc0_mce(u16 ec, u8 xec) in f12h_mc0_mce() argument
519 static bool f10h_mc0_mce(u16 ec, u8 xec) in f10h_mc0_mce() argument
525 return f12h_mc0_mce(ec, xec); in f10h_mc0_mce()
528 static bool k8_mc0_mce(u16 ec, u8 xec) in k8_mc0_mce() argument
535 return f10h_mc0_mce(ec, xec); in k8_mc0_mce()
538 static bool cat_mc0_mce(u16 ec, u8 xec) in cat_mc0_mce() argument
590 static bool f15h_mc0_mce(u16 ec, u8 xec) in f15h_mc0_mce() argument
596 switch (xec) { in f15h_mc0_mce()
627 if (!xec) in f15h_mc0_mce()
630 pr_cont(" Internal error condition type %d.\n", xec); in f15h_mc0_mce()
[all …]
Damd64_edac.c2863 u8 xec = XEC(m->status, 0x1f); in decode_bus_error() local
2879 if (xec && xec != F10_NBSL_EXT_ERR_ECC) in decode_bus_error()
/drivers/net/ethernet/intel/fm10k/
Dfm10k_pf.c1430 u32 timeout, ur, ca, um, xec, vlan_drop, loopback_drop, nodesc_drop; in fm10k_update_hw_stats_pf() local
1443 xec = fm10k_read_hw_stats_32b(hw, FM10K_STATS_XEC, &stats->xec); in fm10k_update_hw_stats_pf()
1469 stats->xec.count += xec; in fm10k_update_hw_stats_pf()
1480 fm10k_update_hw_base_32b(&stats->xec, xec); in fm10k_update_hw_stats_pf()
1506 fm10k_unbind_hw_stats_32b(&stats->xec); in fm10k_rebind_hw_stats_pf()
Dfm10k_type.h435 struct fm10k_hw_stat xec; member
Dfm10k_ethtool.c81 FM10K_STAT("xec", stats.xec.count),
/drivers/tty/vt/
Dcp437.uni268 0xec U+221e
/drivers/scsi/aic7xxx/
Daic79xx_seq.h_shipped136 0x02, 0xec, 0x50, 0x31,
396 0x02, 0xec, 0x40, 0x31,
Daic7xxx_reg.h_shipped816 #define CCSCBRAM 0xec
Daic79xx_reg.h_shipped1511 #define SINDIR 0xec
/drivers/net/ethernet/intel/ixgbe/
Dixgbe_type.h3355 u64 xec; member
Dixgbe_ethtool.c889 regs_buff[973] = IXGBE_GET_STAT(adapter, xec); in ixgbe_get_regs()