Searched refs:tx_qp_err_stats (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/infiniband/hw/ocrdma/
H A Docrdma.h303 struct ocrdma_stats tx_qp_err_stats; member in struct:ocrdma_dev
H A Docrdma_stats.c446 struct ocrdma_tx_qp_err_stats *tx_qp_err_stats = local
447 &rdma_stats->tx_qp_err_stats;
453 (u64)tx_qp_err_stats->local_length_errors);
455 (u64)tx_qp_err_stats->local_protection_errors);
457 (u64)tx_qp_err_stats->local_qp_operation_errors);
459 (u64)tx_qp_err_stats->retry_count_exceeded_errors);
461 (u64)tx_qp_err_stats->rnr_retry_count_exceeded_errors);
793 dev->tx_qp_err_stats.type = OCRDMA_TXQP_ERRSTATS;
794 dev->tx_qp_err_stats.dev = dev;
795 debugfs_create_file("tx_qp_err_stats", S_IRUS
[all...]
H A Docrdma_sli.h2067 struct ocrdma_tx_qp_err_stats tx_qp_err_stats; member in struct:ocrdma_rdma_stats_resp

Completed in 165 milliseconds