Searched refs:txqsq (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | reporter_tx.c | 202 if (!test_bit(MLX5E_SQ_STATE_RECOVERING, &ptpsq->txqsq.state)) in mlx5e_tx_reporter_ptpsq_unhealthy_recover() 205 priv = ptpsq->txqsq.priv; in mlx5e_tx_reporter_ptpsq_unhealthy_recover() 215 if (!test_bit(MLX5E_SQ_STATE_ENABLED, &ptpsq->txqsq.state)) in mlx5e_tx_reporter_ptpsq_unhealthy_recover() 302 mlx5e_tx_reporter_build_diagnose_output_sq_common(fmsg, &ptpsq->txqsq, tc); in mlx5e_tx_reporter_build_diagnose_output_ptpsq() 311 struct mlx5e_txqsq *txqsq) in mlx5e_tx_reporter_diagnose_generic_txqsq() argument 313 bool real_time = mlx5_is_real_time_sq(txqsq->mdev); in mlx5e_tx_reporter_diagnose_generic_txqsq() 314 u32 sq_sz = mlx5_wq_cyc_get_size(&txqsq->wq); in mlx5e_tx_reporter_diagnose_generic_txqsq() 321 mlx5e_health_cq_common_diag_fmsg(&txqsq->cq, fmsg); in mlx5e_tx_reporter_diagnose_generic_txqsq() 351 mlx5e_tx_reporter_diagnose_generic_txqsq(fmsg, &generic_ptpsq->txqsq); in mlx5e_tx_reporter_diagnose_common_config() 473 return mlx5e_tx_reporter_dump_sq(priv, fmsg, &ptpsq->txqsq); in mlx5e_tx_reporter_ptpsq_unhealthy_dump() [all …]
|
| H A D | ptp.c | 95 struct mlx5e_txqsq *sq = &ptpsq->txqsq; in mlx5e_skb_cb_hwtstamp_tx() 198 struct mlx5e_txqsq *sq = &ptpsq->txqsq; in mlx5e_ptp_handle_ts_cqe() 230 queue_work(ptpsq->txqsq.priv->wq, &ptpsq->report_unhealthy_work); in mlx5e_ptp_handle_ts_cqe() 245 if (unlikely(!test_bit(MLX5E_SQ_STATE_ENABLED, &ptpsq->txqsq.state))) in mlx5e_ptp_poll_ts_cq() 268 mlx5e_txqsq_wake(&ptpsq->txqsq); in mlx5e_ptp_poll_ts_cq() 288 busy |= mlx5e_poll_tx_cq(&c->ptpsq[i].txqsq.cq, budget); in mlx5e_ptp_napi_poll() 313 mlx5e_cq_arm(&c->ptpsq[i].txqsq.cq); in mlx5e_ptp_napi_poll() 393 db_sz = min_t(u32, mlx5_wq_cyc_get_size(&ptpsq->txqsq.wq), in mlx5e_ptp_alloc_traffic_db() 394 1 << MLX5_CAP_GEN_2(ptpsq->txqsq.mdev, in mlx5e_ptp_alloc_traffic_db() 469 struct mlx5e_txqsq *txqsq = &ptpsq->txqsq; in mlx5e_ptp_open_txqsq() local [all …]
|
| H A D | ptp.h | 33 struct mlx5e_txqsq txqsq; member
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_rep.c | 613 sqs[num_sqs++] = ptp_ch->ptpsq[tc].txqsq.sqn; in mlx5e_add_sqs_fwd_rules()
|
| H A D | en_main.c | 3272 struct mlx5e_txqsq *sq = &c->ptpsq[tc].txqsq; in mlx5e_build_txq_maps()
|