Searched refs:sq_stats (Results 1 – 4 of 4) sorted by relevance
408 struct mlx5e_sq_stats *sq_stats) in mlx5e_stats_grp_sw_update_stats_sq() argument410 s->tx_packets += sq_stats->packets; in mlx5e_stats_grp_sw_update_stats_sq()411 s->tx_bytes += sq_stats->bytes; in mlx5e_stats_grp_sw_update_stats_sq()417 s->tx_nop += sq_stats->nop; in mlx5e_stats_grp_sw_update_stats_sq()420 s->tx_queue_stopped += sq_stats->stopped; in mlx5e_stats_grp_sw_update_stats_sq()421 s->tx_queue_wake += sq_stats->wake; in mlx5e_stats_grp_sw_update_stats_sq()422 s->tx_queue_dropped += sq_stats->dropped; in mlx5e_stats_grp_sw_update_stats_sq()423 s->tx_cqe_err += sq_stats->cqe_err; in mlx5e_stats_grp_sw_update_stats_sq()424 s->tx_recover += sq_stats->recover; in mlx5e_stats_grp_sw_update_stats_sq()432 s->tx_tls_ooo += sq_stats->tls_ooo; in mlx5e_stats_grp_sw_update_stats_sq()[all …]
1641 struct mlx5e_sq_stats *sq_stats) in mlx5e_open_txqsq() argument1651 sq->stats = sq_stats; in mlx5e_open_txqsq()3643 struct mlx5e_sq_stats *sq_stats = &channel_stats->sq[j]; in mlx5e_fold_sw_stats64() local3645 s->tx_packets += sq_stats->packets; in mlx5e_fold_sw_stats64()3646 s->tx_bytes += sq_stats->bytes; in mlx5e_fold_sw_stats64()3647 s->tx_dropped += sq_stats->dropped; in mlx5e_fold_sw_stats64()3652 struct mlx5e_sq_stats *sq_stats = &priv->ptp_stats.sq[i]; in mlx5e_fold_sw_stats64() local3654 s->tx_packets += sq_stats->packets; in mlx5e_fold_sw_stats64()3655 s->tx_bytes += sq_stats->bytes; in mlx5e_fold_sw_stats64()3656 s->tx_dropped += sq_stats->dropped; in mlx5e_fold_sw_stats64()
1118 struct mlx5e_sq_stats *sq_stats);
132 struct mlx5e_sq_stats *sq_stats = &channel_stats->sq[j]; in mlx5i_grp_sw_update_stats() local134 s.tx_packets += sq_stats->packets; in mlx5i_grp_sw_update_stats()135 s.tx_bytes += sq_stats->bytes; in mlx5i_grp_sw_update_stats()136 s.tx_dropped += sq_stats->dropped; in mlx5i_grp_sw_update_stats()
Completed in 26 milliseconds