Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dchip.c1735 static struct cntr_entry port_cntrs[PORT_CNTR_LAST] = { variable
7924 entry = &port_cntrs[i]; in hfi1_read_portcntrs()
8109 entry = &port_cntrs[index]; in read_port_cntr()
8129 entry = &port_cntrs[index]; in write_port_cntr()
8207 entry = &port_cntrs[j]; in update_synth_timer()
8347 port_cntrs[i].flags |= CNTR_DISABLED; in init_cntrs()
8354 hfi1_dbg_early("Init pcntr %s\n", port_cntrs[i].name); in init_cntrs()
8355 if (port_cntrs[i].flags & CNTR_DISABLED) { in init_cntrs()
8356 hfi1_dbg_early("\tSkipping %s\n", port_cntrs[i].name); in init_cntrs()
8360 if (port_cntrs[i].flags & CNTR_VL) { in init_cntrs()
[all …]