Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/infiniband/hw/hfi1/
Dchip.c5058 static struct cntr_entry port_cntrs[PORT_CNTR_LAST] = { variable
12270 entry = &port_cntrs[i]; in hfi1_read_portcntrs()
12455 entry = &port_cntrs[index]; in read_port_cntr()
12475 entry = &port_cntrs[index]; in write_port_cntr()
12553 entry = &port_cntrs[j]; in do_update_synth_timer()
12734 port_cntrs[i].flags |= CNTR_DISABLED; in init_cntrs()
12741 if (port_cntrs[i].flags & CNTR_DISABLED) { in init_cntrs()
12742 hfi1_dbg_early("\tSkipping %s\n", port_cntrs[i].name); in init_cntrs()
12746 if (port_cntrs[i].flags & CNTR_VL) { in init_cntrs()
12747 port_cntrs[i].offset = dd->nportcntrs; in init_cntrs()
[all …]