/linux/drivers/net/ipvlan/ |
H A D | ipvlan_main.c | 297 u64 rx_pkts, rx_bytes, rx_mcast, tx_pkts, tx_bytes; in ipvlan_get_stats64() local 308 rx_mcast = u64_stats_read(&pcptr->rx_mcast); in ipvlan_get_stats64() 316 s->multicast += rx_mcast; in ipvlan_get_stats64()
|
H A D | ipvlan.h | 52 u64_stats_t rx_mcast; member
|
H A D | ipvlan_core.c | 27 u64_stats_inc(&pcptr->rx_mcast); in ipvlan_count_rx()
|
/linux/drivers/net/ethernet/qualcomm/emac/ |
H A D | emac.h | 216 u64 rx_mcast; /* good multicast packets */ member
|
H A D | emac.c | 349 net_stats->multicast = stats->rx_mcast; in emac_get_stats64()
|
/linux/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e.h | 250 unsigned long rx_mcast; /* The number of good multicast packet received. */ member
|
H A D | atl1e_main.c | 1163 net_stats->multicast = hw_stats->rx_mcast; in atl1e_get_stats()
|
/linux/drivers/net/ethernet/atheros/alx/ |
H A D | hw.h | 396 u64 rx_mcast; /* good RX multicast packets */ member
|
H A D | hw.c | 1073 hw->stats.rx_mcast += alx_read_mem32(hw, ALX_MIB_RX_MCAST); in alx_update_hw_stats()
|
/linux/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c.h | 301 unsigned long rx_mcast; /* The number of good multicast packet received. */ member
|
H A D | atl1c_main.c | 1544 net_stats->multicast = hw_stats->rx_mcast; in atl1c_get_stats()
|
/linux/drivers/net/ethernet/atheros/atlx/ |
H A D | atl1.h | 313 u32 rx_mcast; /* good RX multicast packets */ member
|
H A D | atl1.c | 1676 adapter->soft_stats.multicast += smb->rx_mcast; in atl1_inc_smb()
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | d3.h | 454 u8 rx_mcast[IWL_MIC_KEY_SIZE]; member
|
/linux/drivers/net/dsa/microchip/ |
H A D | ksz_common.c | 52 u64 rx_mcast; member 92 u64 rx_mcast; member 1990 stats->rx_packets = raw->rx_bcast + raw->rx_mcast + raw->rx_ucast + in ksz_r_mib_stats64() 2016 stats->multicast = raw->rx_mcast; in ksz_r_mib_stats64() 2045 stats->rx_packets = raw->rx_bcast + raw->rx_mcast + raw->rx_ucast + in ksz88xx_r_mib_stats64() 2071 stats->multicast = raw->rx_mcast; in ksz88xx_r_mib_stats64()
|
/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bfi_enet.h | 754 u64 rx_mcast; member
|
/linux/drivers/net/ethernet/cortina/ |
H A D | gemini.c | 1637 unsigned int rx_discards, rx_mcast, rx_bcast; in gmac_update_hw_stats() local 1647 rx_mcast = readl(port->gmac_base + GMAC_IN_MCAST); in gmac_update_hw_stats() 1648 port->hw_stats[2] += rx_mcast; in gmac_update_hw_stats() 1655 port->stats.multicast += rx_mcast; in gmac_update_hw_stats()
|
/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | lib.c | 929 rx_mic_key = data->tkip->mic_keys.rx_mcast; in iwlagn_wowlan_program_keys()
|
H A D | commands.h | 3790 u8 rx_mcast[IWLAGN_MIC_KEY_SIZE]; member
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4fw_api.h | 3253 __be64 rx_mcast; member
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | d3.c | 561 rx_mic_key = data->tkip.mic_keys.rx_mcast; in iwl_mvm_wowlan_get_tkip_data()
|