Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hfi1/
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()
H A Dverbs.c1676 err = init_cntr_names(dd->portcntrnames, dd->portcntrnameslen, in hfi_alloc_hw_port_stats()