Searched refs:scntrs (Results 1 – 2 of 2) sorted by relevance
876 u64 *scntrs; member1233 u64 *scntrs; member
12143 kfree(ppd->scntrs); in free_cntrs()12148 ppd->scntrs = NULL; in free_cntrs()12157 kfree(dd->scntrs); in free_cntrs()12158 dd->scntrs = NULL; in free_cntrs()12258 sval = dd->scntrs + entry->offset; in read_dev_cntr()12272 sval = dd->scntrs + entry->offset; in write_dev_cntr()12286 sval = ppd->scntrs + entry->offset; in read_port_cntr()12306 sval = ppd->scntrs + entry->offset; in write_port_cntr()12492 dd->scntrs = kcalloc(dd->ndevcntrs, sizeof(u64), GFP_KERNEL); in init_cntrs()12493 if (!dd->scntrs) in init_cntrs()[all …]