Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/hw/hfi1/
Ddebugfs.c468 avail = hfi1_read_cntrs(dd, NULL, &counters); in dev_counters_read()
483 avail = hfi1_read_cntrs(dd, &names, NULL); in dev_names_read()
Dchip.h1432 u32 hfi1_read_cntrs(struct hfi1_devdata *dd, char **namep, u64 **cntrp);
Dverbs.c1770 hfi1_read_cntrs(dd_from_ibdev(ibdev), NULL, &values); in get_hw_stats()
Dchip.c12222 u32 hfi1_read_cntrs(struct hfi1_devdata *dd, char **namep, u64 **cntrp) in hfi1_read_cntrs() function