Lines Matching defs:port_cntrs
5099 static struct cntr_entry port_cntrs[PORT_CNTR_LAST] = {
12311 entry = &port_cntrs[i];
12497 entry = &port_cntrs[index];
12517 entry = &port_cntrs[index];
12595 entry = &port_cntrs[j];
12776 port_cntrs[i].flags |= CNTR_DISABLED;
12783 if (port_cntrs[i].flags & CNTR_DISABLED) {
12784 hfi1_dbg_early("\tSkipping %s\n", port_cntrs[i].name);
12788 if (port_cntrs[i].flags & CNTR_VL) {
12789 port_cntrs[i].offset = dd->nportcntrs;
12792 port_cntrs[i].name, vl_from_idx(j));
12795 if (port_cntrs[i].flags & CNTR_32BIT)
12802 sz += strlen(port_cntrs[i].name) + 1;
12804 if (port_cntrs[i].flags & CNTR_32BIT)
12806 port_cntrs[i].offset = dd->nportcntrs;
12819 if (port_cntrs[i].flags & CNTR_DISABLED)
12822 if (port_cntrs[i].flags & CNTR_VL) {
12825 port_cntrs[i].name, vl_from_idx(j));
12830 if (port_cntrs[i].flags & CNTR_32BIT) {
12838 memcpy(p, port_cntrs[i].name,
12839 strlen(port_cntrs[i].name));
12840 p += strlen(port_cntrs[i].name);
12843 if (port_cntrs[i].flags & CNTR_32BIT) {