Home
last modified time | relevance | path

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

/linux-6.6.21/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.c1564 else if (vl >= 0 && vl < C_VL_COUNT) in access_sw_xmit_discards()
6958 for (i = 0; i < C_VL_COUNT + 1; i++) in update_xmit_counters()
12214 for (j = 0; j < C_VL_COUNT; j++) { in hfi1_read_cntrs()
12282 for (j = 0; j < C_VL_COUNT; j++) { in hfi1_read_portcntrs()
12547 for (vl = 0; vl < C_VL_COUNT; vl++) in do_update_synth_timer()
12558 for (vl = 0; vl < C_VL_COUNT; vl++) in do_update_synth_timer()
12627 for (j = 0; j < C_VL_COUNT; j++) { in init_cntrs()
12681 for (j = 0; j < C_VL_COUNT; j++) { in init_cntrs()
12751 for (j = 0; j < C_VL_COUNT; j++) { in init_cntrs()
12784 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()