Home
last modified time | relevance | path

Searched refs:hfi1_statnames (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Ddebugfs.c1294 static const char * const hfi1_statnames[] = { variable
1310 if (*pos >= ARRAY_SIZE(hfi1_statnames)) in _driver_stats_names_seq_start()
1321 if (*pos >= ARRAY_SIZE(hfi1_statnames)) in _driver_stats_names_seq_next()
1334 seq_printf(s, "%s\n", hfi1_statnames[*spos]); in _driver_stats_names_seq_show()
1344 if (*pos >= ARRAY_SIZE(hfi1_statnames)) in _driver_stats_seq_start()
1352 if (*pos >= ARRAY_SIZE(hfi1_statnames)) in _driver_stats_seq_next()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Ddebugfs.c1252 static const char * const hfi1_statnames[] = { variable
1268 if (*pos >= ARRAY_SIZE(hfi1_statnames)) in _driver_stats_names_seq_start()
1279 if (*pos >= ARRAY_SIZE(hfi1_statnames)) in _driver_stats_names_seq_next()
1292 seq_printf(s, "%s\n", hfi1_statnames[*spos]); in _driver_stats_names_seq_show()
1302 if (*pos >= ARRAY_SIZE(hfi1_statnames)) in _driver_stats_seq_start()
1310 if (*pos >= ARRAY_SIZE(hfi1_statnames)) in _driver_stats_seq_next()

Completed in 5 milliseconds