Lines Matching refs:scntrs
12354 kfree(ppd->scntrs); in free_cntrs()
12359 ppd->scntrs = NULL; in free_cntrs()
12368 kfree(dd->scntrs); in free_cntrs()
12369 dd->scntrs = NULL; in free_cntrs()
12469 sval = dd->scntrs + entry->offset; in read_dev_cntr()
12483 sval = dd->scntrs + entry->offset; in write_dev_cntr()
12497 sval = ppd->scntrs + entry->offset; in read_port_cntr()
12517 sval = ppd->scntrs + entry->offset; in write_port_cntr()
12704 dd->scntrs = kcalloc(dd->ndevcntrs, sizeof(u64), GFP_KERNEL); in init_cntrs()
12705 if (!dd->scntrs) in init_cntrs()
12858 ppd->scntrs = kcalloc(dd->nportcntrs, sizeof(u64), GFP_KERNEL); in init_cntrs()
12859 if (!ppd->scntrs) in init_cntrs()