/drivers/net/ethernet/apple/ |
D | mace.h | 40 REG(mpc); /* missed packet count (clears when read) */
|
D | macmace.c | 543 dev->stats.rx_missed_errors += mb->mpc; /* reading clears it */ in mace_handle_misc_intrs()
|
D | mace.c | 645 dev->stats.rx_missed_errors += in_8(&mb->mpc); /* reading clears it */ in mace_handle_misc_intrs()
|
/drivers/net/ethernet/amd/ |
D | nmclan_cs.c | 351 int mpc; member 1204 pr_debug(" mpc=%d\n", pstats->mpc); in pr_mace_stats() 1233 lp->mace_stats.mpc += mace_read(lp, ioaddr, MACE_MPC); in update_stats() 1256 lp->mace_stats.mpco * 256 + lp->mace_stats.mpc; in update_stats()
|
/drivers/net/wireless/brcm80211/brcmfmac/ |
D | cfg80211.h | 500 void brcmf_set_mpc(struct brcmf_if *ndev, int mpc);
|
D | cfg80211.c | 647 static void brcmf_scan_config_mpc(struct brcmf_if *ifp, int mpc) in brcmf_scan_config_mpc() argument 650 brcmf_set_mpc(ifp, mpc); in brcmf_scan_config_mpc() 653 void brcmf_set_mpc(struct brcmf_if *ifp, int mpc) in brcmf_set_mpc() argument 658 err = brcmf_fil_iovar_int_set(ifp, "mpc", mpc); in brcmf_set_mpc() 663 brcmf_dbg(INFO, "MPC : %d\n", mpc); in brcmf_set_mpc()
|
/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_main.c | 1706 adapter->stats.mpc += IXGB_READ_REG(&adapter->hw, MPC); in ixgb_update_stats() 1758 adapter->stats.ecbc + adapter->stats.mpc; in ixgb_update_stats() 1765 netdev->stats.rx_fifo_errors = adapter->stats.mpc; in ixgb_update_stats() 1766 netdev->stats.rx_missed_errors = adapter->stats.mpc; in ixgb_update_stats() 1767 netdev->stats.rx_over_errors = adapter->stats.mpc; in ixgb_update_stats()
|
D | ixgb_hw.h | 724 u64 mpc; member
|
D | ixgb_ethtool.c | 320 *reg++ = IXGB_GET_STAT(adapter, mpc); /* 101 */ in ixgb_get_regs()
|
/drivers/i2c/busses/ |
D | Makefile | 64 obj-$(CONFIG_I2C_MPC) += i2c-mpc.o
|
D | Kconfig | 651 will be called i2c-mpc.
|
/drivers/net/ethernet/intel/igb/ |
D | e1000_hw.h | 190 u64 mpc; member
|
D | igb_main.c | 5239 u32 reg, mpc; in igb_update_stats() local 5314 mpc = rd32(E1000_MPC); in igb_update_stats() 5315 adapter->stats.mpc += mpc; in igb_update_stats() 5316 net_stats->rx_fifo_errors += mpc; in igb_update_stats() 5394 net_stats->rx_missed_errors = adapter->stats.mpc; in igb_update_stats()
|
D | igb_ethtool.c | 65 IGB_STAT("rx_missed_errors", stats.mpc), 543 regs_buff[58] = adapter->stats.mpc; in igb_get_regs()
|
/drivers/net/ethernet/intel/e1000e/ |
D | hw.h | 345 u64 mpc; member
|
D | netdev.c | 4869 adapter->stats.mpc += er32(MPC); in e1000e_update_stats() 4931 netdev->stats.rx_missed_errors = adapter->stats.mpc; in e1000e_update_stats() 5927 stats->rx_missed_errors = adapter->stats.mpc; in e1000e_get_stats64()
|
D | ethtool.c | 74 E1000_STAT("rx_missed_errors", stats.mpc),
|
/drivers/pci/ |
D | quirks.c | 4138 u32 mpc; in pci_quirk_enable_intel_rp_mpc_acs() local 4146 pci_read_config_dword(dev, INTEL_MPC_REG, &mpc); in pci_quirk_enable_intel_rp_mpc_acs() 4147 if (!(mpc & INTEL_MPC_REG_IRBNCE)) { in pci_quirk_enable_intel_rp_mpc_acs() 4149 mpc |= INTEL_MPC_REG_IRBNCE; in pci_quirk_enable_intel_rp_mpc_acs() 4150 pci_write_config_word(dev, INTEL_MPC_REG, mpc); in pci_quirk_enable_intel_rp_mpc_acs()
|
/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 6081 u32 i, missed_rx = 0, mpc, bprc, lxon, lxoff, xon_off_tot; in ixgbe_update_stats() local 6137 mpc = IXGBE_READ_REG(hw, IXGBE_MPC(i)); in ixgbe_update_stats() 6138 missed_rx += mpc; in ixgbe_update_stats() 6139 hwstats->mpc[i] += mpc; in ixgbe_update_stats() 6140 total_mpc += hwstats->mpc[i]; in ixgbe_update_stats()
|
D | ixgbe_type.h | 3144 u64 mpc[8]; member
|
D | ixgbe_ethtool.c | 669 regs_buff[885 + i] = IXGBE_GET_STAT(adapter, mpc[i]); in ixgbe_get_regs()
|
/drivers/net/ethernet/intel/e1000/ |
D | e1000_ethtool.c | 65 { "rx_missed_errors", E1000_STAT(stats.mpc) },
|
D | e1000_hw.h | 1283 u64 mpc; member
|
D | e1000_main.c | 3668 adapter->stats.mpc += er32(MPC); in e1000_update_stats() 3737 netdev->stats.rx_missed_errors = adapter->stats.mpc; in e1000_update_stats()
|