Searched refs:scntrs (Results 1 – 2 of 2) sorted by relevance
898 u64 *scntrs; member1241 u64 *scntrs; member
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()[all …]