Lines Matching refs:cntrs
12239 *cntrp = dd->cntrs; in hfi1_read_cntrs()
12262 dd->cntrs[entry->offset + j] = in hfi1_read_cntrs()
12276 dd->cntrs[entry->offset + j] = in hfi1_read_cntrs()
12283 dd->cntrs[entry->offset] = val; in hfi1_read_cntrs()
12308 *cntrp = ppd->cntrs; in hfi1_read_portcntrs()
12329 ppd->cntrs[entry->offset + j] = val; in hfi1_read_portcntrs()
12336 ppd->cntrs[entry->offset] = val; in hfi1_read_portcntrs()
12353 kfree(ppd->cntrs); in free_cntrs()
12358 ppd->cntrs = NULL; in free_cntrs()
12366 kfree(dd->cntrs); in free_cntrs()
12367 dd->cntrs = NULL; in free_cntrs()
12699 dd->cntrs = kcalloc(dd->ndevcntrs + num_driver_cntrs, sizeof(u64), in init_cntrs()
12701 if (!dd->cntrs) in init_cntrs()
12854 ppd->cntrs = kcalloc(dd->nportcntrs, sizeof(u64), GFP_KERNEL); in init_cntrs()
12855 if (!ppd->cntrs) in init_cntrs()