Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dchip.c5070 static struct cntr_entry port_cntrs[PORT_CNTR_LAST] = { variable
12143 entry = &port_cntrs[i]; in hfi1_read_portcntrs()
12328 entry = &port_cntrs[index]; in read_port_cntr()
12348 entry = &port_cntrs[index]; in write_port_cntr()
12426 entry = &port_cntrs[j]; in do_update_synth_timer()
12607 port_cntrs[i].flags |= CNTR_DISABLED; in init_cntrs()
12614 if (port_cntrs[i].flags & CNTR_DISABLED) { in init_cntrs()
12615 hfi1_dbg_early("\tSkipping %s\n", port_cntrs[i].name); in init_cntrs()
12619 if (port_cntrs[i].flags & CNTR_VL) { in init_cntrs()
12620 port_cntrs[i].offset = dd->nportcntrs; in init_cntrs()
[all …]