Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/hfi1/
Dhfi.h901 u64 port_xmit_discards_vl[C_VL_COUNT];
930 u64 port_vl_xmit_wait_last[C_VL_COUNT + 1];
932 u64 vl_xmit_flit_cnt[C_VL_COUNT + 1];
Dmad.c2657 if (vl > C_VL_COUNT) in get_xmit_wait_counters()
2659 if (vl < C_VL_COUNT) in get_xmit_wait_counters()
2753 link_speed, C_VL_COUNT)); in pma_get_opa_portstatus()
3011 link_speed, C_VL_COUNT)); in pma_get_opa_datacounters()
3472 ppd->port_vl_xmit_wait_last[C_VL_COUNT] = 0; in pma_set_opa_portstatus()
3473 ppd->vl_xmit_flit_cnt[C_VL_COUNT] = 0; in pma_set_opa_portstatus()
Dchip.h804 C_VL_COUNT enumerator
Dchip.c1563 else if (vl >= 0 && vl < C_VL_COUNT) in access_sw_xmit_discards()
6956 for (i = 0; i < C_VL_COUNT + 1; i++) in update_xmit_counters()
12212 for (j = 0; j < C_VL_COUNT; j++) { in hfi1_read_cntrs()
12280 for (j = 0; j < C_VL_COUNT; j++) { in hfi1_read_portcntrs()
12544 for (vl = 0; vl < C_VL_COUNT; vl++) in do_update_synth_timer()
12555 for (vl = 0; vl < C_VL_COUNT; vl++) in do_update_synth_timer()
12624 for (j = 0; j < C_VL_COUNT; j++) { in init_cntrs()
12678 for (j = 0; j < C_VL_COUNT; j++) { in init_cntrs()
12748 for (j = 0; j < C_VL_COUNT; j++) { in init_cntrs()
12781 for (j = 0; j < C_VL_COUNT; j++) { in init_cntrs()
Dinit.c604 for (i = 0; i < C_VL_COUNT + 1; i++) { in hfi1_init_pportdata()