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

/linux-master/drivers/infiniband/hw/hfi1/
H A Dmad.c2594 read_port_cntr(ppd, C_TX_WAIT_VL,
2661 read_port_cntr(ppd, C_TX_WAIT_VL, vl);
2664 read_port_cntr(ppd, C_TX_WAIT, CNTR_INVALID_VL);
2724 cpu_to_be64(read_port_cntr(ppd, C_SW_RCV_CSTR_ERR,
2759 cpu_to_be64(read_port_cntr(ppd, C_SW_XMIT_DSCD,
2762 cpu_to_be64(read_port_cntr(ppd, C_SW_XMIT_CSTR_ERR,
2786 rsp->link_downed = cpu_to_be32(read_port_cntr(ppd, C_SW_LINK_DOWN,
2811 cpu_to_be64(read_port_cntr(ppd, C_TX_FLIT_VL,
2815 cpu_to_be64(read_port_cntr(ppd, C_TX_PKT_VL,
2835 cpu_to_be64(read_port_cntr(pp
[all...]
H A Dchip.h788 u64 read_port_cntr(struct hfi1_pportdata *ppd, int index, int vl);
H A Dpcie.c551 words = read_port_cntr(dd->pport, C_RX_WORDS, CNTR_INVALID_VL);
H A Dchip.c12453 u64 read_port_cntr(struct hfi1_pportdata *ppd, int index, int vl) function
12559 read_port_cntr(ppd, j, vl);
12561 read_port_cntr(ppd, j, CNTR_INVALID_VL);

Completed in 192 milliseconds