Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dmad.c2775 rsp->port_xmit_data = cpu_to_be64(read_dev_cntr(dd, C_DC_XMIT_FLITS, in pma_get_opa_portstatus()
2777 rsp->port_rcv_data = cpu_to_be64(read_dev_cntr(dd, C_DC_RCV_FLITS, in pma_get_opa_portstatus()
2779 rsp->port_xmit_pkts = cpu_to_be64(read_dev_cntr(dd, C_DC_XMIT_PKTS, in pma_get_opa_portstatus()
2781 rsp->port_rcv_pkts = cpu_to_be64(read_dev_cntr(dd, C_DC_RCV_PKTS, in pma_get_opa_portstatus()
2784 cpu_to_be64(read_dev_cntr(dd, C_DC_MC_XMIT_PKTS, in pma_get_opa_portstatus()
2787 cpu_to_be64(read_dev_cntr(dd, C_DC_MC_RCV_PKTS, in pma_get_opa_portstatus()
2800 cpu_to_be64(read_dev_cntr(dd, C_DC_RCV_FCN, CNTR_INVALID_VL)); in pma_get_opa_portstatus()
2802 cpu_to_be64(read_dev_cntr(dd, C_DC_RCV_BCN, CNTR_INVALID_VL)); in pma_get_opa_portstatus()
2810 cpu_to_be64(read_dev_cntr(dd, C_DC_RMT_PHY_ERR, in pma_get_opa_portstatus()
2813 cpu_to_be64(read_dev_cntr(dd, C_DC_RX_REPLAY, in pma_get_opa_portstatus()
[all …]
Dchip.h813 u64 read_dev_cntr(struct hfi1_devdata *dd, int index, int vl);
Dchip.c5546 u32 cur_ovfl_cnt = read_dev_cntr(dd, C_RCV_OVF, CNTR_INVALID_VL); in update_rcverr_timer()
12252 u64 read_dev_cntr(struct hfi1_devdata *dd, int index, int vl) in read_dev_cntr() function
12375 read_dev_cntr(dd, i, vl); in do_update_synth_timer()
12377 read_dev_cntr(dd, i, CNTR_INVALID_VL); in do_update_synth_timer()