Lines Matching defs:port_cntrs
5059 static struct cntr_entry port_cntrs[PORT_CNTR_LAST] = {
12272 entry = &port_cntrs[i];
12458 entry = &port_cntrs[index];
12478 entry = &port_cntrs[index];
12556 entry = &port_cntrs[j];
12737 port_cntrs[i].flags |= CNTR_DISABLED;
12744 if (port_cntrs[i].flags & CNTR_DISABLED) {
12745 hfi1_dbg_early("\tSkipping %s\n", port_cntrs[i].name);
12749 if (port_cntrs[i].flags & CNTR_VL) {
12750 port_cntrs[i].offset = dd->nportcntrs;
12753 port_cntrs[i].name, vl_from_idx(j));
12756 if (port_cntrs[i].flags & CNTR_32BIT)
12763 sz += strlen(port_cntrs[i].name) + 1;
12765 if (port_cntrs[i].flags & CNTR_32BIT)
12767 port_cntrs[i].offset = dd->nportcntrs;
12780 if (port_cntrs[i].flags & CNTR_DISABLED)
12783 if (port_cntrs[i].flags & CNTR_VL) {
12786 port_cntrs[i].name, vl_from_idx(j));
12791 if (port_cntrs[i].flags & CNTR_32BIT) {
12799 memcpy(p, port_cntrs[i].name,
12800 strlen(port_cntrs[i].name));
12801 p += strlen(port_cntrs[i].name);
12804 if (port_cntrs[i].flags & CNTR_32BIT) {