Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c5626 #define STAT64(x) (((u64)STAT(x##_HI) << 32) | STAT(x##_LO)) in t4_tp_get_tcp_stats() macro
5632 v4->tcp_in_segs = STAT64(IN_SEG); in t4_tp_get_tcp_stats()
5633 v4->tcp_out_segs = STAT64(OUT_SEG); in t4_tp_get_tcp_stats()
5634 v4->tcp_retrans_segs = STAT64(RXT_SEG); in t4_tp_get_tcp_stats()
5640 v6->tcp_in_segs = STAT64(IN_SEG); in t4_tp_get_tcp_stats()
5641 v6->tcp_out_segs = STAT64(OUT_SEG); in t4_tp_get_tcp_stats()
5642 v6->tcp_retrans_segs = STAT64(RXT_SEG); in t4_tp_get_tcp_stats()
5644 #undef STAT64 in t4_tp_get_tcp_stats() macro
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c5596 #define STAT64(x) (((u64)STAT(x##_HI) << 32) | STAT(x##_LO)) in t4_tp_get_tcp_stats() macro
5602 v4->tcp_in_segs = STAT64(IN_SEG); in t4_tp_get_tcp_stats()
5603 v4->tcp_out_segs = STAT64(OUT_SEG); in t4_tp_get_tcp_stats()
5604 v4->tcp_retrans_segs = STAT64(RXT_SEG); in t4_tp_get_tcp_stats()
5610 v6->tcp_in_segs = STAT64(IN_SEG); in t4_tp_get_tcp_stats()
5611 v6->tcp_out_segs = STAT64(OUT_SEG); in t4_tp_get_tcp_stats()
5612 v6->tcp_retrans_segs = STAT64(RXT_SEG); in t4_tp_get_tcp_stats()
5614 #undef STAT64 in t4_tp_get_tcp_stats() macro

Completed in 24 milliseconds