Home
last modified time | relevance | path

Searched refs:get_counter (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/tools/testing/selftests/net/mptcp/
Dmptcp_join.sh615 get_counter() function
632 get_counter "${1}" "MPTcpExtRmAddr"
652 get_counter "${1}" "MPTcpExtRmSubflow"
675 old_cnt=$(get_counter ${ns} "MPTcpExtMPJoinAckRx")
679 cnt=$(get_counter ${ns} "MPTcpExtMPJoinAckRx")
1287 count=$(get_counter ${ns1} "MPTcpExtDataCsumErr")
1300 count=$(get_counter ${ns2} "MPTcpExtDataCsumErr")
1344 count=$(get_counter ${ns_tx} "MPTcpExtMPFailTx")
1358 count=$(get_counter ${ns_rx} "MPTcpExtMPFailRx")
1391 count=$(get_counter ${ns_tx} "MPTcpExtMPFastcloseTx")
[all …]
/Linux-v6.6/drivers/atm/
Didt77105.c62 static u16 get_counter(struct atm_dev *dev, int counter) in get_counter() function
95 stats->symbol_errors += get_counter(dev, IDT77105_CTRSEL_SEC); in idt77105_stats_timer_func()
96 stats->tx_cells += get_counter(dev, IDT77105_CTRSEL_TCC); in idt77105_stats_timer_func()
97 stats->rx_cells += get_counter(dev, IDT77105_CTRSEL_RCC); in idt77105_stats_timer_func()
98 stats->rx_hec_errors += get_counter(dev, IDT77105_CTRSEL_RHEC); in idt77105_stats_timer_func()
/Linux-v6.6/drivers/infiniband/hw/qib/
Dqib_mad.c1267 static u64 get_counter(struct qib_ibport *ibp, struct qib_pportdata *ppd, in get_counter() function
1300 delta = get_counter(&ppd->ibport_data, ppd, in xmit_wait_get_value_delta()
1310 get_counter(ibp, ppd, IB_PMA_PORT_XMIT_DATA); in cache_hw_sample_counters()
1312 get_counter(ibp, ppd, IB_PMA_PORT_RCV_DATA); in cache_hw_sample_counters()
1314 get_counter(ibp, ppd, IB_PMA_PORT_XMIT_PKTS); in cache_hw_sample_counters()
1316 get_counter(ibp, ppd, IB_PMA_PORT_RCV_PKTS); in cache_hw_sample_counters()
1318 get_counter(ibp, ppd, IB_PMA_PORT_XMIT_WAIT); in cache_hw_sample_counters()