Home
last modified time | relevance | path

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

/net/vmw_vsock/
Dvirtio_transport_common.c276 ret = vvs->peer_buf_alloc - (vvs->tx_cnt - vvs->peer_fwd_cnt); in virtio_transport_get_credit()
279 vvs->tx_cnt += ret; in virtio_transport_get_credit()
289 vvs->tx_cnt -= credit; in virtio_transport_put_credit()
579 bytes = (s64)vvs->peer_buf_alloc - (vvs->tx_cnt - vvs->peer_fwd_cnt); in virtio_transport_has_space()
/net/smc/
Dsmc_stats.h82 u64 tx_cnt; member
Dsmc_stats.c226 smc_tech->tx_cnt, in smc_nl_fill_stats_tech_data()