Searched refs:scntrs (Results 1 – 2 of 2) sorted by relevance
898 u64 *scntrs; member1241 u64 *scntrs; member
12313 kfree(ppd->scntrs); in free_cntrs()12318 ppd->scntrs = NULL; in free_cntrs()12327 kfree(dd->scntrs); in free_cntrs()12328 dd->scntrs = NULL; in free_cntrs()12428 sval = dd->scntrs + entry->offset; in read_dev_cntr()12442 sval = dd->scntrs + entry->offset; in write_dev_cntr()12456 sval = ppd->scntrs + entry->offset; in read_port_cntr()12476 sval = ppd->scntrs + entry->offset; in write_port_cntr()12663 dd->scntrs = kcalloc(dd->ndevcntrs, sizeof(u64), GFP_KERNEL); in init_cntrs()12664 if (!dd->scntrs) in init_cntrs()[all …]