Lines Matching refs:cntrs
12028 *cntrp = dd->cntrs; in hfi1_read_cntrs()
12051 dd->cntrs[entry->offset + j] = in hfi1_read_cntrs()
12065 dd->cntrs[entry->offset + j] = in hfi1_read_cntrs()
12072 dd->cntrs[entry->offset] = val; in hfi1_read_cntrs()
12097 *cntrp = ppd->cntrs; in hfi1_read_portcntrs()
12118 ppd->cntrs[entry->offset + j] = val; in hfi1_read_portcntrs()
12125 ppd->cntrs[entry->offset] = val; in hfi1_read_portcntrs()
12142 kfree(ppd->cntrs); in free_cntrs()
12147 ppd->cntrs = NULL; in free_cntrs()
12155 kfree(dd->cntrs); in free_cntrs()
12156 dd->cntrs = NULL; in free_cntrs()
12488 dd->cntrs = kcalloc(dd->ndevcntrs, sizeof(u64), GFP_KERNEL); in init_cntrs()
12489 if (!dd->cntrs) in init_cntrs()
12642 ppd->cntrs = kcalloc(dd->nportcntrs, sizeof(u64), GFP_KERNEL); in init_cntrs()
12643 if (!ppd->cntrs) in init_cntrs()