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