Home
last modified time | relevance | path

Searched refs:tcpRetransSegs (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dprovider.c450 stats->iw.tcpRetransSegs = v4.tcpRetransSegs + v6.tcpRetransSegs; in c4iw_get_mib()
/linux-4.1.27/drivers/infiniband/core/
Dsysfs.c768 IW_STATS_ENTRY(tcpRetransSegs);
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h204 u64 tcpRetransSegs; member
Dt4_hw.c3182 v4->tcpRetransSegs = STAT64(RXT_SEG); in t4_tp_get_tcp_stats()
3190 v6->tcpRetransSegs = STAT64(RXT_SEG); in t4_tp_get_tcp_stats()
/linux-4.1.27/include/rdma/
Dib_verbs.h339 u64 tcpRetransSegs; member
/linux-4.1.27/drivers/infiniband/hw/cxgb3/
Diwch_provider.c1325 stats->iw.tcpRetransSegs = ((u64) m.tcpRetransSeg_hi << 32) + in iwch_get_mib()