Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/cxgb4/
Dt4_regs.h458 #define TP_MIB_TCP_OUT_RST 0xc macro
Dt4_hw.c1661 u32 val[TP_MIB_TCP_RXT_SEG_LO - TP_MIB_TCP_OUT_RST + 1]; in t4_tp_get_tcp_stats()
1663 #define STAT_IDX(x) ((TP_MIB_TCP_##x) - TP_MIB_TCP_OUT_RST) in t4_tp_get_tcp_stats()
1669 ARRAY_SIZE(val), TP_MIB_TCP_OUT_RST); in t4_tp_get_tcp_stats()