Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
Dhfi.h1303 char *portcntrnames; member
Dchip.c12302 *namep = ppd->dd->portcntrnames; in hfi1_read_portcntrs()
12364 kfree(dd->portcntrnames); in free_cntrs()
12365 dd->portcntrnames = NULL; in free_cntrs()
12812 dd->portcntrnames = kmalloc(sz, GFP_KERNEL); in init_cntrs()
12813 if (!dd->portcntrnames) in init_cntrs()
12817 for (p = dd->portcntrnames, i = 0; i < PORT_CNTR_LAST; i++) { in init_cntrs()
Dverbs.c1718 err = init_cntr_names(dd->portcntrnames, in alloc_hw_stats()