Home
last modified time | relevance | path

Searched refs:hfi1_read_cntrs (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Ddebugfs.c426 avail = hfi1_read_cntrs(dd, NULL, &counters); in dev_counters_read()
441 avail = hfi1_read_cntrs(dd, &names, NULL); in dev_names_read()
H A Dchip.h1385 u32 hfi1_read_cntrs(struct hfi1_devdata *dd, char **namep, u64 **cntrp);
H A Dverbs.c1710 hfi1_read_cntrs(dd_from_ibdev(ibdev), NULL, &values); in get_hw_stats()
H A Dchip.c12185 u32 hfi1_read_cntrs(struct hfi1_devdata *dd, char **namep, u64 **cntrp) in hfi1_read_cntrs() function