Searched defs:mpc (Results 1 - 10 of 10) sorted by relevance

/drivers/net/ethernet/amd/
H A Dnmclan_cs.c351 int mpc; member in struct:_mace_statistics
1202 pr_debug(" mpc=%d\n", pstats->mpc);
1231 lp->mace_stats.mpc += mace_read(lp, ioaddr, MACE_MPC);
1254 lp->mace_stats.mpco * 256 + lp->mace_stats.mpc;
/drivers/pci/
H A Dquirks.c3792 u32 mpc; local
3800 pci_read_config_dword(dev, INTEL_MPC_REG, &mpc);
3801 if (!(mpc & INTEL_MPC_REG_IRBNCE)) {
3803 mpc |= INTEL_MPC_REG_IRBNCE;
3804 pci_write_config_word(dev, INTEL_MPC_REG, mpc);
/drivers/net/ethernet/intel/e1000e/
H A Dhw.h339 u64 mpc; member in struct:e1000_hw_stats
/drivers/net/ethernet/intel/igb/
H A De1000_hw.h190 u64 mpc; member in struct:e1000_hw_stats
H A Digb_main.c5215 u32 reg, mpc; local
5290 mpc = rd32(E1000_MPC);
5291 adapter->stats.mpc += mpc;
5292 net_stats->rx_fifo_errors += mpc;
5370 net_stats->rx_missed_errors = adapter->stats.mpc;
/drivers/net/ethernet/intel/ixgb/
H A Dixgb_hw.h724 u64 mpc; member in struct:ixgb_hw_stats
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c5737 u32 i, missed_rx = 0, mpc, bprc, lxon, lxoff, xon_off_tot; local
5793 mpc = IXGBE_READ_REG(hw, IXGBE_MPC(i));
5794 missed_rx += mpc;
5795 hwstats->mpc[i] += mpc;
5796 total_mpc += hwstats->mpc[i];
H A Dixgbe_type.h2754 u64 mpc[8]; member in struct:ixgbe_hw_stats
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dwl_cfg80211.c567 static void brcmf_scan_config_mpc(struct brcmf_if *ifp, int mpc) argument
570 brcmf_set_mpc(ifp, mpc);
573 void brcmf_set_mpc(struct brcmf_if *ifp, int mpc) argument
578 err = brcmf_fil_iovar_int_set(ifp, "mpc", mpc);
580 brcmf_err("fail to set mpc\n");
583 brcmf_dbg(INFO, "MPC : %d\n", mpc);
664 brcmf_fil_iovar_int_set(netdev_priv(ndev), "mpc", 1);
/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h1283 u64 mpc; member in struct:e1000_hw_stats

Completed in 550 milliseconds