/openbmc/linux/drivers/net/can/dev/ |
H A D | skb.c | 28 struct net_device_stats *stats = &dev->stats; in can_flush_echo_skb() local
|
/openbmc/linux/drivers/net/can/spi/mcp251xfd/ |
H A D | mcp251xfd-tef.c | 73 struct net_device_stats *stats = &priv->ndev->stats; in mcp251xfd_handle_tefif_one() local
|
/openbmc/linux/drivers/cpuidle/governors/ |
H A D | ladder.c | 36 } stats; member
|
/openbmc/linux/net/netfilter/ |
H A D | xt_RATEEST.c | 97 struct gnet_stats_basic_sync *stats = &info->est->bstats; in xt_rateest_tg() local
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_port.c | 190 struct net_device_stats *stats = &dev->stats; in mlx4_en_DUMP_ETH_STATS() local
|
/openbmc/qemu/include/block/ |
H A D | accounting.h | 46 BlockAcctStats *stats; member
|
/openbmc/linux/drivers/net/can/ |
H A D | xilinx_can.c | 783 struct net_device_stats *stats = &ndev->stats; in xcan_rx() local 853 struct net_device_stats *stats = &ndev->stats; in xcanfd_rx() local 1029 struct net_device_stats *stats = &ndev->stats; in xcan_err_interrupt() local 1273 struct net_device_stats *stats = &ndev->stats; in xcan_tx_interrupt() local
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_iscsi.c | 1002 struct qed_iscsi_stats *stats, in qed_iscsi_get_stats() 1341 struct qed_iscsi_stats *stats, in qed_iscsi_stats_context() 1347 static int qed_iscsi_stats(struct qed_dev *cdev, struct qed_iscsi_stats *stats) in qed_iscsi_stats() 1369 struct qed_mcp_iscsi_stats *stats, in qed_get_protocol_stats_iscsi()
|
/openbmc/linux/net/batman-adv/ |
H A D | soft-interface.c | 115 struct net_device_stats *stats = &dev->stats; in batadv_interface_stats() local 956 struct ethtool_stats *stats, u64 *data) in batadv_get_ethtool_stats()
|
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A D | siena.c | 557 u64 *stats = nic_data->stats; in siena_try_update_nic_stats() local 596 u64 *stats = nic_data->stats; in siena_update_nic_stats() local
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | tc90522.c | 199 struct dtv_fe_stats *stats; in tc90522s_get_frontend() local 334 struct dtv_fe_stats *stats; in tc90522t_get_frontend() local
|
/openbmc/linux/drivers/infiniband/hw/bnxt_re/ |
H A D | qplib_res.c | 834 struct bnxt_qplib_stats *stats) in bnxt_qplib_free_stats_ctx() 846 struct bnxt_qplib_stats *stats) in bnxt_qplib_alloc_stats_ctx()
|
/openbmc/linux/drivers/net/mctp/ |
H A D | mctp-i3c.c | 103 struct net_device_stats *stats = &mi->mbus->ndev->stats; in mctp_i3c_read() local 362 struct net_device_stats *stats = &mbus->ndev->stats; in mctp_i3c_xmit() local
|
/openbmc/linux/net/core/ |
H A D | page_pool.c | 73 struct page_pool_stats *stats) in page_pool_get_stats() 122 u64 *page_pool_ethtool_stats_get(u64 *data, void *stats) in page_pool_ethtool_stats_get()
|
/openbmc/phosphor-webui/ |
H A D | webpack.config.js | 191 config.devServer = {contentBase: './src/public', stats: 'minimal'}; property in config.devServer
|
/openbmc/linux/drivers/crypto/cavium/zip/ |
H A D | zip_main.h | 109 struct zip_stats stats; member
|
/openbmc/linux/Documentation/admin-guide/mm/damon/ |
H A D | usage.rst | 420 .. _sysfs_schemes_tried_regions:
|
/openbmc/linux/drivers/net/ethernet/ti/icssg/ |
H A D | icssg_ethtool.c | 100 struct ethtool_stats *stats, u64 *data) in emac_get_ethtool_stats()
|
/openbmc/linux/drivers/net/ethernet/emulex/benet/ |
H A D | be_ethtool.c | 374 struct ethtool_stats *stats, uint64_t *data) in be_get_ethtool_stats() 389 struct be_rx_stats *stats = rx_stats(rxo); in be_get_ethtool_stats() local 405 struct be_tx_stats *stats = tx_stats(txo); in be_get_ethtool_stats() local
|
/openbmc/linux/net/l2tp/ |
H A D | l2tp_ppp.c | 1021 const struct l2tp_stats *stats) in pppol2tp_copy_stats() 1035 static int pppol2tp_tunnel_copy_stats(struct pppol2tp_ioc_stats *stats, in pppol2tp_tunnel_copy_stats() 1066 struct pppol2tp_ioc_stats stats; in pppol2tp_ioctl() local
|
/openbmc/linux/drivers/net/can/usb/ |
H A D | ems_usb.c | 304 struct net_device_stats *stats = &dev->netdev->stats; in ems_usb_rx_can_msg() local 335 struct net_device_stats *stats = &dev->netdev->stats; in ems_usb_rx_err() local 749 struct net_device_stats *stats = &netdev->stats; in ems_usb_start_xmit() local
|
/openbmc/linux/drivers/net/wireless/ath/wil6210/ |
H A D | txrx.c | 455 struct wil_net_stats *stats; in wil_vring_reap_rx() local 690 struct wil_net_stats *stats) in wil_rx_error_check() 894 struct wil_net_stats *stats, bool gro) in wil_netif_rx() 975 struct wil_net_stats *stats; in wil_netif_rx_any() local 2427 struct wil_net_stats *stats = NULL; in wil_tx_complete() local
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | xskxceiver.c | 1240 static int get_xsk_stats(struct xsk_socket *xsk, struct xdp_statistics *stats) in get_xsk_stats() 1266 struct xdp_statistics stats; in validate_rx_dropped() local 1291 struct xdp_statistics stats; in validate_rx_full() local 1310 struct xdp_statistics stats; in validate_fill_empty() local 1330 struct xdp_statistics stats; in validate_tx_invalid_descs() local
|
/openbmc/linux/net/openvswitch/ |
H A D | datapath.c | 219 struct vport_upcall_stats_percpu *stats; in ovs_vport_update_upcall_stats() local 252 struct dp_stats_percpu *stats; in ovs_dp_process_packet() local 315 struct dp_stats_percpu *stats; in ovs_dp_upcall() local 723 static void get_dp_stats(const struct datapath *dp, struct ovs_dp_stats *stats, in get_dp_stats() 807 struct ovs_flow_stats stats; in ovs_flow_cmd_fill_stats() local
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_debugfs.c | 231 struct mcs_port_stats stats; in rvu_dbg_mcs_port_stats_display() local 269 struct mcs_sa_stats stats; in rvu_dbg_mcs_sa_stats_display() local 322 struct mcs_sc_stats stats; in rvu_dbg_mcs_tx_sc_stats_display() local 352 struct mcs_sc_stats stats; in rvu_dbg_mcs_rx_sc_stats_display() local 389 struct mcs_flowid_stats stats; in rvu_dbg_mcs_flowid_stats_display() local 426 struct mcs_secy_stats stats; in rvu_dbg_mcs_tx_secy_stats_display() local 469 struct mcs_secy_stats stats; in rvu_dbg_mcs_rx_secy_stats_display() local
|