Home
last modified time | relevance | path

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

/drivers/infiniband/hw/hfi1/
Dhfi.h943 u64 port_xmit_discards_vl[C_VL_COUNT];
972 u64 port_vl_xmit_wait_last[C_VL_COUNT + 1];
974 u64 vl_xmit_flit_cnt[C_VL_COUNT + 1];
Dmad.c2700 if (vl > C_VL_COUNT) in get_xmit_wait_counters()
2702 if (vl < C_VL_COUNT) in get_xmit_wait_counters()
2796 link_speed, C_VL_COUNT)); in pma_get_opa_portstatus()
3054 link_speed, C_VL_COUNT)); in pma_get_opa_datacounters()
3515 ppd->port_vl_xmit_wait_last[C_VL_COUNT] = 0; in pma_set_opa_portstatus()
3516 ppd->vl_xmit_flit_cnt[C_VL_COUNT] = 0; in pma_set_opa_portstatus()
Dchip.h845 C_VL_COUNT enumerator
Dchip.c1586 else if (vl >= 0 && vl < C_VL_COUNT) in access_sw_xmit_discards()
6968 for (i = 0; i < C_VL_COUNT + 1; i++) in update_xmit_counters()
12085 for (j = 0; j < C_VL_COUNT; j++) { in hfi1_read_cntrs()
12153 for (j = 0; j < C_VL_COUNT; j++) { in hfi1_read_portcntrs()
12417 for (vl = 0; vl < C_VL_COUNT; vl++) in do_update_synth_timer()
12428 for (vl = 0; vl < C_VL_COUNT; vl++) in do_update_synth_timer()
12497 for (j = 0; j < C_VL_COUNT; j++) { in init_cntrs()
12551 for (j = 0; j < C_VL_COUNT; j++) { in init_cntrs()
12621 for (j = 0; j < C_VL_COUNT; j++) { in init_cntrs()
12654 for (j = 0; j < C_VL_COUNT; j++) { in init_cntrs()
Dinit.c658 for (i = 0; i < C_VL_COUNT + 1; i++) { in hfi1_init_pportdata()