Home
last modified time | relevance | path

Searched refs:read_port_cntr (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dmad.c2305 tmp = read_port_cntr(ppd, C_TX_WAIT_VL, in a0_portstatus()
2356 cpu_to_be64(read_port_cntr(ppd, C_SW_RCV_CSTR_ERR, in pma_get_opa_portstatus()
2379 cpu_to_be64(read_port_cntr(ppd, C_TX_WAIT, CNTR_INVALID_VL)); in pma_get_opa_portstatus()
2385 cpu_to_be64(read_port_cntr(ppd, C_SW_XMIT_DSCD, in pma_get_opa_portstatus()
2388 cpu_to_be64(read_port_cntr(ppd, C_SW_XMIT_CSTR_ERR, in pma_get_opa_portstatus()
2417 rsp->link_downed = cpu_to_be32(read_port_cntr(ppd, C_SW_LINK_DOWN, in pma_get_opa_portstatus()
2446 cpu_to_be64(read_port_cntr(ppd, C_TX_FLIT_VL, in pma_get_opa_portstatus()
2450 cpu_to_be64(read_port_cntr(ppd, C_TX_PKT_VL, in pma_get_opa_portstatus()
2454 cpu_to_be64(read_port_cntr(ppd, C_TX_WAIT_VL, in pma_get_opa_portstatus()
2484 error_counter_summary += read_port_cntr(ppd, C_SW_RCV_CSTR_ERR, in get_error_counter_summary()
[all …]
Dchip.h691 u64 read_port_cntr(struct hfi1_pportdata *ppd, int index, int vl);
Dpcie.c585 words = read_port_cntr(dd->pport, C_RX_WORDS, CNTR_INVALID_VL); in pci_mmio_enabled()
Dchip.c8104 u64 read_port_cntr(struct hfi1_pportdata *ppd, int index, int vl) in read_port_cntr() function
8210 read_port_cntr(ppd, j, vl); in update_synth_timer()
8212 read_port_cntr(ppd, j, CNTR_INVALID_VL); in update_synth_timer()