Searched refs:txqsq (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dreporter_tx.c173 if (!test_bit(MLX5E_SQ_STATE_RECOVERING, &ptpsq->txqsq.state))
176 priv = ptpsq->txqsq.priv;
264 mlx5e_tx_reporter_build_diagnose_output_sq_common(fmsg, &ptpsq->txqsq, tc);
273 struct mlx5e_txqsq *txqsq)
275 bool real_time = mlx5_is_real_time_sq(txqsq->mdev);
276 u32 sq_sz = mlx5_wq_cyc_get_size(&txqsq->wq);
283 mlx5e_health_cq_common_diag_fmsg(&txqsq->cq, fmsg);
313 mlx5e_tx_reporter_diagnose_generic_txqsq(fmsg, &generic_ptpsq->txqsq);
410 return mlx5e_tx_reporter_dump_sq(priv, fmsg, &ptpsq->txqsq);
442 struct mlx5e_txqsq *sq = &ptp_ch->ptpsq[tc].txqsq;
272 mlx5e_tx_reporter_diagnose_generic_txqsq(struct devlink_fmsg *fmsg, struct mlx5e_txqsq *txqsq) argument
508 struct mlx5e_txqsq *txqsq = &ptpsq->txqsq; local
[all...]
H A Dptp.c187 struct mlx5e_txqsq *sq = &ptpsq->txqsq;
219 queue_work(ptpsq->txqsq.priv->wq, &ptpsq->report_unhealthy_work);
234 if (unlikely(!test_bit(MLX5E_SQ_STATE_ENABLED, &ptpsq->txqsq.state)))
257 mlx5e_txqsq_wake(&ptpsq->txqsq);
277 busy |= mlx5e_poll_tx_cq(&c->ptpsq[i].txqsq.cq, budget);
302 mlx5e_cq_arm(&c->ptpsq[i].txqsq.cq);
384 db_sz = min_t(u32, mlx5_wq_cyc_get_size(&ptpsq->txqsq.wq),
385 1 << MLX5_CAP_GEN_2(ptpsq->txqsq.mdev,
460 struct mlx5e_txqsq *txqsq = &ptpsq->txqsq; local
[all...]
H A Dptp.h33 struct mlx5e_txqsq txqsq; member in struct:mlx5e_ptpsq
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.c574 sqs[num_sqs++] = ptp_ch->ptpsq[tc].txqsq.sqn;
H A Den_main.c3025 struct mlx5e_txqsq *sq = &c->ptpsq[tc].txqsq;

Completed in 243 milliseconds