Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dreporter_tx.c176 if (!test_bit(MLX5E_SQ_STATE_RECOVERING, &ptpsq->txqsq.state)) in mlx5e_tx_reporter_ptpsq_unhealthy_recover()
179 priv = ptpsq->txqsq.priv; in mlx5e_tx_reporter_ptpsq_unhealthy_recover()
339 struct mlx5e_txqsq *txqsq) in mlx5e_tx_reporter_diagnose_generic_txqsq() argument
349 real_time = mlx5_is_real_time_sq(txqsq->mdev); in mlx5e_tx_reporter_diagnose_generic_txqsq()
350 sq_sz = mlx5_wq_cyc_get_size(&txqsq->wq); in mlx5e_tx_reporter_diagnose_generic_txqsq()
365 err = mlx5e_health_cq_common_diag_fmsg(&txqsq->cq, fmsg); in mlx5e_tx_reporter_diagnose_generic_txqsq()
562 return mlx5e_tx_reporter_dump_sq(priv, fmsg, &ptpsq->txqsq); in mlx5e_tx_reporter_ptpsq_unhealthy_dump()
607 struct mlx5e_txqsq *sq = &ptp_ch->ptpsq[tc].txqsq; in mlx5e_tx_reporter_dump_all_sqs()
674 struct mlx5e_txqsq *txqsq = &ptpsq->txqsq; in mlx5e_reporter_tx_ptpsq_unhealthy() local
676 struct mlx5e_priv *priv = txqsq->priv; in mlx5e_reporter_tx_ptpsq_unhealthy()
[all …]
H A Dptp.c187 struct mlx5e_txqsq *sq = &ptpsq->txqsq; in mlx5e_ptp_handle_ts_cqe()
257 mlx5e_txqsq_wake(&ptpsq->txqsq); in mlx5e_ptp_poll_ts_cq()
302 mlx5e_cq_arm(&c->ptpsq[i].txqsq.cq); in mlx5e_ptp_napi_poll()
460 struct mlx5e_txqsq *txqsq = &ptpsq->txqsq; in mlx5e_ptp_open_txqsq() local
465 txqsq, tc, ptpsq); in mlx5e_ptp_open_txqsq()
471 csp.cqn = txqsq->cq.mcq.cqn; in mlx5e_ptp_open_txqsq()
472 csp.wq_ctrl = &txqsq->wq_ctrl; in mlx5e_ptp_open_txqsq()
489 mlx5e_free_txqsq(txqsq); in mlx5e_ptp_open_txqsq()
496 struct mlx5e_txqsq *sq = &ptpsq->txqsq; in mlx5e_ptp_close_txqsq()
592 mlx5e_close_cq(&c->ptpsq[tc].txqsq.cq); in mlx5e_ptp_open_tx_cqs()
[all …]
H A Dptp.h33 struct mlx5e_txqsq txqsq; member
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.c550 sqs[num_sqs++] = ptp_ch->ptpsq[tc].txqsq.sqn; in mlx5e_add_sqs_fwd_rules()
H A Den_main.c2921 struct mlx5e_txqsq *sq = &c->ptpsq[tc].txqsq; in mlx5e_build_txq_maps()