Lines Matching refs:cntrs
12032 *cntrp = dd->cntrs; in hfi1_read_cntrs()
12055 dd->cntrs[entry->offset + j] = in hfi1_read_cntrs()
12069 dd->cntrs[entry->offset + j] = in hfi1_read_cntrs()
12076 dd->cntrs[entry->offset] = val; in hfi1_read_cntrs()
12101 *cntrp = ppd->cntrs; in hfi1_read_portcntrs()
12122 ppd->cntrs[entry->offset + j] = val; in hfi1_read_portcntrs()
12129 ppd->cntrs[entry->offset] = val; in hfi1_read_portcntrs()
12147 kfree(ppd->cntrs); in free_cntrs()
12152 ppd->cntrs = NULL; in free_cntrs()
12160 kfree(dd->cntrs); in free_cntrs()
12161 dd->cntrs = NULL; in free_cntrs()
12493 dd->cntrs = kcalloc(dd->ndevcntrs + num_driver_cntrs, sizeof(u64), in init_cntrs()
12495 if (!dd->cntrs) in init_cntrs()
12648 ppd->cntrs = kcalloc(dd->nportcntrs, sizeof(u64), GFP_KERNEL); in init_cntrs()
12649 if (!ppd->cntrs) in init_cntrs()