Lines Matching refs:scntrs
12313 kfree(ppd->scntrs); in free_cntrs()
12318 ppd->scntrs = NULL; in free_cntrs()
12327 kfree(dd->scntrs); in free_cntrs()
12328 dd->scntrs = NULL; in free_cntrs()
12428 sval = dd->scntrs + entry->offset; in read_dev_cntr()
12442 sval = dd->scntrs + entry->offset; in write_dev_cntr()
12456 sval = ppd->scntrs + entry->offset; in read_port_cntr()
12476 sval = ppd->scntrs + entry->offset; in write_port_cntr()
12663 dd->scntrs = kcalloc(dd->ndevcntrs, sizeof(u64), GFP_KERNEL); in init_cntrs()
12664 if (!dd->scntrs) in init_cntrs()
12817 ppd->scntrs = kcalloc(dd->nportcntrs, sizeof(u64), GFP_KERNEL); in init_cntrs()
12818 if (!ppd->scntrs) in init_cntrs()