Searched refs:mpc (Results 1 - 23 of 23) sorted by relevance

/drivers/net/ethernet/apple/
H A Dmace.h40 REG(mpc); /* missed packet count (clears when read) */
H A Dmacmace.c546 dev->stats.rx_missed_errors += mb->mpc; /* reading clears it */
H A Dmace.c648 dev->stats.rx_missed_errors += in_8(&mb->mpc); /* reading clears it */
/drivers/i2c/busses/
H A DMakefile47 obj-$(CONFIG_I2C_MPC) += i2c-mpc.o
H A DKconfig455 will be called i2c-mpc.
/drivers/net/ethernet/amd/
H A Dnmclan_cs.c353 int mpc; member in struct:_mace_statistics
1204 pr_debug(" mpc=%d\n", pstats->mpc);
1233 lp->mace_stats.mpc += mace_read(lp, ioaddr, MACE_MPC);
1256 lp->mace_stats.mpco * 256 + lp->mace_stats.mpc;
/drivers/net/ethernet/intel/igb/
H A De1000_hw.h179 u64 mpc; member in struct:e1000_hw_stats
H A Digb_main.c4578 u32 reg, mpc; local
4650 mpc = rd32(E1000_MPC);
4651 adapter->stats.mpc += mpc;
4652 net_stats->rx_fifo_errors += mpc;
4725 net_stats->rx_missed_errors = adapter->stats.mpc;
H A Digb_ethtool.c67 IGB_STAT("rx_missed_errors", stats.mpc),
433 regs_buff[58] = adapter->stats.mpc;
/drivers/net/ethernet/intel/ixgb/
H A Dixgb_main.c1725 adapter->stats.mpc += IXGB_READ_REG(&adapter->hw, MPC);
1777 adapter->stats.ecbc + adapter->stats.mpc;
1784 netdev->stats.rx_fifo_errors = adapter->stats.mpc;
1785 netdev->stats.rx_missed_errors = adapter->stats.mpc;
1786 netdev->stats.rx_over_errors = adapter->stats.mpc;
H A Dixgb_hw.h724 u64 mpc; member in struct:ixgb_hw_stats
H A Dixgb_ethtool.c320 *reg++ = IXGB_GET_STAT(adapter, mpc); /* 101 */
/drivers/net/ethernet/intel/e1000e/
H A Dhw.h652 u64 mpc; member in struct:e1000_hw_stats
H A Dnetdev.c4119 adapter->stats.mpc += er32(MPC);
4183 netdev->stats.rx_missed_errors = adapter->stats.mpc;
5140 stats->rx_missed_errors = adapter->stats.mpc;
H A Dethtool.c79 E1000_STAT("rx_missed_errors", stats.mpc),
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c5558 u32 i, missed_rx = 0, mpc, bprc, lxon, lxoff, xon_off_tot; local
5620 mpc = IXGBE_READ_REG(hw, IXGBE_MPC(i));
5621 missed_rx += mpc;
5622 hwstats->mpc[i] += mpc;
5623 total_mpc += hwstats->mpc[i];
H A Dixgbe_ethtool.c645 regs_buff[885 + i] = IXGBE_GET_STAT(adapter, mpc[i]);
H A Dixgbe_type.h2621 u64 mpc[8]; member in struct:ixgbe_hw_stats
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dwl_cfg80211.c475 static void brcmf_set_mpc(struct net_device *ndev, int mpc) argument
481 err = brcmf_dev_intvar_set(ndev, "mpc", mpc);
483 WL_ERR("fail to set mpc\n");
486 WL_INFO("MPC : %d\n", mpc);
/drivers/net/wireless/bcmdhd/
H A Ddhd_linux.c2921 uint32 mpc = 0; /* Turn MPC off for AP/APSTA mode */ local
3004 bcm_mkiovar("mpc", (char *)&mpc, 4, iovbuf, sizeof(iovbuf));
3007 DHD_ERROR(("%s mpc for HostAPD failed %d\n", __FUNCTION__, ret));
3062 bcm_mkiovar("mpc", (char *)&mpc, 4, iovbuf, sizeof(iovbuf));
/drivers/net/ethernet/intel/e1000/
H A De1000_ethtool.c69 { "rx_missed_errors", E1000_STAT(stats.mpc) },
H A De1000_main.c3405 adapter->stats.mpc += er32(MPC);
3473 netdev->stats.rx_missed_errors = adapter->stats.mpc;
H A De1000_hw.h1275 u64 mpc; member in struct:e1000_hw_stats

Completed in 330 milliseconds