Searched refs:portcntrnames (Results 1 – 2 of 2) sorted by relevance
1042 char *portcntrnames; member
7909 *namep = dd->portcntrnames; in hfi1_read_portcntrs()7978 kfree(dd->portcntrnames); in free_cntrs()7979 dd->portcntrnames = NULL; in free_cntrs()8384 dd->portcntrnames = kmalloc(sz, GFP_KERNEL); in init_cntrs()8385 if (!dd->portcntrnames) in init_cntrs()8389 for (p = dd->portcntrnames, i = 0; i < PORT_CNTR_LAST; i++) { in init_cntrs()