Home
last modified time | relevance | path

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

/drivers/infiniband/hw/hfi1/
Dmad.c2772 rsp->port_xmit_data = cpu_to_be64(read_dev_cntr(dd, C_DC_XMIT_FLITS, in pma_get_opa_portstatus()
2774 rsp->port_rcv_data = cpu_to_be64(read_dev_cntr(dd, C_DC_RCV_FLITS, in pma_get_opa_portstatus()
2776 rsp->port_xmit_pkts = cpu_to_be64(read_dev_cntr(dd, C_DC_XMIT_PKTS, in pma_get_opa_portstatus()
2778 rsp->port_rcv_pkts = cpu_to_be64(read_dev_cntr(dd, C_DC_RCV_PKTS, in pma_get_opa_portstatus()
2781 cpu_to_be64(read_dev_cntr(dd, C_DC_MC_XMIT_PKTS, in pma_get_opa_portstatus()
2784 cpu_to_be64(read_dev_cntr(dd, C_DC_MC_RCV_PKTS, in pma_get_opa_portstatus()
2797 cpu_to_be64(read_dev_cntr(dd, C_DC_RCV_FCN, CNTR_INVALID_VL)); in pma_get_opa_portstatus()
2799 cpu_to_be64(read_dev_cntr(dd, C_DC_RCV_BCN, CNTR_INVALID_VL)); in pma_get_opa_portstatus()
2807 cpu_to_be64(read_dev_cntr(dd, C_DC_RMT_PHY_ERR, in pma_get_opa_portstatus()
2810 cpu_to_be64(read_dev_cntr(dd, C_DC_RX_REPLAY, in pma_get_opa_portstatus()
[all …]
Dchip.h833 u64 read_dev_cntr(struct hfi1_devdata *dd, int index, int vl);
Dchip.c5593 u32 cur_ovfl_cnt = read_dev_cntr(dd, C_RCV_OVF, CNTR_INVALID_VL); in update_rcverr_timer()
12464 u64 read_dev_cntr(struct hfi1_devdata *dd, int index, int vl) in read_dev_cntr() function
12587 read_dev_cntr(dd, i, vl); in do_update_synth_timer()
12589 read_dev_cntr(dd, i, CNTR_INVALID_VL); in do_update_synth_timer()