Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/hw/hfi1/
Ddebugfs.c508 avail = hfi1_read_portcntrs(dd->pport, &names, NULL); in portnames_read()
523 avail = hfi1_read_portcntrs(ppd, NULL, &counters); in portcntrs_debugfs_read()
Dchip.h1433 u32 hfi1_read_portcntrs(struct hfi1_pportdata *ppd, char **namep, u64 **cntrp);
Dverbs.c1778 hfi1_read_portcntrs(ppd_from_ibp(ibp), NULL, &values); in get_hw_stats()
Dchip.c12293 u32 hfi1_read_portcntrs(struct hfi1_pportdata *ppd, char **namep, u64 **cntrp) in hfi1_read_portcntrs() function