/linux-6.1.9/drivers/net/ipvlan/ |
D | ipvlan_main.c | 296 u64 rx_pkts, rx_bytes, rx_mcast, tx_pkts, tx_bytes; in ipvlan_get_stats64() local 307 rx_mcast = u64_stats_read(&pcptr->rx_mcast); in ipvlan_get_stats64() 315 s->multicast += rx_mcast; in ipvlan_get_stats64()
|
D | ipvlan.h | 52 u64_stats_t rx_mcast; member
|
D | ipvlan_core.c | 25 u64_stats_inc(&pcptr->rx_mcast); in ipvlan_count_rx()
|
/linux-6.1.9/drivers/net/ethernet/qualcomm/emac/ |
D | emac.h | 216 u64 rx_mcast; /* good multicast packets */ member
|
D | emac.c | 350 net_stats->multicast = stats->rx_mcast; in emac_get_stats64()
|
/linux-6.1.9/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e.h | 250 unsigned long rx_mcast; /* The number of good multicast packet received. */ member
|
D | atl1e_main.c | 1160 net_stats->multicast = hw_stats->rx_mcast; in atl1e_get_stats()
|
/linux-6.1.9/drivers/net/ethernet/atheros/alx/ |
D | hw.h | 396 u64 rx_mcast; /* good RX multicast packets */ member
|
D | hw.c | 1073 hw->stats.rx_mcast += alx_read_mem32(hw, ALX_MIB_RX_MCAST); in alx_update_hw_stats()
|
D | main.c | 1663 net_stats->multicast = hw_stats->rx_mcast; in alx_get_stats64()
|
/linux-6.1.9/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c.h | 301 unsigned long rx_mcast; /* The number of good multicast packet received. */ member
|
D | atl1c_main.c | 1565 net_stats->multicast = hw_stats->rx_mcast; in atl1c_get_stats()
|
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | d3.h | 449 u8 rx_mcast[IWL_MIC_KEY_SIZE]; member
|
/linux-6.1.9/drivers/net/ethernet/atheros/atlx/ |
D | atl1.h | 313 u32 rx_mcast; /* good RX multicast packets */ member
|
D | atl1.c | 1676 adapter->soft_stats.multicast += smb->rx_mcast; in atl1_inc_smb()
|
/linux-6.1.9/drivers/net/ethernet/brocade/bna/ |
D | bfi_enet.h | 754 u64 rx_mcast; member
|
/linux-6.1.9/drivers/net/ethernet/cortina/ |
D | gemini.c | 1607 unsigned int rx_discards, rx_mcast, rx_bcast; in gmac_update_hw_stats() local 1617 rx_mcast = readl(port->gmac_base + GMAC_IN_MCAST); in gmac_update_hw_stats() 1618 port->hw_stats[2] += rx_mcast; in gmac_update_hw_stats() 1625 port->stats.multicast += rx_mcast; in gmac_update_hw_stats()
|
/linux-6.1.9/drivers/net/dsa/microchip/ |
D | ksz_common.c | 45 u64 rx_mcast; member 1525 stats->rx_packets = raw->rx_bcast + raw->rx_mcast + raw->rx_ucast + in ksz_r_mib_stats64() 1551 stats->multicast = raw->rx_mcast; in ksz_r_mib_stats64()
|
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | lib.c | 929 rx_mic_key = data->tkip->mic_keys.rx_mcast; in iwlagn_wowlan_program_keys()
|
D | commands.h | 3786 u8 rx_mcast[IWLAGN_MIC_KEY_SIZE]; member
|
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | d3.c | 562 rx_mic_key = data->tkip.mic_keys.rx_mcast; in iwl_mvm_wowlan_get_tkip_data()
|
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4fw_api.h | 3253 __be64 rx_mcast; member
|