Home
last modified time | relevance | path

Searched refs:C_VL_COUNT (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A 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];
H A Dmad.c2682 * and if vl value is C_VL_COUNT, it represent SendWaitCnt
2699 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()
H A Dchip.h851 C_VL_COUNT enumerator
H A Dchip.c1604 else if (vl >= 0 && vl < C_VL_COUNT) in access_sw_xmit_discards()
6994 * There are C_VL_COUNT number of PortVLXmitWait counters. in update_xmit_counters()
6995 * Adding 1 to C_VL_COUNT to include the PortXmitWait counter. in update_xmit_counters()
6997 for (i = 0; i < C_VL_COUNT + 1; i++) in update_xmit_counters()
12253 for (j = 0; j < C_VL_COUNT; j++) { in hfi1_read_cntrs()
12321 for (j = 0; j < C_VL_COUNT; j++) { in hfi1_read_portcntrs()
12586 for (vl = 0; vl < C_VL_COUNT; vl++) in do_update_synth_timer()
12597 for (vl = 0; vl < C_VL_COUNT; vl++) in do_update_synth_timer()
12666 for (j = 0; j < C_VL_COUNT; j++) { in init_cntrs()
12720 for (j = 0; j < C_VL_COUNT; in init_cntrs()
[all...]
H A Dinit.c642 * There are C_VL_COUNT number of PortVLXmitWait counters. in hfi1_init_pportdata()
643 * Adding 1 to C_VL_COUNT to include the PortXmitWait counter. in hfi1_init_pportdata()
645 for (i = 0; i < C_VL_COUNT + 1; i++) { in hfi1_init_pportdata()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A 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];
H A Dmad.c2640 * and if vl value is C_VL_COUNT, it represent SendWaitCnt
2657 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()
H A Dchip.h804 C_VL_COUNT enumerator
H A Dchip.c1564 else if (vl >= 0 && vl < C_VL_COUNT) in access_sw_xmit_discards()
6955 * There are C_VL_COUNT number of PortVLXmitWait counters. in update_xmit_counters()
6956 * Adding 1 to C_VL_COUNT to include the PortXmitWait counter. in update_xmit_counters()
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; in init_cntrs()
[all...]
H A Dinit.c601 * There are C_VL_COUNT number of PortVLXmitWait counters. in hfi1_init_pportdata()
602 * Adding 1 to C_VL_COUNT to include the PortXmitWait counter. in hfi1_init_pportdata()
604 for (i = 0; i < C_VL_COUNT + 1; i++) { in hfi1_init_pportdata()

Completed in 67 milliseconds