Home
last modified time | relevance | path

Searched refs:portcntrnames (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dverbs.c1718 err = init_cntr_names(dd->portcntrnames, in alloc_hw_stats()
H A Dhfi.h1303 char *portcntrnames; member
H A Dchip.c12302 *namep = ppd->dd->portcntrnames; in hfi1_read_portcntrs()
12365 kfree(dd->portcntrnames); in free_cntrs()
12366 dd->portcntrnames = NULL; in free_cntrs()
12813 dd->portcntrnames = kmalloc(sz, GFP_KERNEL); in init_cntrs()
12814 if (!dd->portcntrnames) in init_cntrs()
12818 for (p = dd->portcntrnames, i = 0; i < PORT_CNTR_LAST; i++) { in init_cntrs()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dverbs.c1676 err = init_cntr_names(dd->portcntrnames, dd->portcntrnameslen, in hfi_alloc_hw_port_stats()
H A Dhfi.h1253 char *portcntrnames; member
H A Dchip.c12263 *namep = ppd->dd->portcntrnames; in hfi1_read_portcntrs()
12326 kfree(dd->portcntrnames); in free_cntrs()
12327 dd->portcntrnames = NULL; in free_cntrs()
12774 dd->portcntrnames = kmalloc(sz, GFP_KERNEL); in init_cntrs()
12775 if (!dd->portcntrnames) in init_cntrs()
12779 for (p = dd->portcntrnames, i = 0; i < PORT_CNTR_LAST; i++) { in init_cntrs()

Completed in 52 milliseconds