Searched refs:scntrs (Results 1 – 2 of 2) sorted by relevance
949 u64 *scntrs; member1291 u64 *scntrs; member
12352 kfree(ppd->scntrs); in free_cntrs()12357 ppd->scntrs = NULL; in free_cntrs()12366 kfree(dd->scntrs); in free_cntrs()12367 dd->scntrs = NULL; in free_cntrs()12467 sval = dd->scntrs + entry->offset; in read_dev_cntr()12481 sval = dd->scntrs + entry->offset; in write_dev_cntr()12495 sval = ppd->scntrs + entry->offset; in read_port_cntr()12515 sval = ppd->scntrs + entry->offset; in write_port_cntr()12702 dd->scntrs = kcalloc(dd->ndevcntrs, sizeof(u64), GFP_KERNEL); in init_cntrs()12703 if (!dd->scntrs) in init_cntrs()[all …]