Searched refs:eth_stats (Results 1 - 25 of 30) sorted by relevance

12

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_repr.c53 struct ice_eth_stats *eth_stats; local
61 eth_stats = &vsi->eth_stats;
63 stats->tx_packets = eth_stats->tx_unicast + eth_stats->tx_broadcast +
64 eth_stats->tx_multicast;
65 stats->rx_packets = eth_stats->rx_unicast + eth_stats->rx_broadcast +
66 eth_stats->rx_multicast;
67 stats->tx_bytes = eth_stats
[all...]
H A Dice_ethtool.c52 ICE_VSI_STAT("rx_unicast", eth_stats.rx_unicast),
53 ICE_VSI_STAT("tx_unicast", eth_stats.tx_unicast),
54 ICE_VSI_STAT("rx_multicast", eth_stats.rx_multicast),
55 ICE_VSI_STAT("tx_multicast", eth_stats.tx_multicast),
56 ICE_VSI_STAT("rx_broadcast", eth_stats.rx_broadcast),
57 ICE_VSI_STAT("tx_broadcast", eth_stats.tx_broadcast),
58 ICE_VSI_STAT("rx_bytes", eth_stats.rx_bytes),
59 ICE_VSI_STAT("tx_bytes", eth_stats.tx_bytes),
60 ICE_VSI_STAT("rx_dropped", eth_stats.rx_discards),
61 ICE_VSI_STAT("rx_unknown_protocol", eth_stats
[all...]
H A Dice.h385 struct ice_eth_stats eth_stats; member in struct:ice_vsi
H A Dice_sriov.c1737 stats = &vsi->eth_stats;
/linux-master/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c391 apc->eth_stats.stop_queue++;
418 apc->eth_stats.wake_queue++;
1402 apc->eth_stats.tx_cqe_err++;
1413 apc->eth_stats.tx_cqe_unknown_type++;
1453 apc->eth_stats.wake_queue++;
1703 apc->eth_stats.rx_coalesced_err++;
1713 apc->eth_stats.rx_cqe_unknown_type++;
2432 apc->eth_stats.hc_rx_discards_no_wqe = resp.rx_discards_nowqe;
2433 apc->eth_stats.hc_rx_err_vport_disabled = resp.rx_err_vport_disabled;
2434 apc->eth_stats
[all...]
H A Dmana_ethtool.c149 void *eth_stats = &apc->eth_stats; local
174 data[i++] = *(u64 *)(eth_stats + mana_eth_stats[q].offset);
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_port.h64 * @eth_stats: for %NFP_PORT_PHYS_PORT MAC stats if available
91 u8 __iomem *eth_stats; member in struct:nfp_port::__anon175::__anon176
H A Dnfp_port.c194 port->eth_stats =
H A Dnfp_net_repr.c62 u8 __iomem *mem = port->eth_stats;
H A Dnfp_net_ethtool.c1053 if (!__nfp_port_get_eth_port(port) || !port->eth_stats)
1065 if (!__nfp_port_get_eth_port(port) || !port->eth_stats)
1080 if (!__nfp_port_get_eth_port(port) || !port->eth_stats)
1084 *data++ = readq(port->eth_stats + nfp_mac_et_stats[i].off);
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_stats.c554 struct bnx2x_eth_stats *estats = &bp->eth_stats;
660 struct bnx2x_eth_stats *estats = &bp->eth_stats;
751 struct bnx2x_eth_stats *estats = &bp->eth_stats;
809 struct bnx2x_eth_stats *estats = &bp->eth_stats;
926 struct bnx2x_eth_stats *estats = &bp->eth_stats;
1119 struct bnx2x_eth_stats *estats = &bp->eth_stats;
1189 struct bnx2x_eth_stats *estats = &bp->eth_stats;
1255 struct bnx2x_eth_stats *estats = &bp->eth_stats;
1586 memset(&bp->eth_stats, 0, sizeof(bp->eth_stats));
[all...]
H A Dbnx2x_cmn.c3881 bp->eth_stats.ptp_skip_tx_ts++;
3884 bp->eth_stats.ptp_skip_tx_ts++;
H A Dbnx2x.h1715 struct bnx2x_eth_stats eth_stats; member in struct:bnx2x
H A Dbnx2x_main.c926 bp->eth_stats.unrecoverable_error++;
10128 bp->eth_stats.recoverable_error;
10130 bp->eth_stats.unrecoverable_error;
10149 bp->eth_stats.recoverable_error =
10151 bp->eth_stats.unrecoverable_error =
15148 bp->eth_stats.ptp_skip_tx_ts++;
/linux-master/drivers/net/hyperv/
H A Dnetvsc.c807 ndev_ctx->eth_stats.wake_queue++;
1123 ndev_ctx->eth_stats.stop_queue++;
1127 ndev_ctx->eth_stats.stop_queue++;
1139 ndev_ctx->eth_stats.wake_queue++;
1234 ++ndev_ctx->eth_stats.tx_send_full;
1331 ++ndev_ctx->eth_stats.rx_comp_busy;
H A Dnetvsc_drv.c506 ++net_device_ctx->eth_stats.tx_scattered;
513 ++net_device_ctx->eth_stats.tx_too_big;
572 ++net_device_ctx->eth_stats.vlan_error;
669 ++net_device_ctx->eth_stats.tx_busy;
674 ++net_device_ctx->eth_stats.tx_no_space;
683 ++net_device_ctx->eth_stats.tx_no_memory;
906 ++net_device_ctx->eth_stats.rx_no_memory;
1507 const void *nds = &ndc->eth_stats;
H A Dhyperv_net.h1047 struct netvsc_ethtool_stats eth_stats; member in struct:net_device_context
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c3089 struct qed_eth_stats eth_stats; local
3095 qed_get_vport_stats_context(cdev, &eth_stats, true);
3097 eth_stats.common.rx_ucast_pkts;
3099 eth_stats.common.tx_ucast_pkts;
H A Dqed_mfw_hsi.h174 struct eth_stats { struct
271 struct eth_stats eth;
/linux-master/include/net/mana/
H A Dmana.h450 struct mana_ethtool_stats eth_stats; member in struct:mana_port_context
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c286 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),
H A Di40e.h828 struct i40e_eth_stats eth_stats; member in struct:i40e_vsi
H A Di40e_virtchnl_pf.c2837 stats = vsi->eth_stats;
4989 stats = &vsi->eth_stats;
/linux-master/drivers/net/usb/
H A Dcatc.c102 enum eth_stats { enum
/linux-master/drivers/net/ethernet/alacritech/
H A Dslicoss.c1491 struct ethtool_stats *eth_stats, u64 *data)
1490 slic_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *eth_stats, u64 *data) argument

Completed in 386 milliseconds

12