Searched refs:ocrdma_add_stat (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma_stats.c | 49 static int ocrdma_add_stat(char *start, char *pcur, in ocrdma_add_stat() function 112 pcur += ocrdma_add_stat(stats, pcur, "active_dpp_pds", in ocrdma_resource_stats() 114 pcur += ocrdma_add_stat(stats, pcur, "active_non_dpp_pds", in ocrdma_resource_stats() 116 pcur += ocrdma_add_stat(stats, pcur, "active_rc_dpp_qps", in ocrdma_resource_stats() 118 pcur += ocrdma_add_stat(stats, pcur, "active_uc_dpp_qps", in ocrdma_resource_stats() 120 pcur += ocrdma_add_stat(stats, pcur, "active_ud_dpp_qps", in ocrdma_resource_stats() 122 pcur += ocrdma_add_stat(stats, pcur, "active_rc_non_dpp_qps", in ocrdma_resource_stats() 124 pcur += ocrdma_add_stat(stats, pcur, "active_uc_non_dpp_qps", in ocrdma_resource_stats() 126 pcur += ocrdma_add_stat(stats, pcur, "active_ud_non_dpp_qps", in ocrdma_resource_stats() 128 pcur += ocrdma_add_stat(stats, pcur, "active_srqs", in ocrdma_resource_stats() [all …]
|