Lines Matching refs:scntrs
12310 kfree(ppd->scntrs); in free_cntrs()
12315 ppd->scntrs = NULL; in free_cntrs()
12324 kfree(dd->scntrs); in free_cntrs()
12325 dd->scntrs = NULL; in free_cntrs()
12425 sval = dd->scntrs + entry->offset; in read_dev_cntr()
12439 sval = dd->scntrs + entry->offset; in write_dev_cntr()
12453 sval = ppd->scntrs + entry->offset; in read_port_cntr()
12473 sval = ppd->scntrs + entry->offset; in write_port_cntr()
12660 dd->scntrs = kcalloc(dd->ndevcntrs, sizeof(u64), GFP_KERNEL); in init_cntrs()
12661 if (!dd->scntrs) in init_cntrs()
12814 ppd->scntrs = kcalloc(dd->nportcntrs, sizeof(u64), GFP_KERNEL); in init_cntrs()
12815 if (!ppd->scntrs) in init_cntrs()