Home
last modified time | relevance | path

Searched refs:net_dim_sample (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/include/linux/
Dnet_dim.h45 struct net_dim_sample { struct
61 struct net_dim_sample start_sample; argument
354 static inline void net_dim_sample(u16 event_ctr, in net_dim_sample() function
357 struct net_dim_sample *s) in net_dim_sample()
368 static inline void net_dim_calc_stats(struct net_dim_sample *start, in net_dim_calc_stats()
369 struct net_dim_sample *end, in net_dim_calc_stats()
388 struct net_dim_sample end_sample) in net_dim()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_txrx.c51 struct net_dim_sample dim_sample; in mlx5e_handle_tx_dim()
56 net_dim_sample(sq->cq.event_ctr, stats->packets, stats->bytes, in mlx5e_handle_tx_dim()
64 struct net_dim_sample dim_sample; in mlx5e_handle_rx_dim()
69 net_dim_sample(rq->cq.event_ctr, stats->packets, stats->bytes, in mlx5e_handle_rx_dim()
/Linux-v4.19/Documentation/networking/
Dnet_dim.txt96 struct net_dim_sample end_sample). This function is the entry point to the Net
99 data structures: struct net_dim and struct net_dim_sample. Struct net_dim
103 Struct net_dim_sample describes a data sample, which will be compared to the
115 as the main Net DIM API object. The struct net_dim_sample should hold the latest
155 struct net_dim_sample dim_sample;
158 net_dim_sample(my_entity->events,
/Linux-v4.19/drivers/net/ethernet/broadcom/
Dbcmsysport.c1012 struct net_dim_sample dim_sample; in bcm_sysport_poll()
1036 net_dim_sample(priv->dim.event_ctr, priv->dim.packets, in bcm_sysport_poll()
/Linux-v4.19/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.c1901 struct net_dim_sample dim_sample; in bcmgenet_rx_poll()
1912 net_dim_sample(ring->dim.event_ctr, ring->dim.packets, in bcmgenet_rx_poll()
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c2048 struct net_dim_sample dim_sample; in bnxt_poll()
2050 net_dim_sample(cpr->event_ctr, in bnxt_poll()