Home
last modified time | relevance | path

Searched refs:l2_err (Results 1 – 15 of 15) sorted by relevance

/linux/arch/mips/sibyte/common/
H A Dbus_watcher.c34 uint32_t l2_err; member
47 static void print_summary(uint32_t status, uint32_t l2_err, in print_summary() argument
50 printk("Bus watcher error counters: %08x %08x\n", l2_err, memio_err); in print_summary()
69 u32 status, l2_err, memio_err; in check_bus_watcher() local
84 l2_err = bw_stats.l2_err; in check_bus_watcher()
87 l2_err = csr_in32(IOADDR(A_BUS_L2_ERRORS)); in check_bus_watcher()
91 print_summary(status, l2_err, memio_err); in check_bus_watcher()
176 stats->l2_err = cntr = csr_in32(IOADDR(A_BUS_L2_ERRORS)); in sibyte_bw_int()
/linux/arch/mips/mm/
H A Dcerr-sb1.c133 uint32_t status, l2_err, memio_err; in check_bus_watcher() local
142 l2_err = csr_in32(IOADDR(A_BUS_L2_ERRORS)); in check_bus_watcher()
147 printk("Bus watcher error counters: %08x %08x\n", l2_err, memio_err); in check_bus_watcher()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs.c580 int l2_err = 0; in mlx5e_execute_l2_action() local
588 l2_err = mlx5_mpfs_add_mac(fs->mdev, mac_addr); in mlx5e_execute_l2_action()
589 hn->mpfs = !l2_err; in mlx5e_execute_l2_action()
596 l2_err = mlx5_mpfs_del_mac(fs->mdev, mac_addr); in mlx5e_execute_l2_action()
602 if (l2_err) in mlx5e_execute_l2_action()
605 mac_addr, l2_err); in mlx5e_execute_l2_action()
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h445 u64 l2_err; member
H A Dhns3_enet.c2523 stats->rx_dropped += ring->stats.l2_err; in hns3_fetch_stats()
2524 stats->rx_errors += ring->stats.l2_err; in hns3_fetch_stats()
2526 stats->rx_crc_errors += ring->stats.l2_err; in hns3_fetch_stats()
4284 ring->stats.l2_err++; in hns3_handle_bdinfo()
H A Dhns3_ethtool.c57 HNS3_TQP_STAT("l2_err", l2_err),
/linux/drivers/net/ethernet/cavium/liquidio/
H A Dliquidio_common.h814 u64 l2_err; /* Sum of DMA, parity, PCAM access, no memory, member
H A Dlio_core.c1325 rstats->l2_err = rsp_rstats->l2_err; in octnet_nic_stats_callback()
H A Dlio_ethtool.c1455 oct_dev->link_stats.fromwire.l2_err + in lio_get_ethtool_stats()
1559 data[i++] = CVM_CAST64(oct_dev->link_stats.fromwire.l2_err); in lio_get_ethtool_stats()
H A Dlio_vf_main.c1221 lstats->rx_length_errors = oct->link_stats.fromwire.l2_err; in liquidio_get_stats64()
H A Dlio_main.c2093 lstats->rx_length_errors = oct->link_stats.fromwire.l2_err; in liquidio_get_stats64()
/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhnae.h258 u64 l2_err; member
H A Dhns_ae_adapt.c649 + queue->rx_ring.stats.l2_err in hns_ae_update_stats()
H A Dhns_dsaf_rcb.c885 regs_buff[26] = queue->rx_ring.stats.l2_err; in hns_rcb_get_stats()
H A Dhns_enet.c668 ring->stats.l2_err++; in hns_nic_poll_rx_skb()