Searched refs:read_port_cntr (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/infiniband/hw/hfi1/ |
D | mad.c | 2637 read_port_cntr(ppd, C_TX_WAIT_VL, in a0_portstatus() 2704 read_port_cntr(ppd, C_TX_WAIT_VL, vl); in get_xmit_wait_counters() 2707 read_port_cntr(ppd, C_TX_WAIT, CNTR_INVALID_VL); in get_xmit_wait_counters() 2767 cpu_to_be64(read_port_cntr(ppd, C_SW_RCV_CSTR_ERR, in pma_get_opa_portstatus() 2802 cpu_to_be64(read_port_cntr(ppd, C_SW_XMIT_DSCD, in pma_get_opa_portstatus() 2805 cpu_to_be64(read_port_cntr(ppd, C_SW_XMIT_CSTR_ERR, in pma_get_opa_portstatus() 2829 rsp->link_downed = cpu_to_be32(read_port_cntr(ppd, C_SW_LINK_DOWN, in pma_get_opa_portstatus() 2854 cpu_to_be64(read_port_cntr(ppd, C_TX_FLIT_VL, in pma_get_opa_portstatus() 2858 cpu_to_be64(read_port_cntr(ppd, C_TX_PKT_VL, in pma_get_opa_portstatus() 2878 cpu_to_be64(read_port_cntr(ppd, C_SW_XMIT_DSCD_VL, in pma_get_opa_portstatus() [all …]
|
D | chip.h | 829 u64 read_port_cntr(struct hfi1_pportdata *ppd, int index, int vl);
|
D | pcie.c | 599 words = read_port_cntr(dd->pport, C_RX_WORDS, CNTR_INVALID_VL); in pci_mmio_enabled()
|
D | chip.c | 12323 u64 read_port_cntr(struct hfi1_pportdata *ppd, int index, int vl) in read_port_cntr() function 12429 read_port_cntr(ppd, j, vl); in do_update_synth_timer() 12431 read_port_cntr(ppd, j, CNTR_INVALID_VL); in do_update_synth_timer()
|