Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c5608 #define STAT64(x) (((u64)STAT(x##_HI) << 32) | STAT(x##_LO)) in t4_tp_get_tcp_stats() macro
5614 v4->tcp_in_segs = STAT64(IN_SEG); in t4_tp_get_tcp_stats()
5615 v4->tcp_out_segs = STAT64(OUT_SEG); in t4_tp_get_tcp_stats()
5616 v4->tcp_retrans_segs = STAT64(RXT_SEG); in t4_tp_get_tcp_stats()
5622 v6->tcp_in_segs = STAT64(IN_SEG); in t4_tp_get_tcp_stats()
5623 v6->tcp_out_segs = STAT64(OUT_SEG); in t4_tp_get_tcp_stats()
5624 v6->tcp_retrans_segs = STAT64(RXT_SEG); in t4_tp_get_tcp_stats()
5626 #undef STAT64 in t4_tp_get_tcp_stats()