Searched refs:portcntrnames (Results 1 – 3 of 3) sorted by relevance
1305 char *portcntrnames; member
12134 *namep = ppd->dd->portcntrnames; in hfi1_read_portcntrs()12196 kfree(dd->portcntrnames); in free_cntrs()12197 dd->portcntrnames = NULL; in free_cntrs()12644 dd->portcntrnames = kmalloc(sz, GFP_KERNEL); in init_cntrs()12645 if (!dd->portcntrnames) in init_cntrs()12649 for (p = dd->portcntrnames, i = 0; i < PORT_CNTR_LAST; i++) { in init_cntrs()
1715 err = init_cntr_names(dd->portcntrnames, in alloc_hw_stats()