Home
last modified time | relevance | path

Searched refs:portcntrnames (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dhfi.h1042 char *portcntrnames; member
Dchip.c7909 *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()