Home
last modified time | relevance | path

Searched refs:ts_cq (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dreporter_tx.c322 err = mlx5e_health_cq_diag_fmsg(&ptpsq->ts_cq, fmsg); in mlx5e_tx_reporter_build_diagnose_output_ptpsq()
382 err = mlx5e_health_cq_common_diag_fmsg(&ptpsq->ts_cq, fmsg); in mlx5e_tx_reporter_diagnose_generic_tx_port_ts()
675 struct mlx5e_cq *ts_cq = &ptpsq->ts_cq; in mlx5e_reporter_tx_ptpsq_unhealthy() local
684 txqsq->ch_ix, txqsq->sqn, ts_cq->mcq.cqn, map->undelivered_counter, map->capacity); in mlx5e_reporter_tx_ptpsq_unhealthy()
H A Dptp.c224 struct mlx5e_ptpsq *ptpsq = container_of(cq, struct mlx5e_ptpsq, ts_cq); in mlx5e_ptp_poll_ts_cq()
278 busy |= mlx5e_ptp_poll_ts_cq(&c->ptpsq[i].ts_cq, budget); in mlx5e_ptp_napi_poll()
303 mlx5e_cq_arm(&c->ptpsq[i].ts_cq); in mlx5e_ptp_napi_poll()
474 csp.ts_cqe_to_dest_cqn = ptpsq->ts_cq.mcq.cqn; in mlx5e_ptp_open_txqsq()
574 struct mlx5e_cq *cq = &c->ptpsq[tc].ts_cq; in mlx5e_ptp_open_tx_cqs()
588 mlx5e_close_cq(&c->ptpsq[tc].ts_cq); in mlx5e_ptp_open_tx_cqs()
620 mlx5e_close_cq(&c->ptpsq[tc].ts_cq); in mlx5e_ptp_close_tx_cqs()
H A Dptp.h34 struct mlx5e_cq ts_cq; member