Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c3174 #define STAT64(x) (((u64)STAT(x##_HI) << 32) | STAT(x##_LO)) in t4_tp_get_tcp_stats() macro
3180 v4->tcpInSegs = STAT64(IN_SEG); in t4_tp_get_tcp_stats()
3181 v4->tcpOutSegs = STAT64(OUT_SEG); in t4_tp_get_tcp_stats()
3182 v4->tcpRetransSegs = STAT64(RXT_SEG); in t4_tp_get_tcp_stats()
3188 v6->tcpInSegs = STAT64(IN_SEG); in t4_tp_get_tcp_stats()
3189 v6->tcpOutSegs = STAT64(OUT_SEG); in t4_tp_get_tcp_stats()
3190 v6->tcpRetransSegs = STAT64(RXT_SEG); in t4_tp_get_tcp_stats()
3192 #undef STAT64 in t4_tp_get_tcp_stats()