Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/infiniband/hw/ocrdma/
Docrdma_stats.c446 struct ocrdma_tx_qp_err_stats *tx_qp_err_stats = in ocrdma_txqp_errstats() local
447 &rdma_stats->tx_qp_err_stats; in ocrdma_txqp_errstats()
453 (u64)tx_qp_err_stats->local_length_errors); in ocrdma_txqp_errstats()
455 (u64)tx_qp_err_stats->local_protection_errors); in ocrdma_txqp_errstats()
457 (u64)tx_qp_err_stats->local_qp_operation_errors); in ocrdma_txqp_errstats()
459 (u64)tx_qp_err_stats->retry_count_exceeded_errors); in ocrdma_txqp_errstats()
461 (u64)tx_qp_err_stats->rnr_retry_count_exceeded_errors); in ocrdma_txqp_errstats()
793 dev->tx_qp_err_stats.type = OCRDMA_TXQP_ERRSTATS; in ocrdma_add_port_stats()
794 dev->tx_qp_err_stats.dev = dev; in ocrdma_add_port_stats()
796 &dev->tx_qp_err_stats, &ocrdma_dbg_ops); in ocrdma_add_port_stats()
Docrdma.h303 struct ocrdma_stats tx_qp_err_stats; member
Docrdma_sli.h2067 struct ocrdma_tx_qp_err_stats tx_qp_err_stats; member