Home
last modified time | relevance | path

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

/drivers/edac/
Dmce_amd.c622 static bool f12h_mc0_mce(u16 ec, u8 xec) in f12h_mc0_mce() argument
640 static bool f10h_mc0_mce(u16 ec, u8 xec) in f10h_mc0_mce() argument
646 return f12h_mc0_mce(ec, xec); in f10h_mc0_mce()
649 static bool k8_mc0_mce(u16 ec, u8 xec) in k8_mc0_mce() argument
656 return f10h_mc0_mce(ec, xec); in k8_mc0_mce()
659 static bool cat_mc0_mce(u16 ec, u8 xec) in cat_mc0_mce() argument
711 static bool f15h_mc0_mce(u16 ec, u8 xec) in f15h_mc0_mce() argument
717 switch (xec) { in f15h_mc0_mce()
748 if (!xec) in f15h_mc0_mce()
751 pr_cont(" Internal error condition type %d.\n", xec); in f15h_mc0_mce()
[all …]
Damd64_edac.c3017 u8 xec = XEC(m->status, 0x1f); in decode_bus_error() local
3033 if (xec && xec != F10_NBSL_EXT_ERR_ECC) in decode_bus_error()
/drivers/net/ethernet/intel/fm10k/
Dfm10k_pf.c1431 u32 timeout, ur, ca, um, xec, vlan_drop, loopback_drop, nodesc_drop; in fm10k_update_hw_stats_pf() local
1444 xec = fm10k_read_hw_stats_32b(hw, FM10K_STATS_XEC, &stats->xec); in fm10k_update_hw_stats_pf()
1470 stats->xec.count += xec; in fm10k_update_hw_stats_pf()
1481 fm10k_update_hw_base_32b(&stats->xec, xec); in fm10k_update_hw_stats_pf()
1507 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.h3362 u64 xec; member
Dixgbe_ethtool.c888 regs_buff[973] = IXGBE_GET_STAT(adapter, xec); in ixgbe_get_regs()