Searched refs:scntrs (Results 1 – 2 of 2) sorted by relevance
940 u64 *scntrs; member1293 u64 *scntrs; member
12186 kfree(ppd->scntrs); in free_cntrs()12191 ppd->scntrs = NULL; in free_cntrs()12200 kfree(dd->scntrs); in free_cntrs()12201 dd->scntrs = NULL; in free_cntrs()12301 sval = dd->scntrs + entry->offset; in read_dev_cntr()12315 sval = dd->scntrs + entry->offset; in write_dev_cntr()12329 sval = ppd->scntrs + entry->offset; in read_port_cntr()12349 sval = ppd->scntrs + entry->offset; in write_port_cntr()12536 dd->scntrs = kcalloc(dd->ndevcntrs, sizeof(u64), GFP_KERNEL); in init_cntrs()12537 if (!dd->scntrs) in init_cntrs()[all …]