/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_stats.c | 554 struct bnx2x_eth_stats *estats = &bp->eth_stats; in bnx2x_bmac_stats_update() 660 struct bnx2x_eth_stats *estats = &bp->eth_stats; in bnx2x_mstat_stats_update() 751 struct bnx2x_eth_stats *estats = &bp->eth_stats; in bnx2x_emac_stats_update() 809 struct bnx2x_eth_stats *estats = &bp->eth_stats; in bnx2x_hw_stats_update() 925 struct bnx2x_eth_stats *estats = &bp->eth_stats; in bnx2x_storm_stats_update() 1118 struct bnx2x_eth_stats *estats = &bp->eth_stats; in bnx2x_net_stats_update() 1188 struct bnx2x_eth_stats *estats = &bp->eth_stats; in bnx2x_drv_stats_update() 1254 struct bnx2x_eth_stats *estats = &bp->eth_stats; in bnx2x_stats_update() 1585 memset(&bp->eth_stats, 0, sizeof(bp->eth_stats)); in bnx2x_memset_stats() 1693 struct bnx2x_eth_stats *estats = &bp->eth_stats; in bnx2x_save_statistics() [all …]
|
D | bnx2x_main.c | 927 bp->eth_stats.unrecoverable_error++; in bnx2x_panic_dump() 10127 bp->eth_stats.recoverable_error; in bnx2x_parity_recover() 10129 bp->eth_stats.unrecoverable_error; in bnx2x_parity_recover() 10148 bp->eth_stats.recoverable_error = in bnx2x_parity_recover() 10150 bp->eth_stats.unrecoverable_error = in bnx2x_parity_recover() 15213 bp->eth_stats.ptp_skip_tx_ts++; in bnx2x_ptp_task()
|
D | bnx2x.h | 1714 struct bnx2x_eth_stats eth_stats; member
|
D | bnx2x_cmn.c | 3872 bp->eth_stats.ptp_skip_tx_ts++; in bnx2x_start_xmit() 3875 bp->eth_stats.ptp_skip_tx_ts++; in bnx2x_start_xmit()
|
D | bnx2x_ethtool.c | 3258 hw_stats = (u32 *)&bp->eth_stats; in bnx2x_get_ethtool_stats()
|
/kernel/linux/linux-5.10/drivers/net/hyperv/ |
D | netvsc.c | 737 ndev_ctx->eth_stats.wake_queue++; in netvsc_send_tx_complete() 920 ndev_ctx->eth_stats.stop_queue++; in netvsc_send_pkt() 924 ndev_ctx->eth_stats.stop_queue++; in netvsc_send_pkt() 936 ndev_ctx->eth_stats.wake_queue++; in netvsc_send_pkt() 1011 ++ndev_ctx->eth_stats.tx_send_full; in netvsc_send() 1108 ++ndev_ctx->eth_stats.rx_comp_busy; in send_recv_completions()
|
D | netvsc_drv.c | 553 ++net_device_ctx->eth_stats.tx_scattered; in netvsc_xmit() 560 ++net_device_ctx->eth_stats.tx_too_big; in netvsc_xmit() 619 ++net_device_ctx->eth_stats.vlan_error; in netvsc_xmit() 716 ++net_device_ctx->eth_stats.tx_busy; in netvsc_xmit() 721 ++net_device_ctx->eth_stats.tx_no_space; in netvsc_xmit() 730 ++net_device_ctx->eth_stats.tx_no_memory; in netvsc_xmit() 924 ++net_device_ctx->eth_stats.rx_no_memory; in netvsc_recv_callback() 1520 const void *nds = &ndc->eth_stats; in netvsc_get_ethtool_stats()
|
D | hyperv_net.h | 969 struct netvsc_ethtool_stats eth_stats; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/ |
D | nfp_port.h | 78 u8 __iomem *eth_stats; member
|
D | nfp_port.c | 210 port->eth_stats = in nfp_port_init_phy_port()
|
D | nfp_net_ethtool.c | 655 if (!__nfp_port_get_eth_port(port) || !port->eth_stats) in nfp_mac_get_stats_count() 667 if (!__nfp_port_get_eth_port(port) || !port->eth_stats) in nfp_mac_get_stats_strings() 682 if (!__nfp_port_get_eth_port(port) || !port->eth_stats) in nfp_mac_get_stats() 686 *data++ = readq(port->eth_stats + nfp_mac_et_stats[i].off); in nfp_mac_get_stats()
|
D | nfp_net_repr.c | 62 u8 __iomem *mem = port->eth_stats; in nfp_repr_phy_port_get_stats64()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
D | ice_ethtool.c | 51 ICE_VSI_STAT("rx_unicast", eth_stats.rx_unicast), 52 ICE_VSI_STAT("tx_unicast", eth_stats.tx_unicast), 53 ICE_VSI_STAT("rx_multicast", eth_stats.rx_multicast), 54 ICE_VSI_STAT("tx_multicast", eth_stats.tx_multicast), 55 ICE_VSI_STAT("rx_broadcast", eth_stats.rx_broadcast), 56 ICE_VSI_STAT("tx_broadcast", eth_stats.tx_broadcast), 57 ICE_VSI_STAT("rx_bytes", eth_stats.rx_bytes), 58 ICE_VSI_STAT("tx_bytes", eth_stats.tx_bytes), 59 ICE_VSI_STAT("rx_dropped", eth_stats.rx_discards), 60 ICE_VSI_STAT("rx_unknown_protocol", eth_stats.rx_unknown_protocol), [all …]
|
D | ice.h | 299 struct ice_eth_stats eth_stats; member
|
D | ice_virtchnl_pf.c | 2514 stats = vsi->eth_stats; in ice_vc_get_stats_msg() 4059 stats = &vsi->eth_stats; in ice_get_vf_stats()
|
D | ice_lib.c | 1536 cur_es = &vsi->eth_stats; in ice_update_eth_stats()
|
D | ice_main.c | 5407 struct ice_eth_stats *cur_es = &vsi->eth_stats; in ice_update_vsi_stats()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
D | i40e_ethtool.c | 286 I40E_VSI_STAT("rx_unicast", eth_stats.rx_unicast), 287 I40E_VSI_STAT("tx_unicast", eth_stats.tx_unicast), 288 I40E_VSI_STAT("rx_multicast", eth_stats.rx_multicast), 289 I40E_VSI_STAT("tx_multicast", eth_stats.tx_multicast), 290 I40E_VSI_STAT("rx_broadcast", eth_stats.rx_broadcast), 291 I40E_VSI_STAT("tx_broadcast", eth_stats.tx_broadcast), 292 I40E_VSI_STAT("rx_unknown_protocol", eth_stats.rx_unknown_protocol),
|
D | i40e.h | 756 struct i40e_eth_stats eth_stats; member
|
D | i40e_virtchnl_pf.c | 2749 stats = vsi->eth_stats; in i40e_vc_get_stats_msg() 4766 stats = &vsi->eth_stats; in i40e_get_vf_stats()
|
D | i40e_main.c | 508 memset(&vsi->eth_stats, 0, sizeof(vsi->eth_stats)); in i40e_vsi_reset_stats() 705 es = &vsi->eth_stats; in i40e_update_eth_stats() 872 es = &vsi->eth_stats; in i40e_update_vsi_stats()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
D | qed_main.c | 3047 struct qed_eth_stats eth_stats; in qed_get_protocol_stats() local 3053 qed_get_vport_stats(cdev, ð_stats); in qed_get_protocol_stats() 3055 eth_stats.common.rx_ucast_pkts; in qed_get_protocol_stats() 3057 eth_stats.common.tx_ucast_pkts; in qed_get_protocol_stats()
|
D | qed_hsi.h | 11642 struct eth_stats { struct 11732 struct eth_stats eth; argument
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
D | catc.c | 102 enum eth_stats { enum
|
/kernel/linux/linux-5.10/drivers/net/ethernet/alacritech/ |
D | slicoss.c | 1491 struct ethtool_stats *eth_stats, u64 *data) in slic_get_ethtool_stats() argument
|