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 …]
1692 struct mlx5e_sq_stats *sq_stats) in mlx5e_open_txqsq() argument1702 sq->stats = sq_stats; in mlx5e_open_txqsq()3699 struct mlx5e_sq_stats *sq_stats = &channel_stats->sq[j]; in mlx5e_fold_sw_stats64() local3701 s->tx_packets += sq_stats->packets; in mlx5e_fold_sw_stats64()3702 s->tx_bytes += sq_stats->bytes; in mlx5e_fold_sw_stats64()3703 s->tx_dropped += sq_stats->dropped; in mlx5e_fold_sw_stats64()3708 struct mlx5e_sq_stats *sq_stats = &priv->ptp_stats.sq[i]; in mlx5e_fold_sw_stats64() local3710 s->tx_packets += sq_stats->packets; in mlx5e_fold_sw_stats64()3711 s->tx_bytes += sq_stats->bytes; in mlx5e_fold_sw_stats64()3712 s->tx_dropped += sq_stats->dropped; in mlx5e_fold_sw_stats64()
1084 struct mlx5e_sq_stats *sq_stats);
131 struct mlx5e_sq_stats *sq_stats = &channel_stats->sq[j]; in mlx5i_grp_sw_update_stats() local133 s.tx_packets += sq_stats->packets; in mlx5i_grp_sw_update_stats()134 s.tx_bytes += sq_stats->bytes; in mlx5i_grp_sw_update_stats()135 s.tx_dropped += sq_stats->dropped; in mlx5i_grp_sw_update_stats()