read_dev_cntr    5575 drivers/infiniband/hw/hfi1/chip.c 	u32 cur_ovfl_cnt = read_dev_cntr(dd, C_RCV_OVF, CNTR_INVALID_VL);
read_dev_cntr    12429 drivers/infiniband/hw/hfi1/chip.c 					read_dev_cntr(dd, i, vl);
read_dev_cntr    12431 drivers/infiniband/hw/hfi1/chip.c 				read_dev_cntr(dd, i, CNTR_INVALID_VL);
read_dev_cntr     827 drivers/infiniband/hw/hfi1/chip.h u64 read_dev_cntr(struct hfi1_devdata *dd, int index, int vl);
read_dev_cntr    2773 drivers/infiniband/hw/hfi1/mad.c 	rsp->port_xmit_data = cpu_to_be64(read_dev_cntr(dd, C_DC_XMIT_FLITS,
read_dev_cntr    2775 drivers/infiniband/hw/hfi1/mad.c 	rsp->port_rcv_data = cpu_to_be64(read_dev_cntr(dd, C_DC_RCV_FLITS,
read_dev_cntr    2777 drivers/infiniband/hw/hfi1/mad.c 	rsp->port_xmit_pkts = cpu_to_be64(read_dev_cntr(dd, C_DC_XMIT_PKTS,
read_dev_cntr    2779 drivers/infiniband/hw/hfi1/mad.c 	rsp->port_rcv_pkts = cpu_to_be64(read_dev_cntr(dd, C_DC_RCV_PKTS,
read_dev_cntr    2782 drivers/infiniband/hw/hfi1/mad.c 		cpu_to_be64(read_dev_cntr(dd, C_DC_MC_XMIT_PKTS,
read_dev_cntr    2785 drivers/infiniband/hw/hfi1/mad.c 		cpu_to_be64(read_dev_cntr(dd, C_DC_MC_RCV_PKTS,
read_dev_cntr    2798 drivers/infiniband/hw/hfi1/mad.c 		cpu_to_be64(read_dev_cntr(dd, C_DC_RCV_FCN, CNTR_INVALID_VL));
read_dev_cntr    2800 drivers/infiniband/hw/hfi1/mad.c 		cpu_to_be64(read_dev_cntr(dd, C_DC_RCV_BCN, CNTR_INVALID_VL));
read_dev_cntr    2808 drivers/infiniband/hw/hfi1/mad.c 		cpu_to_be64(read_dev_cntr(dd, C_DC_RMT_PHY_ERR,
read_dev_cntr    2811 drivers/infiniband/hw/hfi1/mad.c 		cpu_to_be64(read_dev_cntr(dd, C_DC_RX_REPLAY,
read_dev_cntr    2813 drivers/infiniband/hw/hfi1/mad.c 	tmp = read_dev_cntr(dd, C_DC_SEQ_CRC_CNT, CNTR_INVALID_VL);
read_dev_cntr    2814 drivers/infiniband/hw/hfi1/mad.c 	tmp2 = tmp + read_dev_cntr(dd, C_DC_REINIT_FROM_PEER_CNT,
read_dev_cntr    2823 drivers/infiniband/hw/hfi1/mad.c 		cpu_to_be64(read_dev_cntr(dd, C_DC_RCV_ERR, CNTR_INVALID_VL));
read_dev_cntr    2825 drivers/infiniband/hw/hfi1/mad.c 		cpu_to_be64(read_dev_cntr(dd, C_RCV_OVF, CNTR_INVALID_VL));
read_dev_cntr    2827 drivers/infiniband/hw/hfi1/mad.c 		cpu_to_be64(read_dev_cntr(dd, C_DC_FM_CFG_ERR,
read_dev_cntr    2833 drivers/infiniband/hw/hfi1/mad.c 	tmp = read_dev_cntr(dd, C_DC_UNC_ERR, CNTR_INVALID_VL);
read_dev_cntr    2846 drivers/infiniband/hw/hfi1/mad.c 		tmp = read_dev_cntr(dd, C_DC_RX_FLIT_VL, idx_from_vl(vl));
read_dev_cntr    2850 drivers/infiniband/hw/hfi1/mad.c 			cpu_to_be64(read_dev_cntr(dd, C_DC_RX_PKT_VL,
read_dev_cntr    2870 drivers/infiniband/hw/hfi1/mad.c 			cpu_to_be64(read_dev_cntr(dd, C_DC_RCV_FCN_VL,
read_dev_cntr    2874 drivers/infiniband/hw/hfi1/mad.c 			cpu_to_be64(read_dev_cntr(dd, C_DC_RCV_BCN_VL,
read_dev_cntr    2907 drivers/infiniband/hw/hfi1/mad.c 	error_counter_summary += read_dev_cntr(dd, C_DC_RMT_PHY_ERR,
read_dev_cntr    2910 drivers/infiniband/hw/hfi1/mad.c 	error_counter_summary += (read_dev_cntr(dd, C_DC_RX_REPLAY,
read_dev_cntr    2913 drivers/infiniband/hw/hfi1/mad.c 	tmp = read_dev_cntr(dd, C_DC_SEQ_CRC_CNT, CNTR_INVALID_VL);
read_dev_cntr    2914 drivers/infiniband/hw/hfi1/mad.c 	tmp += read_dev_cntr(dd, C_DC_REINIT_FROM_PEER_CNT, CNTR_INVALID_VL);
read_dev_cntr    2916 drivers/infiniband/hw/hfi1/mad.c 	error_counter_summary += read_dev_cntr(dd, C_DC_RCV_ERR,
read_dev_cntr    2918 drivers/infiniband/hw/hfi1/mad.c 	error_counter_summary += read_dev_cntr(dd, C_RCV_OVF, CNTR_INVALID_VL);
read_dev_cntr    2919 drivers/infiniband/hw/hfi1/mad.c 	error_counter_summary += read_dev_cntr(dd, C_DC_FM_CFG_ERR,
read_dev_cntr    2924 drivers/infiniband/hw/hfi1/mad.c 	tmp = read_dev_cntr(dd, C_DC_UNC_ERR, CNTR_INVALID_VL);
read_dev_cntr    2959 drivers/infiniband/hw/hfi1/mad.c 	rsp->port_xmit_data = cpu_to_be64(read_dev_cntr(dd, C_DC_XMIT_FLITS,
read_dev_cntr    2961 drivers/infiniband/hw/hfi1/mad.c 	rsp->port_rcv_data = cpu_to_be64(read_dev_cntr(dd, C_DC_RCV_FLITS,
read_dev_cntr    2963 drivers/infiniband/hw/hfi1/mad.c 	rsp->port_xmit_pkts = cpu_to_be64(read_dev_cntr(dd, C_DC_XMIT_PKTS,
read_dev_cntr    2965 drivers/infiniband/hw/hfi1/mad.c 	rsp->port_rcv_pkts = cpu_to_be64(read_dev_cntr(dd, C_DC_RCV_PKTS,
read_dev_cntr    2968 drivers/infiniband/hw/hfi1/mad.c 		cpu_to_be64(read_dev_cntr(dd, C_DC_MC_XMIT_PKTS,
read_dev_cntr    2971 drivers/infiniband/hw/hfi1/mad.c 		cpu_to_be64(read_dev_cntr(dd, C_DC_MC_RCV_PKTS,
read_dev_cntr    3056 drivers/infiniband/hw/hfi1/mad.c 		cpu_to_be64(read_dev_cntr(dd, C_DC_RCV_FCN, CNTR_INVALID_VL));
read_dev_cntr    3058 drivers/infiniband/hw/hfi1/mad.c 		cpu_to_be64(read_dev_cntr(dd, C_DC_RCV_BCN, CNTR_INVALID_VL));
read_dev_cntr    3078 drivers/infiniband/hw/hfi1/mad.c 			cpu_to_be64(read_dev_cntr(dd, C_DC_RX_FLIT_VL,
read_dev_cntr    3086 drivers/infiniband/hw/hfi1/mad.c 			cpu_to_be64(read_dev_cntr(dd, C_DC_RX_PKT_VL,
read_dev_cntr    3099 drivers/infiniband/hw/hfi1/mad.c 			cpu_to_be64(read_dev_cntr(dd, C_DC_RCV_FCN_VL,
read_dev_cntr    3102 drivers/infiniband/hw/hfi1/mad.c 			cpu_to_be64(read_dev_cntr(dd, C_DC_RCV_BCN_VL,
read_dev_cntr    3162 drivers/infiniband/hw/hfi1/mad.c 	tmp = read_dev_cntr(dd, C_DC_SEQ_CRC_CNT, CNTR_INVALID_VL);
read_dev_cntr    3163 drivers/infiniband/hw/hfi1/mad.c 	tmp2 = tmp + read_dev_cntr(dd, C_DC_REINIT_FROM_PEER_CNT,
read_dev_cntr    3175 drivers/infiniband/hw/hfi1/mad.c 		cpu_to_be64(read_dev_cntr(dd, C_DC_RCV_ERR, CNTR_INVALID_VL));
read_dev_cntr    3177 drivers/infiniband/hw/hfi1/mad.c 		cpu_to_be64(read_dev_cntr(dd, C_DC_RMT_PHY_ERR,
read_dev_cntr    3190 drivers/infiniband/hw/hfi1/mad.c 		cpu_to_be64(read_dev_cntr(dd, C_DC_RX_REPLAY,
read_dev_cntr    3193 drivers/infiniband/hw/hfi1/mad.c 		cpu_to_be64(read_dev_cntr(dd, C_RCV_OVF, CNTR_INVALID_VL));
read_dev_cntr    3258 drivers/infiniband/hw/hfi1/mad.c 		cpu_to_be64(read_dev_cntr(dd, C_DC_RMT_PHY_ERR,
read_dev_cntr    3261 drivers/infiniband/hw/hfi1/mad.c 		cpu_to_be64(read_dev_cntr(dd, C_DC_FM_CFG_ERR,
read_dev_cntr    3263 drivers/infiniband/hw/hfi1/mad.c 	tmp = read_dev_cntr(dd, C_DC_UNC_ERR, CNTR_INVALID_VL);
read_dev_cntr    3267 drivers/infiniband/hw/hfi1/mad.c 		cpu_to_be64(read_dev_cntr(dd, C_DC_RCV_ERR, CNTR_INVALID_VL));