Searched refs:get_counter (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | idt77105.c | 62 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()
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | idt77105.c | 62 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()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_join.sh | 134 get_counter() function 310 count=$(get_counter ${ns1} "MPTcpExtMPJoinSynRx") 322 count=$(get_counter ${ns2} "MPTcpExtMPJoinSynAckRx") 334 count=$(get_counter ${ns1} "MPTcpExtMPJoinAckRx") 360 count=$(get_counter ${ns2} "MPTcpExtAddAddr") 372 count=$(get_counter ${ns1} "MPTcpExtEchoAdd") 399 count=$(get_counter ${ns1} "MPTcpExtRmAddr") 411 count=$(get_counter ${ns2} "MPTcpExtRmSubflow")
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_mad.c | 1267 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()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
H A D | qib_mad.c | 1267 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()
|
Completed in 8 milliseconds