Home
last modified time | relevance | path

Searched refs:psp_dev_stats (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/psp/
H A Dtypes.h153 struct psp_dev_stats { struct
213 void (*get_stats)(struct psp_dev *psd, struct psp_dev_stats *stats);
/linux/drivers/net/netdevsim/
H A Dpsp.c176 static void nsim_get_stats(struct psp_dev *psd, struct psp_dev_stats *stats) in nsim_get_stats()
184 memset(stats, 0, sizeof(struct psp_dev_stats)); in nsim_get_stats()
/linux/net/psp/
H A Dpsp_nl.c513 unsigned int required_cnt = sizeof(struct psp_dev_stats) / sizeof(u64); in psp_nl_stats_fill()
514 struct psp_dev_stats stats; in psp_nl_stats_fill()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dpsp.c1046 mlx5e_psp_get_stats(struct psp_dev *psd, struct psp_dev_stats *stats) in mlx5e_psp_get_stats()