Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/hw/hfi1/
Dhfi.h952 u64 port_xmit_discards_vl[C_VL_COUNT];
981 u64 port_vl_xmit_wait_last[C_VL_COUNT + 1];
983 u64 vl_xmit_flit_cnt[C_VL_COUNT + 1];
Dmad.c2699 if (vl > C_VL_COUNT) in get_xmit_wait_counters()
2701 if (vl < C_VL_COUNT) in get_xmit_wait_counters()
2795 link_speed, C_VL_COUNT)); in pma_get_opa_portstatus()
3053 link_speed, C_VL_COUNT)); in pma_get_opa_datacounters()
3514 ppd->port_vl_xmit_wait_last[C_VL_COUNT] = 0; in pma_set_opa_portstatus()
3515 ppd->vl_xmit_flit_cnt[C_VL_COUNT] = 0; in pma_set_opa_portstatus()
Dchip.h851 C_VL_COUNT enumerator
Dchip.c1604 else if (vl >= 0 && vl < C_VL_COUNT) in access_sw_xmit_discards()
6997 for (i = 0; i < C_VL_COUNT + 1; i++) in update_xmit_counters()
12251 for (j = 0; j < C_VL_COUNT; j++) { in hfi1_read_cntrs()
12319 for (j = 0; j < C_VL_COUNT; j++) { in hfi1_read_portcntrs()
12583 for (vl = 0; vl < C_VL_COUNT; vl++) in do_update_synth_timer()
12594 for (vl = 0; vl < C_VL_COUNT; vl++) in do_update_synth_timer()
12663 for (j = 0; j < C_VL_COUNT; j++) { in init_cntrs()
12717 for (j = 0; j < C_VL_COUNT; j++) { in init_cntrs()
12787 for (j = 0; j < C_VL_COUNT; j++) { in init_cntrs()
12820 for (j = 0; j < C_VL_COUNT; j++) { in init_cntrs()
Dinit.c644 for (i = 0; i < C_VL_COUNT + 1; i++) { in hfi1_init_pportdata()