Searched refs:port_cntrs (Results 1 – 1 of 1) sorted by relevance
5057 static struct cntr_entry port_cntrs[PORT_CNTR_LAST] = { variable12267 entry = &port_cntrs[i]; in hfi1_read_portcntrs()12452 entry = &port_cntrs[index]; in read_port_cntr()12472 entry = &port_cntrs[index]; in write_port_cntr()12550 entry = &port_cntrs[j]; in do_update_synth_timer()12731 port_cntrs[i].flags |= CNTR_DISABLED; in init_cntrs()12738 if (port_cntrs[i].flags & CNTR_DISABLED) { in init_cntrs()12739 hfi1_dbg_early("\tSkipping %s\n", port_cntrs[i].name); in init_cntrs()12743 if (port_cntrs[i].flags & CNTR_VL) { in init_cntrs()12744 port_cntrs[i].offset = dd->nportcntrs; in init_cntrs()[all …]