read_port_cntr
read_port_cntr(ppd, j, vl);
read_port_cntr(ppd, j, CNTR_INVALID_VL);
u64 read_port_cntr(struct hfi1_pportdata *ppd, int index, int vl);
read_port_cntr(ppd, C_TX_WAIT_VL,
read_port_cntr(ppd, C_TX_WAIT_VL, vl);
read_port_cntr(ppd, C_TX_WAIT, CNTR_INVALID_VL);
cpu_to_be64(read_port_cntr(ppd, C_SW_RCV_CSTR_ERR,
cpu_to_be64(read_port_cntr(ppd, C_SW_XMIT_DSCD,
cpu_to_be64(read_port_cntr(ppd, C_SW_XMIT_CSTR_ERR,
rsp->link_downed = cpu_to_be32(read_port_cntr(ppd, C_SW_LINK_DOWN,
cpu_to_be64(read_port_cntr(ppd, C_TX_FLIT_VL,
cpu_to_be64(read_port_cntr(ppd, C_TX_PKT_VL,
cpu_to_be64(read_port_cntr(ppd, C_SW_XMIT_DSCD_VL,
error_counter_summary += read_port_cntr(ppd, C_SW_RCV_CSTR_ERR,
error_counter_summary += read_port_cntr(ppd, C_SW_XMIT_DSCD,
error_counter_summary += read_port_cntr(ppd, C_SW_XMIT_CSTR_ERR,
error_counter_summary += read_port_cntr(ppd, C_SW_LINK_DOWN,
read_port_cntr(ppd, C_TX_WAIT_VL,
cpu_to_be64(read_port_cntr(ppd, C_TX_FLIT_VL,
cpu_to_be64(read_port_cntr(ppd, C_TX_PKT_VL,
rsp->link_downed = cpu_to_be32(read_port_cntr(ppd, C_SW_LINK_DOWN,
cpu_to_be64(read_port_cntr(ppd, C_SW_XMIT_DSCD,
cpu_to_be64(read_port_cntr(ppd, C_SW_XMIT_CSTR_ERR,
cpu_to_be64(read_port_cntr(ppd, C_SW_RCV_CSTR_ERR,
cpu_to_be64(read_port_cntr(ppd, C_SW_XMIT_DSCD_VL,
words = read_port_cntr(dd->pport, C_RX_WORDS, CNTR_INVALID_VL);