Searched refs:scntrs (Results 1 – 2 of 2) sorted by relevance
898 u64 *scntrs; member1241 u64 *scntrs; member
12316 kfree(ppd->scntrs); in free_cntrs()12321 ppd->scntrs = NULL; in free_cntrs()12330 kfree(dd->scntrs); in free_cntrs()12331 dd->scntrs = NULL; in free_cntrs()12431 sval = dd->scntrs + entry->offset; in read_dev_cntr()12445 sval = dd->scntrs + entry->offset; in write_dev_cntr()12459 sval = ppd->scntrs + entry->offset; in read_port_cntr()12479 sval = ppd->scntrs + entry->offset; in write_port_cntr()12666 dd->scntrs = kcalloc(dd->ndevcntrs, sizeof(u64), GFP_KERNEL); in init_cntrs()12667 if (!dd->scntrs) in init_cntrs()[all …]