FreeBSD kernel CXGBE device code
t4_tcb.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define W_TCB_ULP_TYPE   0
 
#define S_TCB_ULP_TYPE   0
 
#define M_TCB_ULP_TYPE   0xfULL
 
#define V_TCB_ULP_TYPE(x)   ((x) << S_TCB_ULP_TYPE)
 
#define W_TCB_ULP_RAW   0
 
#define S_TCB_ULP_RAW   4
 
#define M_TCB_ULP_RAW   0xffULL
 
#define V_TCB_ULP_RAW(x)   ((x) << S_TCB_ULP_RAW)
 
#define W_TCB_L2T_IX   0
 
#define S_TCB_L2T_IX   12
 
#define M_TCB_L2T_IX   0xfffULL
 
#define V_TCB_L2T_IX(x)   ((x) << S_TCB_L2T_IX)
 
#define W_TCB_SMAC_SEL   0
 
#define S_TCB_SMAC_SEL   24
 
#define M_TCB_SMAC_SEL   0xffULL
 
#define V_TCB_SMAC_SEL(x)   ((x) << S_TCB_SMAC_SEL)
 
#define W_TCB_T_FLAGS   1
 
#define S_TCB_T_FLAGS   0
 
#define M_TCB_T_FLAGS   0xffffffffffffffffULL
 
#define V_TCB_T_FLAGS(x)   ((__u64)(x) << S_TCB_T_FLAGS)
 
#define W_TCB_RSS_INFO   3
 
#define S_TCB_RSS_INFO   0
 
#define M_TCB_RSS_INFO   0x3ffULL
 
#define V_TCB_RSS_INFO(x)   ((x) << S_TCB_RSS_INFO)
 
#define W_TCB_TOS   3
 
#define S_TCB_TOS   10
 
#define M_TCB_TOS   0x3fULL
 
#define V_TCB_TOS(x)   ((x) << S_TCB_TOS)
 
#define W_TCB_T_STATE   3
 
#define S_TCB_T_STATE   16
 
#define M_TCB_T_STATE   0xfULL
 
#define V_TCB_T_STATE(x)   ((x) << S_TCB_T_STATE)
 
#define W_TCB_MAX_RT   3
 
#define S_TCB_MAX_RT   20
 
#define M_TCB_MAX_RT   0xfULL
 
#define V_TCB_MAX_RT(x)   ((x) << S_TCB_MAX_RT)
 
#define W_TCB_T_MAXSEG   3
 
#define S_TCB_T_MAXSEG   24
 
#define M_TCB_T_MAXSEG   0xfULL
 
#define V_TCB_T_MAXSEG(x)   ((x) << S_TCB_T_MAXSEG)
 
#define W_TCB_SND_SCALE   3
 
#define S_TCB_SND_SCALE   28
 
#define M_TCB_SND_SCALE   0xfULL
 
#define V_TCB_SND_SCALE(x)   ((x) << S_TCB_SND_SCALE)
 
#define W_TCB_RCV_SCALE   4
 
#define S_TCB_RCV_SCALE   0
 
#define M_TCB_RCV_SCALE   0xfULL
 
#define V_TCB_RCV_SCALE(x)   ((x) << S_TCB_RCV_SCALE)
 
#define W_TCB_T_RXTSHIFT   4
 
#define S_TCB_T_RXTSHIFT   4
 
#define M_TCB_T_RXTSHIFT   0xfULL
 
#define V_TCB_T_RXTSHIFT(x)   ((x) << S_TCB_T_RXTSHIFT)
 
#define W_TCB_T_DUPACKS   4
 
#define S_TCB_T_DUPACKS   8
 
#define M_TCB_T_DUPACKS   0xfULL
 
#define V_TCB_T_DUPACKS(x)   ((x) << S_TCB_T_DUPACKS)
 
#define W_TCB_TIMESTAMP_OFFSET   4
 
#define S_TCB_TIMESTAMP_OFFSET   12
 
#define M_TCB_TIMESTAMP_OFFSET   0xfULL
 
#define V_TCB_TIMESTAMP_OFFSET(x)   ((x) << S_TCB_TIMESTAMP_OFFSET)
 
#define W_TCB_RCV_ADV   4
 
#define S_TCB_RCV_ADV   16
 
#define M_TCB_RCV_ADV   0xffffULL
 
#define V_TCB_RCV_ADV(x)   ((x) << S_TCB_RCV_ADV)
 
#define W_TCB_TIMESTAMP   5
 
#define S_TCB_TIMESTAMP   0
 
#define M_TCB_TIMESTAMP   0xffffffffULL
 
#define V_TCB_TIMESTAMP(x)   ((x) << S_TCB_TIMESTAMP)
 
#define W_TCB_T_RTT_TS_RECENT_AGE   6
 
#define S_TCB_T_RTT_TS_RECENT_AGE   0
 
#define M_TCB_T_RTT_TS_RECENT_AGE   0xffffffffULL
 
#define V_TCB_T_RTT_TS_RECENT_AGE(x)   ((x) << S_TCB_T_RTT_TS_RECENT_AGE)
 
#define W_TCB_T_RTSEQ_RECENT   7
 
#define S_TCB_T_RTSEQ_RECENT   0
 
#define M_TCB_T_RTSEQ_RECENT   0xffffffffULL
 
#define V_TCB_T_RTSEQ_RECENT(x)   ((x) << S_TCB_T_RTSEQ_RECENT)
 
#define W_TCB_T_SRTT   8
 
#define S_TCB_T_SRTT   0
 
#define M_TCB_T_SRTT   0xffffULL
 
#define V_TCB_T_SRTT(x)   ((x) << S_TCB_T_SRTT)
 
#define W_TCB_T_RTTVAR   8
 
#define S_TCB_T_RTTVAR   16
 
#define M_TCB_T_RTTVAR   0xffffULL
 
#define V_TCB_T_RTTVAR(x)   ((x) << S_TCB_T_RTTVAR)
 
#define W_TCB_TX_MAX   9
 
#define S_TCB_TX_MAX   0
 
#define M_TCB_TX_MAX   0xffffffffULL
 
#define V_TCB_TX_MAX(x)   ((x) << S_TCB_TX_MAX)
 
#define W_TCB_SND_UNA_RAW   10
 
#define S_TCB_SND_UNA_RAW   0
 
#define M_TCB_SND_UNA_RAW   0xfffffffULL
 
#define V_TCB_SND_UNA_RAW(x)   ((x) << S_TCB_SND_UNA_RAW)
 
#define W_TCB_SND_NXT_RAW   10
 
#define S_TCB_SND_NXT_RAW   28
 
#define M_TCB_SND_NXT_RAW   0xfffffffULL
 
#define V_TCB_SND_NXT_RAW(x)   ((__u64)(x) << S_TCB_SND_NXT_RAW)
 
#define W_TCB_SND_MAX_RAW   11
 
#define S_TCB_SND_MAX_RAW   24
 
#define M_TCB_SND_MAX_RAW   0xfffffffULL
 
#define V_TCB_SND_MAX_RAW(x)   ((__u64)(x) << S_TCB_SND_MAX_RAW)
 
#define W_TCB_SND_REC_RAW   12
 
#define S_TCB_SND_REC_RAW   20
 
#define M_TCB_SND_REC_RAW   0xfffffffULL
 
#define V_TCB_SND_REC_RAW(x)   ((__u64)(x) << S_TCB_SND_REC_RAW)
 
#define W_TCB_SND_CWND   13
 
#define S_TCB_SND_CWND   16
 
#define M_TCB_SND_CWND   0xfffffffULL
 
#define V_TCB_SND_CWND(x)   ((__u64)(x) << S_TCB_SND_CWND)
 
#define W_TCB_SND_SSTHRESH   14
 
#define S_TCB_SND_SSTHRESH   12
 
#define M_TCB_SND_SSTHRESH   0xfffffffULL
 
#define V_TCB_SND_SSTHRESH(x)   ((__u64)(x) << S_TCB_SND_SSTHRESH)
 
#define W_TCB_TX_HDR_PTR_RAW   15
 
#define S_TCB_TX_HDR_PTR_RAW   8
 
#define M_TCB_TX_HDR_PTR_RAW   0x1ffffULL
 
#define V_TCB_TX_HDR_PTR_RAW(x)   ((x) << S_TCB_TX_HDR_PTR_RAW)
 
#define W_TCB_TX_LAST_PTR_RAW   15
 
#define S_TCB_TX_LAST_PTR_RAW   25
 
#define M_TCB_TX_LAST_PTR_RAW   0x1ffffULL
 
#define V_TCB_TX_LAST_PTR_RAW(x)   ((__u64)(x) << S_TCB_TX_LAST_PTR_RAW)
 
#define W_TCB_RCV_NXT   16
 
#define S_TCB_RCV_NXT   10
 
#define M_TCB_RCV_NXT   0xffffffffULL
 
#define V_TCB_RCV_NXT(x)   ((__u64)(x) << S_TCB_RCV_NXT)
 
#define W_TCB_RCV_WND   17
 
#define S_TCB_RCV_WND   10
 
#define M_TCB_RCV_WND   0xfffffffULL
 
#define V_TCB_RCV_WND(x)   ((__u64)(x) << S_TCB_RCV_WND)
 
#define W_TCB_RX_HDR_OFFSET   18
 
#define S_TCB_RX_HDR_OFFSET   6
 
#define M_TCB_RX_HDR_OFFSET   0xfffffffULL
 
#define V_TCB_RX_HDR_OFFSET(x)   ((__u64)(x) << S_TCB_RX_HDR_OFFSET)
 
#define W_TCB_TS_LAST_ACK_SENT_RAW   19
 
#define S_TCB_TS_LAST_ACK_SENT_RAW   2
 
#define M_TCB_TS_LAST_ACK_SENT_RAW   0xfffffffULL
 
#define V_TCB_TS_LAST_ACK_SENT_RAW(x)   ((x) << S_TCB_TS_LAST_ACK_SENT_RAW)
 
#define W_TCB_RX_FRAG0_START_IDX_RAW   19
 
#define S_TCB_RX_FRAG0_START_IDX_RAW   30
 
#define M_TCB_RX_FRAG0_START_IDX_RAW   0xfffffffULL
 
#define V_TCB_RX_FRAG0_START_IDX_RAW(x)   ((__u64)(x) << S_TCB_RX_FRAG0_START_IDX_RAW)
 
#define W_TCB_RX_FRAG1_START_IDX_OFFSET   20
 
#define S_TCB_RX_FRAG1_START_IDX_OFFSET   26
 
#define M_TCB_RX_FRAG1_START_IDX_OFFSET   0xfffffffULL
 
#define V_TCB_RX_FRAG1_START_IDX_OFFSET(x)   ((__u64)(x) << S_TCB_RX_FRAG1_START_IDX_OFFSET)
 
#define W_TCB_RX_FRAG0_LEN   21
 
#define S_TCB_RX_FRAG0_LEN   22
 
#define M_TCB_RX_FRAG0_LEN   0xfffffffULL
 
#define V_TCB_RX_FRAG0_LEN(x)   ((__u64)(x) << S_TCB_RX_FRAG0_LEN)
 
#define W_TCB_RX_FRAG1_LEN   22
 
#define S_TCB_RX_FRAG1_LEN   18
 
#define M_TCB_RX_FRAG1_LEN   0xfffffffULL
 
#define V_TCB_RX_FRAG1_LEN(x)   ((__u64)(x) << S_TCB_RX_FRAG1_LEN)
 
#define W_TCB_PDU_LEN   23
 
#define S_TCB_PDU_LEN   14
 
#define M_TCB_PDU_LEN   0xffffULL
 
#define V_TCB_PDU_LEN(x)   ((x) << S_TCB_PDU_LEN)
 
#define W_TCB_RX_PTR_RAW   23
 
#define S_TCB_RX_PTR_RAW   30
 
#define M_TCB_RX_PTR_RAW   0x1ffffULL
 
#define V_TCB_RX_PTR_RAW(x)   ((__u64)(x) << S_TCB_RX_PTR_RAW)
 
#define W_TCB_RX_FRAG1_PTR_RAW   24
 
#define S_TCB_RX_FRAG1_PTR_RAW   15
 
#define M_TCB_RX_FRAG1_PTR_RAW   0x1ffffULL
 
#define V_TCB_RX_FRAG1_PTR_RAW(x)   ((x) << S_TCB_RX_FRAG1_PTR_RAW)
 
#define W_TCB_MAIN_SLUSH   25
 
#define S_TCB_MAIN_SLUSH   0
 
#define M_TCB_MAIN_SLUSH   0xffffffffULL
 
#define V_TCB_MAIN_SLUSH(x)   ((x) << S_TCB_MAIN_SLUSH)
 
#define W_TCB_AUX1_SLUSH0   26
 
#define S_TCB_AUX1_SLUSH0   0
 
#define M_TCB_AUX1_SLUSH0   0x7fffULL
 
#define V_TCB_AUX1_SLUSH0(x)   ((x) << S_TCB_AUX1_SLUSH0)
 
#define W_TCB_RX_FRAG2_START_IDX_OFFSET_RAW   26
 
#define S_TCB_RX_FRAG2_START_IDX_OFFSET_RAW   15
 
#define M_TCB_RX_FRAG2_START_IDX_OFFSET_RAW   0xfffffffULL
 
#define V_TCB_RX_FRAG2_START_IDX_OFFSET_RAW(x)   ((__u64)(x) << S_TCB_RX_FRAG2_START_IDX_OFFSET_RAW)
 
#define W_TCB_RX_FRAG2_PTR_RAW   27
 
#define S_TCB_RX_FRAG2_PTR_RAW   11
 
#define M_TCB_RX_FRAG2_PTR_RAW   0x1ffffULL
 
#define V_TCB_RX_FRAG2_PTR_RAW(x)   ((x) << S_TCB_RX_FRAG2_PTR_RAW)
 
#define W_TCB_RX_FRAG2_LEN_RAW   27
 
#define S_TCB_RX_FRAG2_LEN_RAW   28
 
#define M_TCB_RX_FRAG2_LEN_RAW   0xfffffffULL
 
#define V_TCB_RX_FRAG2_LEN_RAW(x)   ((__u64)(x) << S_TCB_RX_FRAG2_LEN_RAW)
 
#define W_TCB_RX_FRAG3_PTR_RAW   28
 
#define S_TCB_RX_FRAG3_PTR_RAW   24
 
#define M_TCB_RX_FRAG3_PTR_RAW   0x1ffffULL
 
#define V_TCB_RX_FRAG3_PTR_RAW(x)   ((__u64)(x) << S_TCB_RX_FRAG3_PTR_RAW)
 
#define W_TCB_RX_FRAG3_LEN_RAW   29
 
#define S_TCB_RX_FRAG3_LEN_RAW   9
 
#define M_TCB_RX_FRAG3_LEN_RAW   0xfffffffULL
 
#define V_TCB_RX_FRAG3_LEN_RAW(x)   ((__u64)(x) << S_TCB_RX_FRAG3_LEN_RAW)
 
#define W_TCB_RX_FRAG3_START_IDX_OFFSET_RAW   30
 
#define S_TCB_RX_FRAG3_START_IDX_OFFSET_RAW   5
 
#define M_TCB_RX_FRAG3_START_IDX_OFFSET_RAW   0xfffffffULL
 
#define V_TCB_RX_FRAG3_START_IDX_OFFSET_RAW(x)   ((__u64)(x) << S_TCB_RX_FRAG3_START_IDX_OFFSET_RAW)
 
#define W_TCB_PDU_HDR_LEN   31
 
#define S_TCB_PDU_HDR_LEN   1
 
#define M_TCB_PDU_HDR_LEN   0xffULL
 
#define V_TCB_PDU_HDR_LEN(x)   ((x) << S_TCB_PDU_HDR_LEN)
 
#define W_TCB_AUX1_SLUSH1   31
 
#define S_TCB_AUX1_SLUSH1   9
 
#define M_TCB_AUX1_SLUSH1   0x7ffffULL
 
#define V_TCB_AUX1_SLUSH1(x)   ((x) << S_TCB_AUX1_SLUSH1)
 
#define W_TCB_ULP_EXT   31
 
#define S_TCP_ULP_EXT   28
 
#define M_TCB_ULP_EXT   0xfULL
 
#define V_TCB_ULP_EXT(x)   ((x) << S_TCP_ULP_EXT)
 
#define W_TCB_IRS_ULP   26
 
#define S_TCB_IRS_ULP   0
 
#define M_TCB_IRS_ULP   0x1ffULL
 
#define V_TCB_IRS_ULP(x)   ((x) << S_TCB_IRS_ULP)
 
#define W_TCB_ISS_ULP   26
 
#define S_TCB_ISS_ULP   9
 
#define M_TCB_ISS_ULP   0x1ffULL
 
#define V_TCB_ISS_ULP(x)   ((x) << S_TCB_ISS_ULP)
 
#define W_TCB_TX_PDU_LEN   26
 
#define S_TCB_TX_PDU_LEN   18
 
#define M_TCB_TX_PDU_LEN   0x3fffULL
 
#define V_TCB_TX_PDU_LEN(x)   ((x) << S_TCB_TX_PDU_LEN)
 
#define W_TCB_CQ_IDX_SQ   27
 
#define S_TCB_CQ_IDX_SQ   0
 
#define M_TCB_CQ_IDX_SQ   0xffffULL
 
#define V_TCB_CQ_IDX_SQ(x)   ((x) << S_TCB_CQ_IDX_SQ)
 
#define W_TCB_CQ_IDX_RQ   27
 
#define S_TCB_CQ_IDX_RQ   16
 
#define M_TCB_CQ_IDX_RQ   0xffffULL
 
#define V_TCB_CQ_IDX_RQ(x)   ((x) << S_TCB_CQ_IDX_RQ)
 
#define W_TCB_QP_ID   28
 
#define S_TCB_QP_ID   0
 
#define M_TCB_QP_ID   0xffffULL
 
#define V_TCB_QP_ID(x)   ((x) << S_TCB_QP_ID)
 
#define W_TCB_PD_ID   28
 
#define S_TCB_PD_ID   16
 
#define M_TCB_PD_ID   0xffffULL
 
#define V_TCB_PD_ID(x)   ((x) << S_TCB_PD_ID)
 
#define W_TCB_STAG   29
 
#define S_TCB_STAG   0
 
#define M_TCB_STAG   0xffffffffULL
 
#define V_TCB_STAG(x)   ((x) << S_TCB_STAG)
 
#define W_TCB_RQ_START   30
 
#define S_TCB_RQ_START   0
 
#define M_TCB_RQ_START   0x3ffffffULL
 
#define V_TCB_RQ_START(x)   ((x) << S_TCB_RQ_START)
 
#define W_TCB_RQ_MSN   30
 
#define S_TCB_RQ_MSN   26
 
#define M_TCB_RQ_MSN   0x1fffULL
 
#define V_TCB_RQ_MSN(x)   ((__u64)(x) << S_TCB_RQ_MSN)
 
#define W_TCB_RQ_MAX_OFFSET   31
 
#define S_TCB_RQ_MAX_OFFSET   7
 
#define M_TCB_RQ_MAX_OFFSET   0xfULL
 
#define V_TCB_RQ_MAX_OFFSET(x)   ((x) << S_TCB_RQ_MAX_OFFSET)
 
#define W_TCB_RQ_WRITE_PTR   31
 
#define S_TCB_RQ_WRITE_PTR   11
 
#define M_TCB_RQ_WRITE_PTR   0x1fffULL
 
#define V_TCB_RQ_WRITE_PTR(x)   ((x) << S_TCB_RQ_WRITE_PTR)
 
#define W_TCB_RDMAP_OPCODE   31
 
#define S_TCB_RDMAP_OPCODE   24
 
#define M_TCB_RDMAP_OPCODE   0xfULL
 
#define V_TCB_RDMAP_OPCODE(x)   ((x) << S_TCB_RDMAP_OPCODE)
 
#define W_TCB_ORD_L_BIT_VLD   31
 
#define S_TCB_ORD_L_BIT_VLD   28
 
#define M_TCB_ORD_L_BIT_VLD   0x1ULL
 
#define V_TCB_ORD_L_BIT_VLD(x)   ((x) << S_TCB_ORD_L_BIT_VLD)
 
#define W_TCB_TX_FLUSH   31
 
#define S_TCB_TX_FLUSH   29
 
#define M_TCB_TX_FLUSH   0x1ULL
 
#define V_TCB_TX_FLUSH(x)   ((x) << S_TCB_TX_FLUSH)
 
#define W_TCB_TX_OOS_RXMT   31
 
#define S_TCB_TX_OOS_RXMT   30
 
#define M_TCB_TX_OOS_RXMT   0x1ULL
 
#define V_TCB_TX_OOS_RXMT(x)   ((x) << S_TCB_TX_OOS_RXMT)
 
#define W_TCB_TX_OOS_TXMT   31
 
#define S_TCB_TX_OOS_TXMT   31
 
#define M_TCB_TX_OOS_TXMT   0x1ULL
 
#define V_TCB_TX_OOS_TXMT(x)   ((x) << S_TCB_TX_OOS_TXMT)
 
#define W_TCB_RX_DDP_BUF0_OFFSET   26
 
#define S_TCB_RX_DDP_BUF0_OFFSET   0
 
#define M_TCB_RX_DDP_BUF0_OFFSET   0xffffffULL
 
#define V_TCB_RX_DDP_BUF0_OFFSET(x)   ((x) << S_TCB_RX_DDP_BUF0_OFFSET)
 
#define W_TCB_RX_DDP_BUF0_LEN   26
 
#define S_TCB_RX_DDP_BUF0_LEN   24
 
#define M_TCB_RX_DDP_BUF0_LEN   0xffffffULL
 
#define V_TCB_RX_DDP_BUF0_LEN(x)   ((__u64)(x) << S_TCB_RX_DDP_BUF0_LEN)
 
#define W_TCB_RX_DDP_FLAGS   27
 
#define S_TCB_RX_DDP_FLAGS   16
 
#define M_TCB_RX_DDP_FLAGS   0xffffffULL
 
#define V_TCB_RX_DDP_FLAGS(x)   ((__u64)(x) << S_TCB_RX_DDP_FLAGS)
 
#define W_TCB_RX_DDP_BUF1_OFFSET   28
 
#define S_TCB_RX_DDP_BUF1_OFFSET   8
 
#define M_TCB_RX_DDP_BUF1_OFFSET   0xffffffULL
 
#define V_TCB_RX_DDP_BUF1_OFFSET(x)   ((x) << S_TCB_RX_DDP_BUF1_OFFSET)
 
#define W_TCB_RX_DDP_BUF1_LEN   29
 
#define S_TCB_RX_DDP_BUF1_LEN   0
 
#define M_TCB_RX_DDP_BUF1_LEN   0xffffffULL
 
#define V_TCB_RX_DDP_BUF1_LEN(x)   ((x) << S_TCB_RX_DDP_BUF1_LEN)
 
#define W_TCB_AUX3_SLUSH   29
 
#define S_TCB_AUX3_SLUSH   24
 
#define M_TCB_AUX3_SLUSH   0xffULL
 
#define V_TCB_AUX3_SLUSH(x)   ((x) << S_TCB_AUX3_SLUSH)
 
#define W_TCB_RX_DDP_BUF0_TAG   30
 
#define S_TCB_RX_DDP_BUF0_TAG   0
 
#define M_TCB_RX_DDP_BUF0_TAG   0xffffffffULL
 
#define V_TCB_RX_DDP_BUF0_TAG(x)   ((x) << S_TCB_RX_DDP_BUF0_TAG)
 
#define W_TCB_RX_DDP_BUF1_TAG   31
 
#define S_TCB_RX_DDP_BUF1_TAG   0
 
#define M_TCB_RX_DDP_BUF1_TAG   0xffffffffULL
 
#define V_TCB_RX_DDP_BUF1_TAG(x)   ((x) << S_TCB_RX_DDP_BUF1_TAG)
 
#define W_TCB_RX_TLS_BUF_OFFSET   26
 
#define S_TCB_RX_TLS_BUF_OFFSET   0
 
#define M_TCB_RX_TLS_BUF_OFFSET   0xffffffULL
 
#define V_TCB_RX_TLS_BUF_OFFSET(x)   ((x) << S_TCB_RX_TLS_BUF_OFFSET)
 
#define W_TCB_RX_TLS_BUF_LEN   26
 
#define S_TCB_RX_TLS_BUF_LEN   24
 
#define M_TCB_RX_TLS_BUF_LEN   0xffffffULL
 
#define V_TCB_RX_TLS_BUF_LEN(x)   ((__u64)(x) << S_TCB_RX_TLS_BUF_LEN)
 
#define W_TCB_RX_TLS_FLAGS   26
 
#define S_TCB_RX_TLS_FLAGS   48
 
#define M_TCB_RX_TLS_FLAGS   0xffffULL
 
#define V_TCB_RX_TLS_FLAGS(x)   ((__u64)(x) << S_TCB_RX_TLS_FLAGS)
 
#define W_TCB_TLS_SEQ   28
 
#define S_TCB_TLS_SEQ   0
 
#define M_TCB_TLS_SEQ   0xffffffffffffffffULL
 
#define V_TCB_TLS_SEQ(x)   ((__u64)(x) << S_TCB_TLS_SEQ)
 
#define W_TCB_RX_TLS_BUF_TAG   30
 
#define S_TCB_RX_TLS_BUF_TAG   0
 
#define M_TCB_RX_TLS_BUF_TAG   0xffffffffULL
 
#define V_TCB_RX_TLS_BUF_TAG(x)   ((x) << S_TCB_RX_TLS_BUF_TAG)
 
#define W_TCB_RX_TLS_KEY_TAG   31
 
#define S_TCB_RX_TLS_KEY_TAG   0
 
#define M_TCB_RX_TLS_KEY_TAG   0xffffffffULL
 
#define V_TCB_RX_TLS_KEY_TAG(x)   ((x) << S_TCB_RX_TLS_KEY_TAG)
 
#define S_TF_TLS_KEY_SIZE   7
 
#define V_TF_TLS_KEY_SIZE(x)   ((x) << S_TF_TLS_KEY_SIZE)
 
#define S_TF_TLS_CONTROL   2
 
#define V_TF_TLS_CONTROL(x)   ((x) << S_TF_TLS_CONTROL)
 
#define S_TF_TLS_ACTIVE   1
 
#define V_TF_TLS_ACTIVE(x)   ((x) << S_TF_TLS_ACTIVE)
 
#define S_TF_TLS_ENABLE   0
 
#define V_TF_TLS_ENABLE(x)   ((x) << S_TF_TLS_ENABLE)
 
#define S_TF_MIGRATING   0
 
#define V_TF_MIGRATING(x)   ((x) << S_TF_MIGRATING)
 
#define S_TF_NON_OFFLOAD   1
 
#define V_TF_NON_OFFLOAD(x)   ((x) << S_TF_NON_OFFLOAD)
 
#define S_TF_LOCK_TID   2
 
#define V_TF_LOCK_TID(x)   ((x) << S_TF_LOCK_TID)
 
#define S_TF_KEEPALIVE   3
 
#define V_TF_KEEPALIVE(x)   ((x) << S_TF_KEEPALIVE)
 
#define S_TF_DACK   4
 
#define V_TF_DACK(x)   ((x) << S_TF_DACK)
 
#define S_TF_DACK_MSS   5
 
#define V_TF_DACK_MSS(x)   ((x) << S_TF_DACK_MSS)
 
#define S_TF_DACK_NOT_ACKED   6
 
#define V_TF_DACK_NOT_ACKED(x)   ((x) << S_TF_DACK_NOT_ACKED)
 
#define S_TF_NAGLE   7
 
#define V_TF_NAGLE(x)   ((x) << S_TF_NAGLE)
 
#define S_TF_SSWS_DISABLED   8
 
#define V_TF_SSWS_DISABLED(x)   ((x) << S_TF_SSWS_DISABLED)
 
#define S_TF_RX_FLOW_CONTROL_DDP   9
 
#define V_TF_RX_FLOW_CONTROL_DDP(x)   ((x) << S_TF_RX_FLOW_CONTROL_DDP)
 
#define S_TF_RX_FLOW_CONTROL_DISABLE   10
 
#define V_TF_RX_FLOW_CONTROL_DISABLE(x)   ((x) << S_TF_RX_FLOW_CONTROL_DISABLE)
 
#define S_TF_RX_CHANNEL   11
 
#define V_TF_RX_CHANNEL(x)   ((x) << S_TF_RX_CHANNEL)
 
#define S_TF_TX_CHANNEL0   12
 
#define V_TF_TX_CHANNEL0(x)   ((x) << S_TF_TX_CHANNEL0)
 
#define S_TF_TX_CHANNEL1   13
 
#define V_TF_TX_CHANNEL1(x)   ((x) << S_TF_TX_CHANNEL1)
 
#define S_TF_TX_QUIESCE   14
 
#define V_TF_TX_QUIESCE(x)   ((x) << S_TF_TX_QUIESCE)
 
#define S_TF_RX_QUIESCE   15
 
#define V_TF_RX_QUIESCE(x)   ((x) << S_TF_RX_QUIESCE)
 
#define S_TF_TX_PACE_AUTO   16
 
#define V_TF_TX_PACE_AUTO(x)   ((x) << S_TF_TX_PACE_AUTO)
 
#define S_TF_MASK_HASH   16
 
#define V_TF_MASK_HASH(x)   ((x) << S_TF_MASK_HASH)
 
#define S_TF_TX_PACE_FIXED   17
 
#define V_TF_TX_PACE_FIXED(x)   ((x) << S_TF_TX_PACE_FIXED)
 
#define S_TF_DIRECT_STEER_HASH   17
 
#define V_TF_DIRECT_STEER_HASH(x)   ((x) << S_TF_DIRECT_STEER_HASH)
 
#define S_TF_TX_QUEUE   18
 
#define M_TF_TX_QUEUE   0x7ULL
 
#define V_TF_TX_QUEUE(x)   ((x) << S_TF_TX_QUEUE)
 
#define S_TF_TURBO   21
 
#define V_TF_TURBO(x)   ((x) << S_TF_TURBO)
 
#define S_TF_REPORT_TID   21
 
#define V_TF_REPORT_TID(x)   ((x) << S_TF_REPORT_TID)
 
#define S_TF_CCTRL_SEL0   22
 
#define V_TF_CCTRL_SEL0(x)   ((x) << S_TF_CCTRL_SEL0)
 
#define S_TF_DROP   22
 
#define V_TF_DROP(x)   ((x) << S_TF_DROP)
 
#define S_TF_CCTRL_SEL1   23
 
#define V_TF_CCTRL_SEL1(x)   ((x) << S_TF_CCTRL_SEL1)
 
#define S_TF_DIRECT_STEER   23
 
#define V_TF_DIRECT_STEER(x)   ((x) << S_TF_DIRECT_STEER)
 
#define S_TF_CORE_FIN   24
 
#define V_TF_CORE_FIN(x)   ((x) << S_TF_CORE_FIN)
 
#define S_TF_CORE_URG   25
 
#define V_TF_CORE_URG(x)   ((x) << S_TF_CORE_URG)
 
#define S_TF_CORE_MORE   26
 
#define V_TF_CORE_MORE(x)   ((x) << S_TF_CORE_MORE)
 
#define S_TF_CORE_PUSH   27
 
#define V_TF_CORE_PUSH(x)   ((x) << S_TF_CORE_PUSH)
 
#define S_TF_CORE_FLUSH   28
 
#define V_TF_CORE_FLUSH(x)   ((x) << S_TF_CORE_FLUSH)
 
#define S_TF_RCV_COALESCE_ENABLE   29
 
#define V_TF_RCV_COALESCE_ENABLE(x)   ((x) << S_TF_RCV_COALESCE_ENABLE)
 
#define S_TF_RCV_COALESCE_PUSH   30
 
#define V_TF_RCV_COALESCE_PUSH(x)   ((x) << S_TF_RCV_COALESCE_PUSH)
 
#define S_TF_RCV_COALESCE_LAST_PSH   31
 
#define V_TF_RCV_COALESCE_LAST_PSH(x)   ((x) << S_TF_RCV_COALESCE_LAST_PSH)
 
#define S_TF_RCV_COALESCE_HEARTBEAT   32
 
#define V_TF_RCV_COALESCE_HEARTBEAT(x)   ((__u64)(x) << S_TF_RCV_COALESCE_HEARTBEAT)
 
#define S_TF_INIT   33
 
#define V_TF_INIT(x)   ((__u64)(x) << S_TF_INIT)
 
#define S_TF_ACTIVE_OPEN   34
 
#define V_TF_ACTIVE_OPEN(x)   ((__u64)(x) << S_TF_ACTIVE_OPEN)
 
#define S_TF_ASK_MODE   35
 
#define V_TF_ASK_MODE(x)   ((__u64)(x) << S_TF_ASK_MODE)
 
#define S_TF_MOD_SCHD_REASON0   36
 
#define V_TF_MOD_SCHD_REASON0(x)   ((__u64)(x) << S_TF_MOD_SCHD_REASON0)
 
#define S_TF_MOD_SCHD_REASON1   37
 
#define V_TF_MOD_SCHD_REASON1(x)   ((__u64)(x) << S_TF_MOD_SCHD_REASON1)
 
#define S_TF_MOD_SCHD_REASON2   38
 
#define V_TF_MOD_SCHD_REASON2(x)   ((__u64)(x) << S_TF_MOD_SCHD_REASON2)
 
#define S_TF_MOD_SCHD_TX   39
 
#define V_TF_MOD_SCHD_TX(x)   ((__u64)(x) << S_TF_MOD_SCHD_TX)
 
#define S_TF_MOD_SCHD_RX   40
 
#define V_TF_MOD_SCHD_RX(x)   ((__u64)(x) << S_TF_MOD_SCHD_RX)
 
#define S_TF_TIMER   41
 
#define V_TF_TIMER(x)   ((__u64)(x) << S_TF_TIMER)
 
#define S_TF_DACK_TIMER   42
 
#define V_TF_DACK_TIMER(x)   ((__u64)(x) << S_TF_DACK_TIMER)
 
#define S_TF_PEER_FIN   43
 
#define V_TF_PEER_FIN(x)   ((__u64)(x) << S_TF_PEER_FIN)
 
#define S_TF_TX_COMPACT   44
 
#define V_TF_TX_COMPACT(x)   ((__u64)(x) << S_TF_TX_COMPACT)
 
#define S_TF_RX_COMPACT   45
 
#define V_TF_RX_COMPACT(x)   ((__u64)(x) << S_TF_RX_COMPACT)
 
#define S_TF_RDMA_ERROR   46
 
#define V_TF_RDMA_ERROR(x)   ((__u64)(x) << S_TF_RDMA_ERROR)
 
#define S_TF_RDMA_FLM_ERROR   47
 
#define V_TF_RDMA_FLM_ERROR(x)   ((__u64)(x) << S_TF_RDMA_FLM_ERROR)
 
#define S_TF_TX_PDU_OUT   48
 
#define V_TF_TX_PDU_OUT(x)   ((__u64)(x) << S_TF_TX_PDU_OUT)
 
#define S_TF_RX_PDU_OUT   49
 
#define V_TF_RX_PDU_OUT(x)   ((__u64)(x) << S_TF_RX_PDU_OUT)
 
#define S_TF_DUPACK_COUNT_ODD   50
 
#define V_TF_DUPACK_COUNT_ODD(x)   ((__u64)(x) << S_TF_DUPACK_COUNT_ODD)
 
#define S_TF_FAST_RECOVERY   51
 
#define V_TF_FAST_RECOVERY(x)   ((__u64)(x) << S_TF_FAST_RECOVERY)
 
#define S_TF_RECV_SCALE   52
 
#define V_TF_RECV_SCALE(x)   ((__u64)(x) << S_TF_RECV_SCALE)
 
#define S_TF_RECV_TSTMP   53
 
#define V_TF_RECV_TSTMP(x)   ((__u64)(x) << S_TF_RECV_TSTMP)
 
#define S_TF_RECV_SACK   54
 
#define V_TF_RECV_SACK(x)   ((__u64)(x) << S_TF_RECV_SACK)
 
#define S_TF_PEND_CTL0   55
 
#define V_TF_PEND_CTL0(x)   ((__u64)(x) << S_TF_PEND_CTL0)
 
#define S_TF_PEND_CTL1   56
 
#define V_TF_PEND_CTL1(x)   ((__u64)(x) << S_TF_PEND_CTL1)
 
#define S_TF_PEND_CTL2   57
 
#define V_TF_PEND_CTL2(x)   ((__u64)(x) << S_TF_PEND_CTL2)
 
#define S_TF_IP_VERSION   58
 
#define V_TF_IP_VERSION(x)   ((__u64)(x) << S_TF_IP_VERSION)
 
#define S_TF_CCTRL_ECN   59
 
#define V_TF_CCTRL_ECN(x)   ((__u64)(x) << S_TF_CCTRL_ECN)
 
#define S_TF_LPBK   59
 
#define V_TF_LPBK(x)   ((__u64)(x) << S_TF_LPBK)
 
#define S_TF_CCTRL_ECE   60
 
#define V_TF_CCTRL_ECE(x)   ((__u64)(x) << S_TF_CCTRL_ECE)
 
#define S_TF_REWRITE_DMAC   60
 
#define V_TF_REWRITE_DMAC(x)   ((__u64)(x) << S_TF_REWRITE_DMAC)
 
#define S_TF_CCTRL_CWR   61
 
#define V_TF_CCTRL_CWR(x)   ((__u64)(x) << S_TF_CCTRL_CWR)
 
#define S_TF_REWRITE_SMAC   61
 
#define V_TF_REWRITE_SMAC(x)   ((__u64)(x) << S_TF_REWRITE_SMAC)
 
#define S_TF_CCTRL_RFR   62
 
#define V_TF_CCTRL_RFR(x)   ((__u64)(x) << S_TF_CCTRL_RFR)
 
#define S_TF_CORE_BYPASS   63
 
#define V_TF_CORE_BYPASS(x)   ((__u64)(x) << S_TF_CORE_BYPASS)
 
#define S_TF_DDP_INDICATE_OUT   16
 
#define V_TF_DDP_INDICATE_OUT(x)   ((x) << S_TF_DDP_INDICATE_OUT)
 
#define S_TF_DDP_ACTIVE_BUF   17
 
#define V_TF_DDP_ACTIVE_BUF(x)   ((x) << S_TF_DDP_ACTIVE_BUF)
 
#define S_TF_DDP_OFF   18
 
#define V_TF_DDP_OFF(x)   ((x) << S_TF_DDP_OFF)
 
#define S_TF_DDP_WAIT_FRAG   19
 
#define V_TF_DDP_WAIT_FRAG(x)   ((x) << S_TF_DDP_WAIT_FRAG)
 
#define S_TF_DDP_BUF_INF   20
 
#define V_TF_DDP_BUF_INF(x)   ((x) << S_TF_DDP_BUF_INF)
 
#define S_TF_DDP_RX2TX   21
 
#define V_TF_DDP_RX2TX(x)   ((x) << S_TF_DDP_RX2TX)
 
#define S_TF_DDP_BUF0_VALID   24
 
#define V_TF_DDP_BUF0_VALID(x)   ((x) << S_TF_DDP_BUF0_VALID)
 
#define S_TF_DDP_BUF0_INDICATE   25
 
#define V_TF_DDP_BUF0_INDICATE(x)   ((x) << S_TF_DDP_BUF0_INDICATE)
 
#define S_TF_DDP_BUF0_FLUSH   26
 
#define V_TF_DDP_BUF0_FLUSH(x)   ((x) << S_TF_DDP_BUF0_FLUSH)
 
#define S_TF_DDP_PSHF_ENABLE_0   27
 
#define V_TF_DDP_PSHF_ENABLE_0(x)   ((x) << S_TF_DDP_PSHF_ENABLE_0)
 
#define S_TF_DDP_PUSH_DISABLE_0   28
 
#define V_TF_DDP_PUSH_DISABLE_0(x)   ((x) << S_TF_DDP_PUSH_DISABLE_0)
 
#define S_TF_DDP_PSH_NO_INVALIDATE0   29
 
#define V_TF_DDP_PSH_NO_INVALIDATE0(x)   ((x) << S_TF_DDP_PSH_NO_INVALIDATE0)
 
#define S_TF_DDP_BUF1_VALID   32
 
#define V_TF_DDP_BUF1_VALID(x)   ((__u64)(x) << S_TF_DDP_BUF1_VALID)
 
#define S_TF_DDP_BUF1_INDICATE   33
 
#define V_TF_DDP_BUF1_INDICATE(x)   ((__u64)(x) << S_TF_DDP_BUF1_INDICATE)
 
#define S_TF_DDP_BUF1_FLUSH   34
 
#define V_TF_DDP_BUF1_FLUSH(x)   ((__u64)(x) << S_TF_DDP_BUF1_FLUSH)
 
#define S_TF_DDP_PSHF_ENABLE_1   35
 
#define V_TF_DDP_PSHF_ENABLE_1(x)   ((__u64)(x) << S_TF_DDP_PSHF_ENABLE_1)
 
#define S_TF_DDP_PUSH_DISABLE_1   36
 
#define V_TF_DDP_PUSH_DISABLE_1(x)   ((__u64)(x) << S_TF_DDP_PUSH_DISABLE_1)
 
#define S_TF_DDP_PSH_NO_INVALIDATE1   37
 
#define V_TF_DDP_PSH_NO_INVALIDATE1(x)   ((__u64)(x) << S_TF_DDP_PSH_NO_INVALIDATE1)
 

Macro Definition Documentation

◆ M_TCB_AUX1_SLUSH0

#define M_TCB_AUX1_SLUSH0   0x7fffULL

Definition at line 292 of file t4_tcb.h.

◆ M_TCB_AUX1_SLUSH1

#define M_TCB_AUX1_SLUSH1   0x7ffffULL

Definition at line 340 of file t4_tcb.h.

◆ M_TCB_AUX3_SLUSH

#define M_TCB_AUX3_SLUSH   0xffULL

Definition at line 485 of file t4_tcb.h.

◆ M_TCB_CQ_IDX_RQ

#define M_TCB_CQ_IDX_RQ   0xffffULL

Definition at line 377 of file t4_tcb.h.

◆ M_TCB_CQ_IDX_SQ

#define M_TCB_CQ_IDX_SQ   0xffffULL

Definition at line 371 of file t4_tcb.h.

◆ M_TCB_IRS_ULP

#define M_TCB_IRS_ULP   0x1ffULL

Definition at line 353 of file t4_tcb.h.

◆ M_TCB_ISS_ULP

#define M_TCB_ISS_ULP   0x1ffULL

Definition at line 359 of file t4_tcb.h.

◆ M_TCB_L2T_IX

#define M_TCB_L2T_IX   0xfffULL

Definition at line 52 of file t4_tcb.h.

◆ M_TCB_MAIN_SLUSH

#define M_TCB_MAIN_SLUSH   0xffffffffULL

Definition at line 286 of file t4_tcb.h.

◆ M_TCB_MAX_RT

#define M_TCB_MAX_RT   0xfULL

Definition at line 88 of file t4_tcb.h.

◆ M_TCB_ORD_L_BIT_VLD

#define M_TCB_ORD_L_BIT_VLD   0x1ULL

Definition at line 431 of file t4_tcb.h.

◆ M_TCB_PD_ID

#define M_TCB_PD_ID   0xffffULL

Definition at line 389 of file t4_tcb.h.

◆ M_TCB_PDU_HDR_LEN

#define M_TCB_PDU_HDR_LEN   0xffULL

Definition at line 334 of file t4_tcb.h.

◆ M_TCB_PDU_LEN

#define M_TCB_PDU_LEN   0xffffULL

Definition at line 268 of file t4_tcb.h.

◆ M_TCB_QP_ID

#define M_TCB_QP_ID   0xffffULL

Definition at line 383 of file t4_tcb.h.

◆ M_TCB_RCV_ADV

#define M_TCB_RCV_ADV   0xffffULL

Definition at line 130 of file t4_tcb.h.

◆ M_TCB_RCV_NXT

#define M_TCB_RCV_NXT   0xffffffffULL

Definition at line 220 of file t4_tcb.h.

◆ M_TCB_RCV_SCALE

#define M_TCB_RCV_SCALE   0xfULL

Definition at line 106 of file t4_tcb.h.

◆ M_TCB_RCV_WND

#define M_TCB_RCV_WND   0xfffffffULL

Definition at line 226 of file t4_tcb.h.

◆ M_TCB_RDMAP_OPCODE

#define M_TCB_RDMAP_OPCODE   0xfULL

Definition at line 425 of file t4_tcb.h.

◆ M_TCB_RQ_MAX_OFFSET

#define M_TCB_RQ_MAX_OFFSET   0xfULL

Definition at line 413 of file t4_tcb.h.

◆ M_TCB_RQ_MSN

#define M_TCB_RQ_MSN   0x1fffULL

Definition at line 407 of file t4_tcb.h.

◆ M_TCB_RQ_START

#define M_TCB_RQ_START   0x3ffffffULL

Definition at line 401 of file t4_tcb.h.

◆ M_TCB_RQ_WRITE_PTR

#define M_TCB_RQ_WRITE_PTR   0x1fffULL

Definition at line 419 of file t4_tcb.h.

◆ M_TCB_RSS_INFO

#define M_TCB_RSS_INFO   0x3ffULL

Definition at line 70 of file t4_tcb.h.

◆ M_TCB_RX_DDP_BUF0_LEN

#define M_TCB_RX_DDP_BUF0_LEN   0xffffffULL

Definition at line 461 of file t4_tcb.h.

◆ M_TCB_RX_DDP_BUF0_OFFSET

#define M_TCB_RX_DDP_BUF0_OFFSET   0xffffffULL

Definition at line 455 of file t4_tcb.h.

◆ M_TCB_RX_DDP_BUF0_TAG

#define M_TCB_RX_DDP_BUF0_TAG   0xffffffffULL

Definition at line 491 of file t4_tcb.h.

◆ M_TCB_RX_DDP_BUF1_LEN

#define M_TCB_RX_DDP_BUF1_LEN   0xffffffULL

Definition at line 479 of file t4_tcb.h.

◆ M_TCB_RX_DDP_BUF1_OFFSET

#define M_TCB_RX_DDP_BUF1_OFFSET   0xffffffULL

Definition at line 473 of file t4_tcb.h.

◆ M_TCB_RX_DDP_BUF1_TAG

#define M_TCB_RX_DDP_BUF1_TAG   0xffffffffULL

Definition at line 497 of file t4_tcb.h.

◆ M_TCB_RX_DDP_FLAGS

#define M_TCB_RX_DDP_FLAGS   0xffffffULL

Definition at line 467 of file t4_tcb.h.

◆ M_TCB_RX_FRAG0_LEN

#define M_TCB_RX_FRAG0_LEN   0xfffffffULL

Definition at line 256 of file t4_tcb.h.

◆ M_TCB_RX_FRAG0_START_IDX_RAW

#define M_TCB_RX_FRAG0_START_IDX_RAW   0xfffffffULL

Definition at line 244 of file t4_tcb.h.

◆ M_TCB_RX_FRAG1_LEN

#define M_TCB_RX_FRAG1_LEN   0xfffffffULL

Definition at line 262 of file t4_tcb.h.

◆ M_TCB_RX_FRAG1_PTR_RAW

#define M_TCB_RX_FRAG1_PTR_RAW   0x1ffffULL

Definition at line 280 of file t4_tcb.h.

◆ M_TCB_RX_FRAG1_START_IDX_OFFSET

#define M_TCB_RX_FRAG1_START_IDX_OFFSET   0xfffffffULL

Definition at line 250 of file t4_tcb.h.

◆ M_TCB_RX_FRAG2_LEN_RAW

#define M_TCB_RX_FRAG2_LEN_RAW   0xfffffffULL

Definition at line 310 of file t4_tcb.h.

◆ M_TCB_RX_FRAG2_PTR_RAW

#define M_TCB_RX_FRAG2_PTR_RAW   0x1ffffULL

Definition at line 304 of file t4_tcb.h.

◆ M_TCB_RX_FRAG2_START_IDX_OFFSET_RAW

#define M_TCB_RX_FRAG2_START_IDX_OFFSET_RAW   0xfffffffULL

Definition at line 298 of file t4_tcb.h.

◆ M_TCB_RX_FRAG3_LEN_RAW

#define M_TCB_RX_FRAG3_LEN_RAW   0xfffffffULL

Definition at line 322 of file t4_tcb.h.

◆ M_TCB_RX_FRAG3_PTR_RAW

#define M_TCB_RX_FRAG3_PTR_RAW   0x1ffffULL

Definition at line 316 of file t4_tcb.h.

◆ M_TCB_RX_FRAG3_START_IDX_OFFSET_RAW

#define M_TCB_RX_FRAG3_START_IDX_OFFSET_RAW   0xfffffffULL

Definition at line 328 of file t4_tcb.h.

◆ M_TCB_RX_HDR_OFFSET

#define M_TCB_RX_HDR_OFFSET   0xfffffffULL

Definition at line 232 of file t4_tcb.h.

◆ M_TCB_RX_PTR_RAW

#define M_TCB_RX_PTR_RAW   0x1ffffULL

Definition at line 274 of file t4_tcb.h.

◆ M_TCB_RX_TLS_BUF_LEN

#define M_TCB_RX_TLS_BUF_LEN   0xffffffULL

Definition at line 509 of file t4_tcb.h.

◆ M_TCB_RX_TLS_BUF_OFFSET

#define M_TCB_RX_TLS_BUF_OFFSET   0xffffffULL

Definition at line 503 of file t4_tcb.h.

◆ M_TCB_RX_TLS_BUF_TAG

#define M_TCB_RX_TLS_BUF_TAG   0xffffffffULL

Definition at line 527 of file t4_tcb.h.

◆ M_TCB_RX_TLS_FLAGS

#define M_TCB_RX_TLS_FLAGS   0xffffULL

Definition at line 515 of file t4_tcb.h.

◆ M_TCB_RX_TLS_KEY_TAG

#define M_TCB_RX_TLS_KEY_TAG   0xffffffffULL

Definition at line 533 of file t4_tcb.h.

◆ M_TCB_SMAC_SEL

#define M_TCB_SMAC_SEL   0xffULL

Definition at line 58 of file t4_tcb.h.

◆ M_TCB_SND_CWND

#define M_TCB_SND_CWND   0xfffffffULL

Definition at line 196 of file t4_tcb.h.

◆ M_TCB_SND_MAX_RAW

#define M_TCB_SND_MAX_RAW   0xfffffffULL

Definition at line 184 of file t4_tcb.h.

◆ M_TCB_SND_NXT_RAW

#define M_TCB_SND_NXT_RAW   0xfffffffULL

Definition at line 178 of file t4_tcb.h.

◆ M_TCB_SND_REC_RAW

#define M_TCB_SND_REC_RAW   0xfffffffULL

Definition at line 190 of file t4_tcb.h.

◆ M_TCB_SND_SCALE

#define M_TCB_SND_SCALE   0xfULL

Definition at line 100 of file t4_tcb.h.

◆ M_TCB_SND_SSTHRESH

#define M_TCB_SND_SSTHRESH   0xfffffffULL

Definition at line 202 of file t4_tcb.h.

◆ M_TCB_SND_UNA_RAW

#define M_TCB_SND_UNA_RAW   0xfffffffULL

Definition at line 172 of file t4_tcb.h.

◆ M_TCB_STAG

#define M_TCB_STAG   0xffffffffULL

Definition at line 395 of file t4_tcb.h.

◆ M_TCB_T_DUPACKS

#define M_TCB_T_DUPACKS   0xfULL

Definition at line 118 of file t4_tcb.h.

◆ M_TCB_T_FLAGS

#define M_TCB_T_FLAGS   0xffffffffffffffffULL

Definition at line 64 of file t4_tcb.h.

◆ M_TCB_T_MAXSEG

#define M_TCB_T_MAXSEG   0xfULL

Definition at line 94 of file t4_tcb.h.

◆ M_TCB_T_RTSEQ_RECENT

#define M_TCB_T_RTSEQ_RECENT   0xffffffffULL

Definition at line 148 of file t4_tcb.h.

◆ M_TCB_T_RTT_TS_RECENT_AGE

#define M_TCB_T_RTT_TS_RECENT_AGE   0xffffffffULL

Definition at line 142 of file t4_tcb.h.

◆ M_TCB_T_RTTVAR

#define M_TCB_T_RTTVAR   0xffffULL

Definition at line 160 of file t4_tcb.h.

◆ M_TCB_T_RXTSHIFT

#define M_TCB_T_RXTSHIFT   0xfULL

Definition at line 112 of file t4_tcb.h.

◆ M_TCB_T_SRTT

#define M_TCB_T_SRTT   0xffffULL

Definition at line 154 of file t4_tcb.h.

◆ M_TCB_T_STATE

#define M_TCB_T_STATE   0xfULL

Definition at line 82 of file t4_tcb.h.

◆ M_TCB_TIMESTAMP

#define M_TCB_TIMESTAMP   0xffffffffULL

Definition at line 136 of file t4_tcb.h.

◆ M_TCB_TIMESTAMP_OFFSET

#define M_TCB_TIMESTAMP_OFFSET   0xfULL

Definition at line 124 of file t4_tcb.h.

◆ M_TCB_TLS_SEQ

#define M_TCB_TLS_SEQ   0xffffffffffffffffULL

Definition at line 521 of file t4_tcb.h.

◆ M_TCB_TOS

#define M_TCB_TOS   0x3fULL

Definition at line 76 of file t4_tcb.h.

◆ M_TCB_TS_LAST_ACK_SENT_RAW

#define M_TCB_TS_LAST_ACK_SENT_RAW   0xfffffffULL

Definition at line 238 of file t4_tcb.h.

◆ M_TCB_TX_FLUSH

#define M_TCB_TX_FLUSH   0x1ULL

Definition at line 437 of file t4_tcb.h.

◆ M_TCB_TX_HDR_PTR_RAW

#define M_TCB_TX_HDR_PTR_RAW   0x1ffffULL

Definition at line 208 of file t4_tcb.h.

◆ M_TCB_TX_LAST_PTR_RAW

#define M_TCB_TX_LAST_PTR_RAW   0x1ffffULL

Definition at line 214 of file t4_tcb.h.

◆ M_TCB_TX_MAX

#define M_TCB_TX_MAX   0xffffffffULL

Definition at line 166 of file t4_tcb.h.

◆ M_TCB_TX_OOS_RXMT

#define M_TCB_TX_OOS_RXMT   0x1ULL

Definition at line 443 of file t4_tcb.h.

◆ M_TCB_TX_OOS_TXMT

#define M_TCB_TX_OOS_TXMT   0x1ULL

Definition at line 449 of file t4_tcb.h.

◆ M_TCB_TX_PDU_LEN

#define M_TCB_TX_PDU_LEN   0x3fffULL

Definition at line 365 of file t4_tcb.h.

◆ M_TCB_ULP_EXT

#define M_TCB_ULP_EXT   0xfULL

Definition at line 346 of file t4_tcb.h.

◆ M_TCB_ULP_RAW

#define M_TCB_ULP_RAW   0xffULL

Definition at line 46 of file t4_tcb.h.

◆ M_TCB_ULP_TYPE

#define M_TCB_ULP_TYPE   0xfULL

Definition at line 40 of file t4_tcb.h.

◆ M_TF_TX_QUEUE

#define M_TF_TX_QUEUE   0x7ULL

Definition at line 609 of file t4_tcb.h.

◆ S_TCB_AUX1_SLUSH0

#define S_TCB_AUX1_SLUSH0   0

Definition at line 291 of file t4_tcb.h.

◆ S_TCB_AUX1_SLUSH1

#define S_TCB_AUX1_SLUSH1   9

Definition at line 339 of file t4_tcb.h.

◆ S_TCB_AUX3_SLUSH

#define S_TCB_AUX3_SLUSH   24

Definition at line 484 of file t4_tcb.h.

◆ S_TCB_CQ_IDX_RQ

#define S_TCB_CQ_IDX_RQ   16

Definition at line 376 of file t4_tcb.h.

◆ S_TCB_CQ_IDX_SQ

#define S_TCB_CQ_IDX_SQ   0

Definition at line 370 of file t4_tcb.h.

◆ S_TCB_IRS_ULP

#define S_TCB_IRS_ULP   0

Definition at line 352 of file t4_tcb.h.

◆ S_TCB_ISS_ULP

#define S_TCB_ISS_ULP   9

Definition at line 358 of file t4_tcb.h.

◆ S_TCB_L2T_IX

#define S_TCB_L2T_IX   12

Definition at line 51 of file t4_tcb.h.

◆ S_TCB_MAIN_SLUSH

#define S_TCB_MAIN_SLUSH   0

Definition at line 285 of file t4_tcb.h.

◆ S_TCB_MAX_RT

#define S_TCB_MAX_RT   20

Definition at line 87 of file t4_tcb.h.

◆ S_TCB_ORD_L_BIT_VLD

#define S_TCB_ORD_L_BIT_VLD   28

Definition at line 430 of file t4_tcb.h.

◆ S_TCB_PD_ID

#define S_TCB_PD_ID   16

Definition at line 388 of file t4_tcb.h.

◆ S_TCB_PDU_HDR_LEN

#define S_TCB_PDU_HDR_LEN   1

Definition at line 333 of file t4_tcb.h.

◆ S_TCB_PDU_LEN

#define S_TCB_PDU_LEN   14

Definition at line 267 of file t4_tcb.h.

◆ S_TCB_QP_ID

#define S_TCB_QP_ID   0

Definition at line 382 of file t4_tcb.h.

◆ S_TCB_RCV_ADV

#define S_TCB_RCV_ADV   16

Definition at line 129 of file t4_tcb.h.

◆ S_TCB_RCV_NXT

#define S_TCB_RCV_NXT   10

Definition at line 219 of file t4_tcb.h.

◆ S_TCB_RCV_SCALE

#define S_TCB_RCV_SCALE   0

Definition at line 105 of file t4_tcb.h.

◆ S_TCB_RCV_WND

#define S_TCB_RCV_WND   10

Definition at line 225 of file t4_tcb.h.

◆ S_TCB_RDMAP_OPCODE

#define S_TCB_RDMAP_OPCODE   24

Definition at line 424 of file t4_tcb.h.

◆ S_TCB_RQ_MAX_OFFSET

#define S_TCB_RQ_MAX_OFFSET   7

Definition at line 412 of file t4_tcb.h.

◆ S_TCB_RQ_MSN

#define S_TCB_RQ_MSN   26

Definition at line 406 of file t4_tcb.h.

◆ S_TCB_RQ_START

#define S_TCB_RQ_START   0

Definition at line 400 of file t4_tcb.h.

◆ S_TCB_RQ_WRITE_PTR

#define S_TCB_RQ_WRITE_PTR   11

Definition at line 418 of file t4_tcb.h.

◆ S_TCB_RSS_INFO

#define S_TCB_RSS_INFO   0

Definition at line 69 of file t4_tcb.h.

◆ S_TCB_RX_DDP_BUF0_LEN

#define S_TCB_RX_DDP_BUF0_LEN   24

Definition at line 460 of file t4_tcb.h.

◆ S_TCB_RX_DDP_BUF0_OFFSET

#define S_TCB_RX_DDP_BUF0_OFFSET   0

Definition at line 454 of file t4_tcb.h.

◆ S_TCB_RX_DDP_BUF0_TAG

#define S_TCB_RX_DDP_BUF0_TAG   0

Definition at line 490 of file t4_tcb.h.

◆ S_TCB_RX_DDP_BUF1_LEN

#define S_TCB_RX_DDP_BUF1_LEN   0

Definition at line 478 of file t4_tcb.h.

◆ S_TCB_RX_DDP_BUF1_OFFSET

#define S_TCB_RX_DDP_BUF1_OFFSET   8

Definition at line 472 of file t4_tcb.h.

◆ S_TCB_RX_DDP_BUF1_TAG

#define S_TCB_RX_DDP_BUF1_TAG   0

Definition at line 496 of file t4_tcb.h.

◆ S_TCB_RX_DDP_FLAGS

#define S_TCB_RX_DDP_FLAGS   16

Definition at line 466 of file t4_tcb.h.

◆ S_TCB_RX_FRAG0_LEN

#define S_TCB_RX_FRAG0_LEN   22

Definition at line 255 of file t4_tcb.h.

◆ S_TCB_RX_FRAG0_START_IDX_RAW

#define S_TCB_RX_FRAG0_START_IDX_RAW   30

Definition at line 243 of file t4_tcb.h.

◆ S_TCB_RX_FRAG1_LEN

#define S_TCB_RX_FRAG1_LEN   18

Definition at line 261 of file t4_tcb.h.

◆ S_TCB_RX_FRAG1_PTR_RAW

#define S_TCB_RX_FRAG1_PTR_RAW   15

Definition at line 279 of file t4_tcb.h.

◆ S_TCB_RX_FRAG1_START_IDX_OFFSET

#define S_TCB_RX_FRAG1_START_IDX_OFFSET   26

Definition at line 249 of file t4_tcb.h.

◆ S_TCB_RX_FRAG2_LEN_RAW

#define S_TCB_RX_FRAG2_LEN_RAW   28

Definition at line 309 of file t4_tcb.h.

◆ S_TCB_RX_FRAG2_PTR_RAW

#define S_TCB_RX_FRAG2_PTR_RAW   11

Definition at line 303 of file t4_tcb.h.

◆ S_TCB_RX_FRAG2_START_IDX_OFFSET_RAW

#define S_TCB_RX_FRAG2_START_IDX_OFFSET_RAW   15

Definition at line 297 of file t4_tcb.h.

◆ S_TCB_RX_FRAG3_LEN_RAW

#define S_TCB_RX_FRAG3_LEN_RAW   9

Definition at line 321 of file t4_tcb.h.

◆ S_TCB_RX_FRAG3_PTR_RAW

#define S_TCB_RX_FRAG3_PTR_RAW   24

Definition at line 315 of file t4_tcb.h.

◆ S_TCB_RX_FRAG3_START_IDX_OFFSET_RAW

#define S_TCB_RX_FRAG3_START_IDX_OFFSET_RAW   5

Definition at line 327 of file t4_tcb.h.

◆ S_TCB_RX_HDR_OFFSET

#define S_TCB_RX_HDR_OFFSET   6

Definition at line 231 of file t4_tcb.h.

◆ S_TCB_RX_PTR_RAW

#define S_TCB_RX_PTR_RAW   30

Definition at line 273 of file t4_tcb.h.

◆ S_TCB_RX_TLS_BUF_LEN

#define S_TCB_RX_TLS_BUF_LEN   24

Definition at line 508 of file t4_tcb.h.

◆ S_TCB_RX_TLS_BUF_OFFSET

#define S_TCB_RX_TLS_BUF_OFFSET   0

Definition at line 502 of file t4_tcb.h.

◆ S_TCB_RX_TLS_BUF_TAG

#define S_TCB_RX_TLS_BUF_TAG   0

Definition at line 526 of file t4_tcb.h.

◆ S_TCB_RX_TLS_FLAGS

#define S_TCB_RX_TLS_FLAGS   48

Definition at line 514 of file t4_tcb.h.

◆ S_TCB_RX_TLS_KEY_TAG

#define S_TCB_RX_TLS_KEY_TAG   0

Definition at line 532 of file t4_tcb.h.

◆ S_TCB_SMAC_SEL

#define S_TCB_SMAC_SEL   24

Definition at line 57 of file t4_tcb.h.

◆ S_TCB_SND_CWND

#define S_TCB_SND_CWND   16

Definition at line 195 of file t4_tcb.h.

◆ S_TCB_SND_MAX_RAW

#define S_TCB_SND_MAX_RAW   24

Definition at line 183 of file t4_tcb.h.

◆ S_TCB_SND_NXT_RAW

#define S_TCB_SND_NXT_RAW   28

Definition at line 177 of file t4_tcb.h.

◆ S_TCB_SND_REC_RAW

#define S_TCB_SND_REC_RAW   20

Definition at line 189 of file t4_tcb.h.

◆ S_TCB_SND_SCALE

#define S_TCB_SND_SCALE   28

Definition at line 99 of file t4_tcb.h.

◆ S_TCB_SND_SSTHRESH

#define S_TCB_SND_SSTHRESH   12

Definition at line 201 of file t4_tcb.h.

◆ S_TCB_SND_UNA_RAW

#define S_TCB_SND_UNA_RAW   0

Definition at line 171 of file t4_tcb.h.

◆ S_TCB_STAG

#define S_TCB_STAG   0

Definition at line 394 of file t4_tcb.h.

◆ S_TCB_T_DUPACKS

#define S_TCB_T_DUPACKS   8

Definition at line 117 of file t4_tcb.h.

◆ S_TCB_T_FLAGS

#define S_TCB_T_FLAGS   0

Definition at line 63 of file t4_tcb.h.

◆ S_TCB_T_MAXSEG

#define S_TCB_T_MAXSEG   24

Definition at line 93 of file t4_tcb.h.

◆ S_TCB_T_RTSEQ_RECENT

#define S_TCB_T_RTSEQ_RECENT   0

Definition at line 147 of file t4_tcb.h.

◆ S_TCB_T_RTT_TS_RECENT_AGE

#define S_TCB_T_RTT_TS_RECENT_AGE   0

Definition at line 141 of file t4_tcb.h.

◆ S_TCB_T_RTTVAR

#define S_TCB_T_RTTVAR   16

Definition at line 159 of file t4_tcb.h.

◆ S_TCB_T_RXTSHIFT

#define S_TCB_T_RXTSHIFT   4

Definition at line 111 of file t4_tcb.h.

◆ S_TCB_T_SRTT

#define S_TCB_T_SRTT   0

Definition at line 153 of file t4_tcb.h.

◆ S_TCB_T_STATE

#define S_TCB_T_STATE   16

Definition at line 81 of file t4_tcb.h.

◆ S_TCB_TIMESTAMP

#define S_TCB_TIMESTAMP   0

Definition at line 135 of file t4_tcb.h.

◆ S_TCB_TIMESTAMP_OFFSET

#define S_TCB_TIMESTAMP_OFFSET   12

Definition at line 123 of file t4_tcb.h.

◆ S_TCB_TLS_SEQ

#define S_TCB_TLS_SEQ   0

Definition at line 520 of file t4_tcb.h.

◆ S_TCB_TOS

#define S_TCB_TOS   10

Definition at line 75 of file t4_tcb.h.

◆ S_TCB_TS_LAST_ACK_SENT_RAW

#define S_TCB_TS_LAST_ACK_SENT_RAW   2

Definition at line 237 of file t4_tcb.h.

◆ S_TCB_TX_FLUSH

#define S_TCB_TX_FLUSH   29

Definition at line 436 of file t4_tcb.h.

◆ S_TCB_TX_HDR_PTR_RAW

#define S_TCB_TX_HDR_PTR_RAW   8

Definition at line 207 of file t4_tcb.h.

◆ S_TCB_TX_LAST_PTR_RAW

#define S_TCB_TX_LAST_PTR_RAW   25

Definition at line 213 of file t4_tcb.h.

◆ S_TCB_TX_MAX

#define S_TCB_TX_MAX   0

Definition at line 165 of file t4_tcb.h.

◆ S_TCB_TX_OOS_RXMT

#define S_TCB_TX_OOS_RXMT   30

Definition at line 442 of file t4_tcb.h.

◆ S_TCB_TX_OOS_TXMT

#define S_TCB_TX_OOS_TXMT   31

Definition at line 448 of file t4_tcb.h.

◆ S_TCB_TX_PDU_LEN

#define S_TCB_TX_PDU_LEN   18

Definition at line 364 of file t4_tcb.h.

◆ S_TCB_ULP_RAW

#define S_TCB_ULP_RAW   4

Definition at line 45 of file t4_tcb.h.

◆ S_TCB_ULP_TYPE

#define S_TCB_ULP_TYPE   0

Definition at line 39 of file t4_tcb.h.

◆ S_TCP_ULP_EXT

#define S_TCP_ULP_EXT   28

Definition at line 345 of file t4_tcb.h.

◆ S_TF_ACTIVE_OPEN

#define S_TF_ACTIVE_OPEN   34

Definition at line 660 of file t4_tcb.h.

◆ S_TF_ASK_MODE

#define S_TF_ASK_MODE   35

Definition at line 663 of file t4_tcb.h.

◆ S_TF_CCTRL_CWR

#define S_TF_CCTRL_CWR   61

Definition at line 747 of file t4_tcb.h.

◆ S_TF_CCTRL_ECE

#define S_TF_CCTRL_ECE   60

Definition at line 741 of file t4_tcb.h.

◆ S_TF_CCTRL_ECN

#define S_TF_CCTRL_ECN   59

Definition at line 735 of file t4_tcb.h.

◆ S_TF_CCTRL_RFR

#define S_TF_CCTRL_RFR   62

Definition at line 753 of file t4_tcb.h.

◆ S_TF_CCTRL_SEL0

#define S_TF_CCTRL_SEL0   22

Definition at line 618 of file t4_tcb.h.

◆ S_TF_CCTRL_SEL1

#define S_TF_CCTRL_SEL1   23

Definition at line 624 of file t4_tcb.h.

◆ S_TF_CORE_BYPASS

#define S_TF_CORE_BYPASS   63

Definition at line 756 of file t4_tcb.h.

◆ S_TF_CORE_FIN

#define S_TF_CORE_FIN   24

Definition at line 630 of file t4_tcb.h.

◆ S_TF_CORE_FLUSH

#define S_TF_CORE_FLUSH   28

Definition at line 642 of file t4_tcb.h.

◆ S_TF_CORE_MORE

#define S_TF_CORE_MORE   26

Definition at line 636 of file t4_tcb.h.

◆ S_TF_CORE_PUSH

#define S_TF_CORE_PUSH   27

Definition at line 639 of file t4_tcb.h.

◆ S_TF_CORE_URG

#define S_TF_CORE_URG   25

Definition at line 633 of file t4_tcb.h.

◆ S_TF_DACK

#define S_TF_DACK   4

Definition at line 560 of file t4_tcb.h.

◆ S_TF_DACK_MSS

#define S_TF_DACK_MSS   5

Definition at line 563 of file t4_tcb.h.

◆ S_TF_DACK_NOT_ACKED

#define S_TF_DACK_NOT_ACKED   6

Definition at line 566 of file t4_tcb.h.

◆ S_TF_DACK_TIMER

#define S_TF_DACK_TIMER   42

Definition at line 684 of file t4_tcb.h.

◆ S_TF_DDP_ACTIVE_BUF

#define S_TF_DDP_ACTIVE_BUF   17

Definition at line 762 of file t4_tcb.h.

◆ S_TF_DDP_BUF0_FLUSH

#define S_TF_DDP_BUF0_FLUSH   26

Definition at line 783 of file t4_tcb.h.

◆ S_TF_DDP_BUF0_INDICATE

#define S_TF_DDP_BUF0_INDICATE   25

Definition at line 780 of file t4_tcb.h.

◆ S_TF_DDP_BUF0_VALID

#define S_TF_DDP_BUF0_VALID   24

Definition at line 777 of file t4_tcb.h.

◆ S_TF_DDP_BUF1_FLUSH

#define S_TF_DDP_BUF1_FLUSH   34

Definition at line 801 of file t4_tcb.h.

◆ S_TF_DDP_BUF1_INDICATE

#define S_TF_DDP_BUF1_INDICATE   33

Definition at line 798 of file t4_tcb.h.

◆ S_TF_DDP_BUF1_VALID

#define S_TF_DDP_BUF1_VALID   32

Definition at line 795 of file t4_tcb.h.

◆ S_TF_DDP_BUF_INF

#define S_TF_DDP_BUF_INF   20

Definition at line 771 of file t4_tcb.h.

◆ S_TF_DDP_INDICATE_OUT

#define S_TF_DDP_INDICATE_OUT   16

Definition at line 759 of file t4_tcb.h.

◆ S_TF_DDP_OFF

#define S_TF_DDP_OFF   18

Definition at line 765 of file t4_tcb.h.

◆ S_TF_DDP_PSH_NO_INVALIDATE0

#define S_TF_DDP_PSH_NO_INVALIDATE0   29

Definition at line 792 of file t4_tcb.h.

◆ S_TF_DDP_PSH_NO_INVALIDATE1

#define S_TF_DDP_PSH_NO_INVALIDATE1   37

Definition at line 810 of file t4_tcb.h.

◆ S_TF_DDP_PSHF_ENABLE_0

#define S_TF_DDP_PSHF_ENABLE_0   27

Definition at line 786 of file t4_tcb.h.

◆ S_TF_DDP_PSHF_ENABLE_1

#define S_TF_DDP_PSHF_ENABLE_1   35

Definition at line 804 of file t4_tcb.h.

◆ S_TF_DDP_PUSH_DISABLE_0

#define S_TF_DDP_PUSH_DISABLE_0   28

Definition at line 789 of file t4_tcb.h.

◆ S_TF_DDP_PUSH_DISABLE_1

#define S_TF_DDP_PUSH_DISABLE_1   36

Definition at line 807 of file t4_tcb.h.

◆ S_TF_DDP_RX2TX

#define S_TF_DDP_RX2TX   21

Definition at line 774 of file t4_tcb.h.

◆ S_TF_DDP_WAIT_FRAG

#define S_TF_DDP_WAIT_FRAG   19

Definition at line 768 of file t4_tcb.h.

◆ S_TF_DIRECT_STEER

#define S_TF_DIRECT_STEER   23

Definition at line 627 of file t4_tcb.h.

◆ S_TF_DIRECT_STEER_HASH

#define S_TF_DIRECT_STEER_HASH   17

Definition at line 605 of file t4_tcb.h.

◆ S_TF_DROP

#define S_TF_DROP   22

Definition at line 621 of file t4_tcb.h.

◆ S_TF_DUPACK_COUNT_ODD

#define S_TF_DUPACK_COUNT_ODD   50

Definition at line 708 of file t4_tcb.h.

◆ S_TF_FAST_RECOVERY

#define S_TF_FAST_RECOVERY   51

Definition at line 711 of file t4_tcb.h.

◆ S_TF_INIT

#define S_TF_INIT   33

Definition at line 657 of file t4_tcb.h.

◆ S_TF_IP_VERSION

#define S_TF_IP_VERSION   58

Definition at line 732 of file t4_tcb.h.

◆ S_TF_KEEPALIVE

#define S_TF_KEEPALIVE   3

Definition at line 557 of file t4_tcb.h.

◆ S_TF_LOCK_TID

#define S_TF_LOCK_TID   2

Definition at line 554 of file t4_tcb.h.

◆ S_TF_LPBK

#define S_TF_LPBK   59

Definition at line 738 of file t4_tcb.h.

◆ S_TF_MASK_HASH

#define S_TF_MASK_HASH   16

Definition at line 599 of file t4_tcb.h.

◆ S_TF_MIGRATING

#define S_TF_MIGRATING   0

Definition at line 548 of file t4_tcb.h.

◆ S_TF_MOD_SCHD_REASON0

#define S_TF_MOD_SCHD_REASON0   36

Definition at line 666 of file t4_tcb.h.

◆ S_TF_MOD_SCHD_REASON1

#define S_TF_MOD_SCHD_REASON1   37

Definition at line 669 of file t4_tcb.h.

◆ S_TF_MOD_SCHD_REASON2

#define S_TF_MOD_SCHD_REASON2   38

Definition at line 672 of file t4_tcb.h.

◆ S_TF_MOD_SCHD_RX

#define S_TF_MOD_SCHD_RX   40

Definition at line 678 of file t4_tcb.h.

◆ S_TF_MOD_SCHD_TX

#define S_TF_MOD_SCHD_TX   39

Definition at line 675 of file t4_tcb.h.

◆ S_TF_NAGLE

#define S_TF_NAGLE   7

Definition at line 569 of file t4_tcb.h.

◆ S_TF_NON_OFFLOAD

#define S_TF_NON_OFFLOAD   1

Definition at line 551 of file t4_tcb.h.

◆ S_TF_PEER_FIN

#define S_TF_PEER_FIN   43

Definition at line 687 of file t4_tcb.h.

◆ S_TF_PEND_CTL0

#define S_TF_PEND_CTL0   55

Definition at line 723 of file t4_tcb.h.

◆ S_TF_PEND_CTL1

#define S_TF_PEND_CTL1   56

Definition at line 726 of file t4_tcb.h.

◆ S_TF_PEND_CTL2

#define S_TF_PEND_CTL2   57

Definition at line 729 of file t4_tcb.h.

◆ S_TF_RCV_COALESCE_ENABLE

#define S_TF_RCV_COALESCE_ENABLE   29

Definition at line 645 of file t4_tcb.h.

◆ S_TF_RCV_COALESCE_HEARTBEAT

#define S_TF_RCV_COALESCE_HEARTBEAT   32

Definition at line 654 of file t4_tcb.h.

◆ S_TF_RCV_COALESCE_LAST_PSH

#define S_TF_RCV_COALESCE_LAST_PSH   31

Definition at line 651 of file t4_tcb.h.

◆ S_TF_RCV_COALESCE_PUSH

#define S_TF_RCV_COALESCE_PUSH   30

Definition at line 648 of file t4_tcb.h.

◆ S_TF_RDMA_ERROR

#define S_TF_RDMA_ERROR   46

Definition at line 696 of file t4_tcb.h.

◆ S_TF_RDMA_FLM_ERROR

#define S_TF_RDMA_FLM_ERROR   47

Definition at line 699 of file t4_tcb.h.

◆ S_TF_RECV_SACK

#define S_TF_RECV_SACK   54

Definition at line 720 of file t4_tcb.h.

◆ S_TF_RECV_SCALE

#define S_TF_RECV_SCALE   52

Definition at line 714 of file t4_tcb.h.

◆ S_TF_RECV_TSTMP

#define S_TF_RECV_TSTMP   53

Definition at line 717 of file t4_tcb.h.

◆ S_TF_REPORT_TID

#define S_TF_REPORT_TID   21

Definition at line 615 of file t4_tcb.h.

◆ S_TF_REWRITE_DMAC

#define S_TF_REWRITE_DMAC   60

Definition at line 744 of file t4_tcb.h.

◆ S_TF_REWRITE_SMAC

#define S_TF_REWRITE_SMAC   61

Definition at line 750 of file t4_tcb.h.

◆ S_TF_RX_CHANNEL

#define S_TF_RX_CHANNEL   11

Definition at line 581 of file t4_tcb.h.

◆ S_TF_RX_COMPACT

#define S_TF_RX_COMPACT   45

Definition at line 693 of file t4_tcb.h.

◆ S_TF_RX_FLOW_CONTROL_DDP

#define S_TF_RX_FLOW_CONTROL_DDP   9

Definition at line 575 of file t4_tcb.h.

◆ S_TF_RX_FLOW_CONTROL_DISABLE

#define S_TF_RX_FLOW_CONTROL_DISABLE   10

Definition at line 578 of file t4_tcb.h.

◆ S_TF_RX_PDU_OUT

#define S_TF_RX_PDU_OUT   49

Definition at line 705 of file t4_tcb.h.

◆ S_TF_RX_QUIESCE

#define S_TF_RX_QUIESCE   15

Definition at line 593 of file t4_tcb.h.

◆ S_TF_SSWS_DISABLED

#define S_TF_SSWS_DISABLED   8

Definition at line 572 of file t4_tcb.h.

◆ S_TF_TIMER

#define S_TF_TIMER   41

Definition at line 681 of file t4_tcb.h.

◆ S_TF_TLS_ACTIVE

#define S_TF_TLS_ACTIVE   1

Definition at line 542 of file t4_tcb.h.

◆ S_TF_TLS_CONTROL

#define S_TF_TLS_CONTROL   2

Definition at line 539 of file t4_tcb.h.

◆ S_TF_TLS_ENABLE

#define S_TF_TLS_ENABLE   0

Definition at line 545 of file t4_tcb.h.

◆ S_TF_TLS_KEY_SIZE

#define S_TF_TLS_KEY_SIZE   7

Definition at line 536 of file t4_tcb.h.

◆ S_TF_TURBO

#define S_TF_TURBO   21

Definition at line 612 of file t4_tcb.h.

◆ S_TF_TX_CHANNEL0

#define S_TF_TX_CHANNEL0   12

Definition at line 584 of file t4_tcb.h.

◆ S_TF_TX_CHANNEL1

#define S_TF_TX_CHANNEL1   13

Definition at line 587 of file t4_tcb.h.

◆ S_TF_TX_COMPACT

#define S_TF_TX_COMPACT   44

Definition at line 690 of file t4_tcb.h.

◆ S_TF_TX_PACE_AUTO

#define S_TF_TX_PACE_AUTO   16

Definition at line 596 of file t4_tcb.h.

◆ S_TF_TX_PACE_FIXED

#define S_TF_TX_PACE_FIXED   17

Definition at line 602 of file t4_tcb.h.

◆ S_TF_TX_PDU_OUT

#define S_TF_TX_PDU_OUT   48

Definition at line 702 of file t4_tcb.h.

◆ S_TF_TX_QUEUE

#define S_TF_TX_QUEUE   18

Definition at line 608 of file t4_tcb.h.

◆ S_TF_TX_QUIESCE

#define S_TF_TX_QUIESCE   14

Definition at line 590 of file t4_tcb.h.

◆ V_TCB_AUX1_SLUSH0

#define V_TCB_AUX1_SLUSH0 (   x)    ((x) << S_TCB_AUX1_SLUSH0)

Definition at line 293 of file t4_tcb.h.

◆ V_TCB_AUX1_SLUSH1

#define V_TCB_AUX1_SLUSH1 (   x)    ((x) << S_TCB_AUX1_SLUSH1)

Definition at line 341 of file t4_tcb.h.

◆ V_TCB_AUX3_SLUSH

#define V_TCB_AUX3_SLUSH (   x)    ((x) << S_TCB_AUX3_SLUSH)

Definition at line 486 of file t4_tcb.h.

◆ V_TCB_CQ_IDX_RQ

#define V_TCB_CQ_IDX_RQ (   x)    ((x) << S_TCB_CQ_IDX_RQ)

Definition at line 378 of file t4_tcb.h.

◆ V_TCB_CQ_IDX_SQ

#define V_TCB_CQ_IDX_SQ (   x)    ((x) << S_TCB_CQ_IDX_SQ)

Definition at line 372 of file t4_tcb.h.

◆ V_TCB_IRS_ULP

#define V_TCB_IRS_ULP (   x)    ((x) << S_TCB_IRS_ULP)

Definition at line 354 of file t4_tcb.h.

◆ V_TCB_ISS_ULP

#define V_TCB_ISS_ULP (   x)    ((x) << S_TCB_ISS_ULP)

Definition at line 360 of file t4_tcb.h.

◆ V_TCB_L2T_IX

#define V_TCB_L2T_IX (   x)    ((x) << S_TCB_L2T_IX)

Definition at line 53 of file t4_tcb.h.

◆ V_TCB_MAIN_SLUSH

#define V_TCB_MAIN_SLUSH (   x)    ((x) << S_TCB_MAIN_SLUSH)

Definition at line 287 of file t4_tcb.h.

◆ V_TCB_MAX_RT

#define V_TCB_MAX_RT (   x)    ((x) << S_TCB_MAX_RT)

Definition at line 89 of file t4_tcb.h.

◆ V_TCB_ORD_L_BIT_VLD

#define V_TCB_ORD_L_BIT_VLD (   x)    ((x) << S_TCB_ORD_L_BIT_VLD)

Definition at line 432 of file t4_tcb.h.

◆ V_TCB_PD_ID

#define V_TCB_PD_ID (   x)    ((x) << S_TCB_PD_ID)

Definition at line 390 of file t4_tcb.h.

◆ V_TCB_PDU_HDR_LEN

#define V_TCB_PDU_HDR_LEN (   x)    ((x) << S_TCB_PDU_HDR_LEN)

Definition at line 335 of file t4_tcb.h.

◆ V_TCB_PDU_LEN

#define V_TCB_PDU_LEN (   x)    ((x) << S_TCB_PDU_LEN)

Definition at line 269 of file t4_tcb.h.

◆ V_TCB_QP_ID

#define V_TCB_QP_ID (   x)    ((x) << S_TCB_QP_ID)

Definition at line 384 of file t4_tcb.h.

◆ V_TCB_RCV_ADV

#define V_TCB_RCV_ADV (   x)    ((x) << S_TCB_RCV_ADV)

Definition at line 131 of file t4_tcb.h.

◆ V_TCB_RCV_NXT

#define V_TCB_RCV_NXT (   x)    ((__u64)(x) << S_TCB_RCV_NXT)

Definition at line 221 of file t4_tcb.h.

◆ V_TCB_RCV_SCALE

#define V_TCB_RCV_SCALE (   x)    ((x) << S_TCB_RCV_SCALE)

Definition at line 107 of file t4_tcb.h.

◆ V_TCB_RCV_WND

#define V_TCB_RCV_WND (   x)    ((__u64)(x) << S_TCB_RCV_WND)

Definition at line 227 of file t4_tcb.h.

◆ V_TCB_RDMAP_OPCODE

#define V_TCB_RDMAP_OPCODE (   x)    ((x) << S_TCB_RDMAP_OPCODE)

Definition at line 426 of file t4_tcb.h.

◆ V_TCB_RQ_MAX_OFFSET

#define V_TCB_RQ_MAX_OFFSET (   x)    ((x) << S_TCB_RQ_MAX_OFFSET)

Definition at line 414 of file t4_tcb.h.

◆ V_TCB_RQ_MSN

#define V_TCB_RQ_MSN (   x)    ((__u64)(x) << S_TCB_RQ_MSN)

Definition at line 408 of file t4_tcb.h.

◆ V_TCB_RQ_START

#define V_TCB_RQ_START (   x)    ((x) << S_TCB_RQ_START)

Definition at line 402 of file t4_tcb.h.

◆ V_TCB_RQ_WRITE_PTR

#define V_TCB_RQ_WRITE_PTR (   x)    ((x) << S_TCB_RQ_WRITE_PTR)

Definition at line 420 of file t4_tcb.h.

◆ V_TCB_RSS_INFO

#define V_TCB_RSS_INFO (   x)    ((x) << S_TCB_RSS_INFO)

Definition at line 71 of file t4_tcb.h.

◆ V_TCB_RX_DDP_BUF0_LEN

#define V_TCB_RX_DDP_BUF0_LEN (   x)    ((__u64)(x) << S_TCB_RX_DDP_BUF0_LEN)

Definition at line 462 of file t4_tcb.h.

◆ V_TCB_RX_DDP_BUF0_OFFSET

#define V_TCB_RX_DDP_BUF0_OFFSET (   x)    ((x) << S_TCB_RX_DDP_BUF0_OFFSET)

Definition at line 456 of file t4_tcb.h.

◆ V_TCB_RX_DDP_BUF0_TAG

#define V_TCB_RX_DDP_BUF0_TAG (   x)    ((x) << S_TCB_RX_DDP_BUF0_TAG)

Definition at line 492 of file t4_tcb.h.

◆ V_TCB_RX_DDP_BUF1_LEN

#define V_TCB_RX_DDP_BUF1_LEN (   x)    ((x) << S_TCB_RX_DDP_BUF1_LEN)

Definition at line 480 of file t4_tcb.h.

◆ V_TCB_RX_DDP_BUF1_OFFSET

#define V_TCB_RX_DDP_BUF1_OFFSET (   x)    ((x) << S_TCB_RX_DDP_BUF1_OFFSET)

Definition at line 474 of file t4_tcb.h.

◆ V_TCB_RX_DDP_BUF1_TAG

#define V_TCB_RX_DDP_BUF1_TAG (   x)    ((x) << S_TCB_RX_DDP_BUF1_TAG)

Definition at line 498 of file t4_tcb.h.

◆ V_TCB_RX_DDP_FLAGS

#define V_TCB_RX_DDP_FLAGS (   x)    ((__u64)(x) << S_TCB_RX_DDP_FLAGS)

Definition at line 468 of file t4_tcb.h.

◆ V_TCB_RX_FRAG0_LEN

#define V_TCB_RX_FRAG0_LEN (   x)    ((__u64)(x) << S_TCB_RX_FRAG0_LEN)

Definition at line 257 of file t4_tcb.h.

◆ V_TCB_RX_FRAG0_START_IDX_RAW

#define V_TCB_RX_FRAG0_START_IDX_RAW (   x)    ((__u64)(x) << S_TCB_RX_FRAG0_START_IDX_RAW)

Definition at line 245 of file t4_tcb.h.

◆ V_TCB_RX_FRAG1_LEN

#define V_TCB_RX_FRAG1_LEN (   x)    ((__u64)(x) << S_TCB_RX_FRAG1_LEN)

Definition at line 263 of file t4_tcb.h.

◆ V_TCB_RX_FRAG1_PTR_RAW

#define V_TCB_RX_FRAG1_PTR_RAW (   x)    ((x) << S_TCB_RX_FRAG1_PTR_RAW)

Definition at line 281 of file t4_tcb.h.

◆ V_TCB_RX_FRAG1_START_IDX_OFFSET

#define V_TCB_RX_FRAG1_START_IDX_OFFSET (   x)    ((__u64)(x) << S_TCB_RX_FRAG1_START_IDX_OFFSET)

Definition at line 251 of file t4_tcb.h.

◆ V_TCB_RX_FRAG2_LEN_RAW

#define V_TCB_RX_FRAG2_LEN_RAW (   x)    ((__u64)(x) << S_TCB_RX_FRAG2_LEN_RAW)

Definition at line 311 of file t4_tcb.h.

◆ V_TCB_RX_FRAG2_PTR_RAW

#define V_TCB_RX_FRAG2_PTR_RAW (   x)    ((x) << S_TCB_RX_FRAG2_PTR_RAW)

Definition at line 305 of file t4_tcb.h.

◆ V_TCB_RX_FRAG2_START_IDX_OFFSET_RAW

#define V_TCB_RX_FRAG2_START_IDX_OFFSET_RAW (   x)    ((__u64)(x) << S_TCB_RX_FRAG2_START_IDX_OFFSET_RAW)

Definition at line 299 of file t4_tcb.h.

◆ V_TCB_RX_FRAG3_LEN_RAW

#define V_TCB_RX_FRAG3_LEN_RAW (   x)    ((__u64)(x) << S_TCB_RX_FRAG3_LEN_RAW)

Definition at line 323 of file t4_tcb.h.

◆ V_TCB_RX_FRAG3_PTR_RAW

#define V_TCB_RX_FRAG3_PTR_RAW (   x)    ((__u64)(x) << S_TCB_RX_FRAG3_PTR_RAW)

Definition at line 317 of file t4_tcb.h.

◆ V_TCB_RX_FRAG3_START_IDX_OFFSET_RAW

#define V_TCB_RX_FRAG3_START_IDX_OFFSET_RAW (   x)    ((__u64)(x) << S_TCB_RX_FRAG3_START_IDX_OFFSET_RAW)

Definition at line 329 of file t4_tcb.h.

◆ V_TCB_RX_HDR_OFFSET

#define V_TCB_RX_HDR_OFFSET (   x)    ((__u64)(x) << S_TCB_RX_HDR_OFFSET)

Definition at line 233 of file t4_tcb.h.

◆ V_TCB_RX_PTR_RAW

#define V_TCB_RX_PTR_RAW (   x)    ((__u64)(x) << S_TCB_RX_PTR_RAW)

Definition at line 275 of file t4_tcb.h.

◆ V_TCB_RX_TLS_BUF_LEN

#define V_TCB_RX_TLS_BUF_LEN (   x)    ((__u64)(x) << S_TCB_RX_TLS_BUF_LEN)

Definition at line 510 of file t4_tcb.h.

◆ V_TCB_RX_TLS_BUF_OFFSET

#define V_TCB_RX_TLS_BUF_OFFSET (   x)    ((x) << S_TCB_RX_TLS_BUF_OFFSET)

Definition at line 504 of file t4_tcb.h.

◆ V_TCB_RX_TLS_BUF_TAG

#define V_TCB_RX_TLS_BUF_TAG (   x)    ((x) << S_TCB_RX_TLS_BUF_TAG)

Definition at line 528 of file t4_tcb.h.

◆ V_TCB_RX_TLS_FLAGS

#define V_TCB_RX_TLS_FLAGS (   x)    ((__u64)(x) << S_TCB_RX_TLS_FLAGS)

Definition at line 516 of file t4_tcb.h.

◆ V_TCB_RX_TLS_KEY_TAG

#define V_TCB_RX_TLS_KEY_TAG (   x)    ((x) << S_TCB_RX_TLS_KEY_TAG)

Definition at line 534 of file t4_tcb.h.

◆ V_TCB_SMAC_SEL

#define V_TCB_SMAC_SEL (   x)    ((x) << S_TCB_SMAC_SEL)

Definition at line 59 of file t4_tcb.h.

◆ V_TCB_SND_CWND

#define V_TCB_SND_CWND (   x)    ((__u64)(x) << S_TCB_SND_CWND)

Definition at line 197 of file t4_tcb.h.

◆ V_TCB_SND_MAX_RAW

#define V_TCB_SND_MAX_RAW (   x)    ((__u64)(x) << S_TCB_SND_MAX_RAW)

Definition at line 185 of file t4_tcb.h.

◆ V_TCB_SND_NXT_RAW

#define V_TCB_SND_NXT_RAW (   x)    ((__u64)(x) << S_TCB_SND_NXT_RAW)

Definition at line 179 of file t4_tcb.h.

◆ V_TCB_SND_REC_RAW

#define V_TCB_SND_REC_RAW (   x)    ((__u64)(x) << S_TCB_SND_REC_RAW)

Definition at line 191 of file t4_tcb.h.

◆ V_TCB_SND_SCALE

#define V_TCB_SND_SCALE (   x)    ((x) << S_TCB_SND_SCALE)

Definition at line 101 of file t4_tcb.h.

◆ V_TCB_SND_SSTHRESH

#define V_TCB_SND_SSTHRESH (   x)    ((__u64)(x) << S_TCB_SND_SSTHRESH)

Definition at line 203 of file t4_tcb.h.

◆ V_TCB_SND_UNA_RAW

#define V_TCB_SND_UNA_RAW (   x)    ((x) << S_TCB_SND_UNA_RAW)

Definition at line 173 of file t4_tcb.h.

◆ V_TCB_STAG

#define V_TCB_STAG (   x)    ((x) << S_TCB_STAG)

Definition at line 396 of file t4_tcb.h.

◆ V_TCB_T_DUPACKS

#define V_TCB_T_DUPACKS (   x)    ((x) << S_TCB_T_DUPACKS)

Definition at line 119 of file t4_tcb.h.

◆ V_TCB_T_FLAGS

#define V_TCB_T_FLAGS (   x)    ((__u64)(x) << S_TCB_T_FLAGS)

Definition at line 65 of file t4_tcb.h.

◆ V_TCB_T_MAXSEG

#define V_TCB_T_MAXSEG (   x)    ((x) << S_TCB_T_MAXSEG)

Definition at line 95 of file t4_tcb.h.

◆ V_TCB_T_RTSEQ_RECENT

#define V_TCB_T_RTSEQ_RECENT (   x)    ((x) << S_TCB_T_RTSEQ_RECENT)

Definition at line 149 of file t4_tcb.h.

◆ V_TCB_T_RTT_TS_RECENT_AGE

#define V_TCB_T_RTT_TS_RECENT_AGE (   x)    ((x) << S_TCB_T_RTT_TS_RECENT_AGE)

Definition at line 143 of file t4_tcb.h.

◆ V_TCB_T_RTTVAR

#define V_TCB_T_RTTVAR (   x)    ((x) << S_TCB_T_RTTVAR)

Definition at line 161 of file t4_tcb.h.

◆ V_TCB_T_RXTSHIFT

#define V_TCB_T_RXTSHIFT (   x)    ((x) << S_TCB_T_RXTSHIFT)

Definition at line 113 of file t4_tcb.h.

◆ V_TCB_T_SRTT

#define V_TCB_T_SRTT (   x)    ((x) << S_TCB_T_SRTT)

Definition at line 155 of file t4_tcb.h.

◆ V_TCB_T_STATE

#define V_TCB_T_STATE (   x)    ((x) << S_TCB_T_STATE)

Definition at line 83 of file t4_tcb.h.

◆ V_TCB_TIMESTAMP

#define V_TCB_TIMESTAMP (   x)    ((x) << S_TCB_TIMESTAMP)

Definition at line 137 of file t4_tcb.h.

◆ V_TCB_TIMESTAMP_OFFSET

#define V_TCB_TIMESTAMP_OFFSET (   x)    ((x) << S_TCB_TIMESTAMP_OFFSET)

Definition at line 125 of file t4_tcb.h.

◆ V_TCB_TLS_SEQ

#define V_TCB_TLS_SEQ (   x)    ((__u64)(x) << S_TCB_TLS_SEQ)

Definition at line 522 of file t4_tcb.h.

◆ V_TCB_TOS

#define V_TCB_TOS (   x)    ((x) << S_TCB_TOS)

Definition at line 77 of file t4_tcb.h.

◆ V_TCB_TS_LAST_ACK_SENT_RAW

#define V_TCB_TS_LAST_ACK_SENT_RAW (   x)    ((x) << S_TCB_TS_LAST_ACK_SENT_RAW)

Definition at line 239 of file t4_tcb.h.

◆ V_TCB_TX_FLUSH

#define V_TCB_TX_FLUSH (   x)    ((x) << S_TCB_TX_FLUSH)

Definition at line 438 of file t4_tcb.h.

◆ V_TCB_TX_HDR_PTR_RAW

#define V_TCB_TX_HDR_PTR_RAW (   x)    ((x) << S_TCB_TX_HDR_PTR_RAW)

Definition at line 209 of file t4_tcb.h.

◆ V_TCB_TX_LAST_PTR_RAW

#define V_TCB_TX_LAST_PTR_RAW (   x)    ((__u64)(x) << S_TCB_TX_LAST_PTR_RAW)

Definition at line 215 of file t4_tcb.h.

◆ V_TCB_TX_MAX

#define V_TCB_TX_MAX (   x)    ((x) << S_TCB_TX_MAX)

Definition at line 167 of file t4_tcb.h.

◆ V_TCB_TX_OOS_RXMT

#define V_TCB_TX_OOS_RXMT (   x)    ((x) << S_TCB_TX_OOS_RXMT)

Definition at line 444 of file t4_tcb.h.

◆ V_TCB_TX_OOS_TXMT

#define V_TCB_TX_OOS_TXMT (   x)    ((x) << S_TCB_TX_OOS_TXMT)

Definition at line 450 of file t4_tcb.h.

◆ V_TCB_TX_PDU_LEN

#define V_TCB_TX_PDU_LEN (   x)    ((x) << S_TCB_TX_PDU_LEN)

Definition at line 366 of file t4_tcb.h.

◆ V_TCB_ULP_EXT

#define V_TCB_ULP_EXT (   x)    ((x) << S_TCP_ULP_EXT)

Definition at line 347 of file t4_tcb.h.

◆ V_TCB_ULP_RAW

#define V_TCB_ULP_RAW (   x)    ((x) << S_TCB_ULP_RAW)

Definition at line 47 of file t4_tcb.h.

◆ V_TCB_ULP_TYPE

#define V_TCB_ULP_TYPE (   x)    ((x) << S_TCB_ULP_TYPE)

Definition at line 41 of file t4_tcb.h.

◆ V_TF_ACTIVE_OPEN

#define V_TF_ACTIVE_OPEN (   x)    ((__u64)(x) << S_TF_ACTIVE_OPEN)

Definition at line 661 of file t4_tcb.h.

◆ V_TF_ASK_MODE

#define V_TF_ASK_MODE (   x)    ((__u64)(x) << S_TF_ASK_MODE)

Definition at line 664 of file t4_tcb.h.

◆ V_TF_CCTRL_CWR

#define V_TF_CCTRL_CWR (   x)    ((__u64)(x) << S_TF_CCTRL_CWR)

Definition at line 748 of file t4_tcb.h.

◆ V_TF_CCTRL_ECE

#define V_TF_CCTRL_ECE (   x)    ((__u64)(x) << S_TF_CCTRL_ECE)

Definition at line 742 of file t4_tcb.h.

◆ V_TF_CCTRL_ECN

#define V_TF_CCTRL_ECN (   x)    ((__u64)(x) << S_TF_CCTRL_ECN)

Definition at line 736 of file t4_tcb.h.

◆ V_TF_CCTRL_RFR

#define V_TF_CCTRL_RFR (   x)    ((__u64)(x) << S_TF_CCTRL_RFR)

Definition at line 754 of file t4_tcb.h.

◆ V_TF_CCTRL_SEL0

#define V_TF_CCTRL_SEL0 (   x)    ((x) << S_TF_CCTRL_SEL0)

Definition at line 619 of file t4_tcb.h.

◆ V_TF_CCTRL_SEL1

#define V_TF_CCTRL_SEL1 (   x)    ((x) << S_TF_CCTRL_SEL1)

Definition at line 625 of file t4_tcb.h.

◆ V_TF_CORE_BYPASS

#define V_TF_CORE_BYPASS (   x)    ((__u64)(x) << S_TF_CORE_BYPASS)

Definition at line 757 of file t4_tcb.h.

◆ V_TF_CORE_FIN

#define V_TF_CORE_FIN (   x)    ((x) << S_TF_CORE_FIN)

Definition at line 631 of file t4_tcb.h.

◆ V_TF_CORE_FLUSH

#define V_TF_CORE_FLUSH (   x)    ((x) << S_TF_CORE_FLUSH)

Definition at line 643 of file t4_tcb.h.

◆ V_TF_CORE_MORE

#define V_TF_CORE_MORE (   x)    ((x) << S_TF_CORE_MORE)

Definition at line 637 of file t4_tcb.h.

◆ V_TF_CORE_PUSH

#define V_TF_CORE_PUSH (   x)    ((x) << S_TF_CORE_PUSH)

Definition at line 640 of file t4_tcb.h.

◆ V_TF_CORE_URG

#define V_TF_CORE_URG (   x)    ((x) << S_TF_CORE_URG)

Definition at line 634 of file t4_tcb.h.

◆ V_TF_DACK

#define V_TF_DACK (   x)    ((x) << S_TF_DACK)

Definition at line 561 of file t4_tcb.h.

◆ V_TF_DACK_MSS

#define V_TF_DACK_MSS (   x)    ((x) << S_TF_DACK_MSS)

Definition at line 564 of file t4_tcb.h.

◆ V_TF_DACK_NOT_ACKED

#define V_TF_DACK_NOT_ACKED (   x)    ((x) << S_TF_DACK_NOT_ACKED)

Definition at line 567 of file t4_tcb.h.

◆ V_TF_DACK_TIMER

#define V_TF_DACK_TIMER (   x)    ((__u64)(x) << S_TF_DACK_TIMER)

Definition at line 685 of file t4_tcb.h.

◆ V_TF_DDP_ACTIVE_BUF

#define V_TF_DDP_ACTIVE_BUF (   x)    ((x) << S_TF_DDP_ACTIVE_BUF)

Definition at line 763 of file t4_tcb.h.

◆ V_TF_DDP_BUF0_FLUSH

#define V_TF_DDP_BUF0_FLUSH (   x)    ((x) << S_TF_DDP_BUF0_FLUSH)

Definition at line 784 of file t4_tcb.h.

◆ V_TF_DDP_BUF0_INDICATE

#define V_TF_DDP_BUF0_INDICATE (   x)    ((x) << S_TF_DDP_BUF0_INDICATE)

Definition at line 781 of file t4_tcb.h.

◆ V_TF_DDP_BUF0_VALID

#define V_TF_DDP_BUF0_VALID (   x)    ((x) << S_TF_DDP_BUF0_VALID)

Definition at line 778 of file t4_tcb.h.

◆ V_TF_DDP_BUF1_FLUSH

#define V_TF_DDP_BUF1_FLUSH (   x)    ((__u64)(x) << S_TF_DDP_BUF1_FLUSH)

Definition at line 802 of file t4_tcb.h.

◆ V_TF_DDP_BUF1_INDICATE

#define V_TF_DDP_BUF1_INDICATE (   x)    ((__u64)(x) << S_TF_DDP_BUF1_INDICATE)

Definition at line 799 of file t4_tcb.h.

◆ V_TF_DDP_BUF1_VALID

#define V_TF_DDP_BUF1_VALID (   x)    ((__u64)(x) << S_TF_DDP_BUF1_VALID)

Definition at line 796 of file t4_tcb.h.

◆ V_TF_DDP_BUF_INF

#define V_TF_DDP_BUF_INF (   x)    ((x) << S_TF_DDP_BUF_INF)

Definition at line 772 of file t4_tcb.h.

◆ V_TF_DDP_INDICATE_OUT

#define V_TF_DDP_INDICATE_OUT (   x)    ((x) << S_TF_DDP_INDICATE_OUT)

Definition at line 760 of file t4_tcb.h.

◆ V_TF_DDP_OFF

#define V_TF_DDP_OFF (   x)    ((x) << S_TF_DDP_OFF)

Definition at line 766 of file t4_tcb.h.

◆ V_TF_DDP_PSH_NO_INVALIDATE0

#define V_TF_DDP_PSH_NO_INVALIDATE0 (   x)    ((x) << S_TF_DDP_PSH_NO_INVALIDATE0)

Definition at line 793 of file t4_tcb.h.

◆ V_TF_DDP_PSH_NO_INVALIDATE1

#define V_TF_DDP_PSH_NO_INVALIDATE1 (   x)    ((__u64)(x) << S_TF_DDP_PSH_NO_INVALIDATE1)

Definition at line 811 of file t4_tcb.h.

◆ V_TF_DDP_PSHF_ENABLE_0

#define V_TF_DDP_PSHF_ENABLE_0 (   x)    ((x) << S_TF_DDP_PSHF_ENABLE_0)

Definition at line 787 of file t4_tcb.h.

◆ V_TF_DDP_PSHF_ENABLE_1

#define V_TF_DDP_PSHF_ENABLE_1 (   x)    ((__u64)(x) << S_TF_DDP_PSHF_ENABLE_1)

Definition at line 805 of file t4_tcb.h.

◆ V_TF_DDP_PUSH_DISABLE_0

#define V_TF_DDP_PUSH_DISABLE_0 (   x)    ((x) << S_TF_DDP_PUSH_DISABLE_0)

Definition at line 790 of file t4_tcb.h.

◆ V_TF_DDP_PUSH_DISABLE_1

#define V_TF_DDP_PUSH_DISABLE_1 (   x)    ((__u64)(x) << S_TF_DDP_PUSH_DISABLE_1)

Definition at line 808 of file t4_tcb.h.

◆ V_TF_DDP_RX2TX

#define V_TF_DDP_RX2TX (   x)    ((x) << S_TF_DDP_RX2TX)

Definition at line 775 of file t4_tcb.h.

◆ V_TF_DDP_WAIT_FRAG

#define V_TF_DDP_WAIT_FRAG (   x)    ((x) << S_TF_DDP_WAIT_FRAG)

Definition at line 769 of file t4_tcb.h.

◆ V_TF_DIRECT_STEER

#define V_TF_DIRECT_STEER (   x)    ((x) << S_TF_DIRECT_STEER)

Definition at line 628 of file t4_tcb.h.

◆ V_TF_DIRECT_STEER_HASH

#define V_TF_DIRECT_STEER_HASH (   x)    ((x) << S_TF_DIRECT_STEER_HASH)

Definition at line 606 of file t4_tcb.h.

◆ V_TF_DROP

#define V_TF_DROP (   x)    ((x) << S_TF_DROP)

Definition at line 622 of file t4_tcb.h.

◆ V_TF_DUPACK_COUNT_ODD

#define V_TF_DUPACK_COUNT_ODD (   x)    ((__u64)(x) << S_TF_DUPACK_COUNT_ODD)

Definition at line 709 of file t4_tcb.h.

◆ V_TF_FAST_RECOVERY

#define V_TF_FAST_RECOVERY (   x)    ((__u64)(x) << S_TF_FAST_RECOVERY)

Definition at line 712 of file t4_tcb.h.

◆ V_TF_INIT

#define V_TF_INIT (   x)    ((__u64)(x) << S_TF_INIT)

Definition at line 658 of file t4_tcb.h.

◆ V_TF_IP_VERSION

#define V_TF_IP_VERSION (   x)    ((__u64)(x) << S_TF_IP_VERSION)

Definition at line 733 of file t4_tcb.h.

◆ V_TF_KEEPALIVE

#define V_TF_KEEPALIVE (   x)    ((x) << S_TF_KEEPALIVE)

Definition at line 558 of file t4_tcb.h.

◆ V_TF_LOCK_TID

#define V_TF_LOCK_TID (   x)    ((x) << S_TF_LOCK_TID)

Definition at line 555 of file t4_tcb.h.

◆ V_TF_LPBK

#define V_TF_LPBK (   x)    ((__u64)(x) << S_TF_LPBK)

Definition at line 739 of file t4_tcb.h.

◆ V_TF_MASK_HASH

#define V_TF_MASK_HASH (   x)    ((x) << S_TF_MASK_HASH)

Definition at line 600 of file t4_tcb.h.

◆ V_TF_MIGRATING

#define V_TF_MIGRATING (   x)    ((x) << S_TF_MIGRATING)

Definition at line 549 of file t4_tcb.h.

◆ V_TF_MOD_SCHD_REASON0

#define V_TF_MOD_SCHD_REASON0 (   x)    ((__u64)(x) << S_TF_MOD_SCHD_REASON0)

Definition at line 667 of file t4_tcb.h.

◆ V_TF_MOD_SCHD_REASON1

#define V_TF_MOD_SCHD_REASON1 (   x)    ((__u64)(x) << S_TF_MOD_SCHD_REASON1)

Definition at line 670 of file t4_tcb.h.

◆ V_TF_MOD_SCHD_REASON2

#define V_TF_MOD_SCHD_REASON2 (   x)    ((__u64)(x) << S_TF_MOD_SCHD_REASON2)

Definition at line 673 of file t4_tcb.h.

◆ V_TF_MOD_SCHD_RX

#define V_TF_MOD_SCHD_RX (   x)    ((__u64)(x) << S_TF_MOD_SCHD_RX)

Definition at line 679 of file t4_tcb.h.

◆ V_TF_MOD_SCHD_TX

#define V_TF_MOD_SCHD_TX (   x)    ((__u64)(x) << S_TF_MOD_SCHD_TX)

Definition at line 676 of file t4_tcb.h.

◆ V_TF_NAGLE

#define V_TF_NAGLE (   x)    ((x) << S_TF_NAGLE)

Definition at line 570 of file t4_tcb.h.

◆ V_TF_NON_OFFLOAD

#define V_TF_NON_OFFLOAD (   x)    ((x) << S_TF_NON_OFFLOAD)

Definition at line 552 of file t4_tcb.h.

◆ V_TF_PEER_FIN

#define V_TF_PEER_FIN (   x)    ((__u64)(x) << S_TF_PEER_FIN)

Definition at line 688 of file t4_tcb.h.

◆ V_TF_PEND_CTL0

#define V_TF_PEND_CTL0 (   x)    ((__u64)(x) << S_TF_PEND_CTL0)

Definition at line 724 of file t4_tcb.h.

◆ V_TF_PEND_CTL1

#define V_TF_PEND_CTL1 (   x)    ((__u64)(x) << S_TF_PEND_CTL1)

Definition at line 727 of file t4_tcb.h.

◆ V_TF_PEND_CTL2

#define V_TF_PEND_CTL2 (   x)    ((__u64)(x) << S_TF_PEND_CTL2)

Definition at line 730 of file t4_tcb.h.

◆ V_TF_RCV_COALESCE_ENABLE

#define V_TF_RCV_COALESCE_ENABLE (   x)    ((x) << S_TF_RCV_COALESCE_ENABLE)

Definition at line 646 of file t4_tcb.h.

◆ V_TF_RCV_COALESCE_HEARTBEAT

#define V_TF_RCV_COALESCE_HEARTBEAT (   x)    ((__u64)(x) << S_TF_RCV_COALESCE_HEARTBEAT)

Definition at line 655 of file t4_tcb.h.

◆ V_TF_RCV_COALESCE_LAST_PSH

#define V_TF_RCV_COALESCE_LAST_PSH (   x)    ((x) << S_TF_RCV_COALESCE_LAST_PSH)

Definition at line 652 of file t4_tcb.h.

◆ V_TF_RCV_COALESCE_PUSH

#define V_TF_RCV_COALESCE_PUSH (   x)    ((x) << S_TF_RCV_COALESCE_PUSH)

Definition at line 649 of file t4_tcb.h.

◆ V_TF_RDMA_ERROR

#define V_TF_RDMA_ERROR (   x)    ((__u64)(x) << S_TF_RDMA_ERROR)

Definition at line 697 of file t4_tcb.h.

◆ V_TF_RDMA_FLM_ERROR

#define V_TF_RDMA_FLM_ERROR (   x)    ((__u64)(x) << S_TF_RDMA_FLM_ERROR)

Definition at line 700 of file t4_tcb.h.

◆ V_TF_RECV_SACK

#define V_TF_RECV_SACK (   x)    ((__u64)(x) << S_TF_RECV_SACK)

Definition at line 721 of file t4_tcb.h.

◆ V_TF_RECV_SCALE

#define V_TF_RECV_SCALE (   x)    ((__u64)(x) << S_TF_RECV_SCALE)

Definition at line 715 of file t4_tcb.h.

◆ V_TF_RECV_TSTMP

#define V_TF_RECV_TSTMP (   x)    ((__u64)(x) << S_TF_RECV_TSTMP)

Definition at line 718 of file t4_tcb.h.

◆ V_TF_REPORT_TID

#define V_TF_REPORT_TID (   x)    ((x) << S_TF_REPORT_TID)

Definition at line 616 of file t4_tcb.h.

◆ V_TF_REWRITE_DMAC

#define V_TF_REWRITE_DMAC (   x)    ((__u64)(x) << S_TF_REWRITE_DMAC)

Definition at line 745 of file t4_tcb.h.

◆ V_TF_REWRITE_SMAC

#define V_TF_REWRITE_SMAC (   x)    ((__u64)(x) << S_TF_REWRITE_SMAC)

Definition at line 751 of file t4_tcb.h.

◆ V_TF_RX_CHANNEL

#define V_TF_RX_CHANNEL (   x)    ((x) << S_TF_RX_CHANNEL)

Definition at line 582 of file t4_tcb.h.

◆ V_TF_RX_COMPACT

#define V_TF_RX_COMPACT (   x)    ((__u64)(x) << S_TF_RX_COMPACT)

Definition at line 694 of file t4_tcb.h.

◆ V_TF_RX_FLOW_CONTROL_DDP

#define V_TF_RX_FLOW_CONTROL_DDP (   x)    ((x) << S_TF_RX_FLOW_CONTROL_DDP)

Definition at line 576 of file t4_tcb.h.

◆ V_TF_RX_FLOW_CONTROL_DISABLE

#define V_TF_RX_FLOW_CONTROL_DISABLE (   x)    ((x) << S_TF_RX_FLOW_CONTROL_DISABLE)

Definition at line 579 of file t4_tcb.h.

◆ V_TF_RX_PDU_OUT

#define V_TF_RX_PDU_OUT (   x)    ((__u64)(x) << S_TF_RX_PDU_OUT)

Definition at line 706 of file t4_tcb.h.

◆ V_TF_RX_QUIESCE

#define V_TF_RX_QUIESCE (   x)    ((x) << S_TF_RX_QUIESCE)

Definition at line 594 of file t4_tcb.h.

◆ V_TF_SSWS_DISABLED

#define V_TF_SSWS_DISABLED (   x)    ((x) << S_TF_SSWS_DISABLED)

Definition at line 573 of file t4_tcb.h.

◆ V_TF_TIMER

#define V_TF_TIMER (   x)    ((__u64)(x) << S_TF_TIMER)

Definition at line 682 of file t4_tcb.h.

◆ V_TF_TLS_ACTIVE

#define V_TF_TLS_ACTIVE (   x)    ((x) << S_TF_TLS_ACTIVE)

Definition at line 543 of file t4_tcb.h.

◆ V_TF_TLS_CONTROL

#define V_TF_TLS_CONTROL (   x)    ((x) << S_TF_TLS_CONTROL)

Definition at line 540 of file t4_tcb.h.

◆ V_TF_TLS_ENABLE

#define V_TF_TLS_ENABLE (   x)    ((x) << S_TF_TLS_ENABLE)

Definition at line 546 of file t4_tcb.h.

◆ V_TF_TLS_KEY_SIZE

#define V_TF_TLS_KEY_SIZE (   x)    ((x) << S_TF_TLS_KEY_SIZE)

Definition at line 537 of file t4_tcb.h.

◆ V_TF_TURBO

#define V_TF_TURBO (   x)    ((x) << S_TF_TURBO)

Definition at line 613 of file t4_tcb.h.

◆ V_TF_TX_CHANNEL0

#define V_TF_TX_CHANNEL0 (   x)    ((x) << S_TF_TX_CHANNEL0)

Definition at line 585 of file t4_tcb.h.

◆ V_TF_TX_CHANNEL1

#define V_TF_TX_CHANNEL1 (   x)    ((x) << S_TF_TX_CHANNEL1)

Definition at line 588 of file t4_tcb.h.

◆ V_TF_TX_COMPACT

#define V_TF_TX_COMPACT (   x)    ((__u64)(x) << S_TF_TX_COMPACT)

Definition at line 691 of file t4_tcb.h.

◆ V_TF_TX_PACE_AUTO

#define V_TF_TX_PACE_AUTO (   x)    ((x) << S_TF_TX_PACE_AUTO)

Definition at line 597 of file t4_tcb.h.

◆ V_TF_TX_PACE_FIXED

#define V_TF_TX_PACE_FIXED (   x)    ((x) << S_TF_TX_PACE_FIXED)

Definition at line 603 of file t4_tcb.h.

◆ V_TF_TX_PDU_OUT

#define V_TF_TX_PDU_OUT (   x)    ((__u64)(x) << S_TF_TX_PDU_OUT)

Definition at line 703 of file t4_tcb.h.

◆ V_TF_TX_QUEUE

#define V_TF_TX_QUEUE (   x)    ((x) << S_TF_TX_QUEUE)

Definition at line 610 of file t4_tcb.h.

◆ V_TF_TX_QUIESCE

#define V_TF_TX_QUIESCE (   x)    ((x) << S_TF_TX_QUIESCE)

Definition at line 591 of file t4_tcb.h.

◆ W_TCB_AUX1_SLUSH0

#define W_TCB_AUX1_SLUSH0   26

Definition at line 290 of file t4_tcb.h.

◆ W_TCB_AUX1_SLUSH1

#define W_TCB_AUX1_SLUSH1   31

Definition at line 338 of file t4_tcb.h.

◆ W_TCB_AUX3_SLUSH

#define W_TCB_AUX3_SLUSH   29

Definition at line 483 of file t4_tcb.h.

◆ W_TCB_CQ_IDX_RQ

#define W_TCB_CQ_IDX_RQ   27

Definition at line 375 of file t4_tcb.h.

◆ W_TCB_CQ_IDX_SQ

#define W_TCB_CQ_IDX_SQ   27

Definition at line 369 of file t4_tcb.h.

◆ W_TCB_IRS_ULP

#define W_TCB_IRS_ULP   26

Definition at line 351 of file t4_tcb.h.

◆ W_TCB_ISS_ULP

#define W_TCB_ISS_ULP   26

Definition at line 357 of file t4_tcb.h.

◆ W_TCB_L2T_IX

#define W_TCB_L2T_IX   0

Definition at line 50 of file t4_tcb.h.

◆ W_TCB_MAIN_SLUSH

#define W_TCB_MAIN_SLUSH   25

Definition at line 284 of file t4_tcb.h.

◆ W_TCB_MAX_RT

#define W_TCB_MAX_RT   3

Definition at line 86 of file t4_tcb.h.

◆ W_TCB_ORD_L_BIT_VLD

#define W_TCB_ORD_L_BIT_VLD   31

Definition at line 429 of file t4_tcb.h.

◆ W_TCB_PD_ID

#define W_TCB_PD_ID   28

Definition at line 387 of file t4_tcb.h.

◆ W_TCB_PDU_HDR_LEN

#define W_TCB_PDU_HDR_LEN   31

Definition at line 332 of file t4_tcb.h.

◆ W_TCB_PDU_LEN

#define W_TCB_PDU_LEN   23

Definition at line 266 of file t4_tcb.h.

◆ W_TCB_QP_ID

#define W_TCB_QP_ID   28

Definition at line 381 of file t4_tcb.h.

◆ W_TCB_RCV_ADV

#define W_TCB_RCV_ADV   4

Definition at line 128 of file t4_tcb.h.

◆ W_TCB_RCV_NXT

#define W_TCB_RCV_NXT   16

Definition at line 218 of file t4_tcb.h.

◆ W_TCB_RCV_SCALE

#define W_TCB_RCV_SCALE   4

Definition at line 104 of file t4_tcb.h.

◆ W_TCB_RCV_WND

#define W_TCB_RCV_WND   17

Definition at line 224 of file t4_tcb.h.

◆ W_TCB_RDMAP_OPCODE

#define W_TCB_RDMAP_OPCODE   31

Definition at line 423 of file t4_tcb.h.

◆ W_TCB_RQ_MAX_OFFSET

#define W_TCB_RQ_MAX_OFFSET   31

Definition at line 411 of file t4_tcb.h.

◆ W_TCB_RQ_MSN

#define W_TCB_RQ_MSN   30

Definition at line 405 of file t4_tcb.h.

◆ W_TCB_RQ_START

#define W_TCB_RQ_START   30

Definition at line 399 of file t4_tcb.h.

◆ W_TCB_RQ_WRITE_PTR

#define W_TCB_RQ_WRITE_PTR   31

Definition at line 417 of file t4_tcb.h.

◆ W_TCB_RSS_INFO

#define W_TCB_RSS_INFO   3

Definition at line 68 of file t4_tcb.h.

◆ W_TCB_RX_DDP_BUF0_LEN

#define W_TCB_RX_DDP_BUF0_LEN   26

Definition at line 459 of file t4_tcb.h.

◆ W_TCB_RX_DDP_BUF0_OFFSET

#define W_TCB_RX_DDP_BUF0_OFFSET   26

Definition at line 453 of file t4_tcb.h.

◆ W_TCB_RX_DDP_BUF0_TAG

#define W_TCB_RX_DDP_BUF0_TAG   30

Definition at line 489 of file t4_tcb.h.

◆ W_TCB_RX_DDP_BUF1_LEN

#define W_TCB_RX_DDP_BUF1_LEN   29

Definition at line 477 of file t4_tcb.h.

◆ W_TCB_RX_DDP_BUF1_OFFSET

#define W_TCB_RX_DDP_BUF1_OFFSET   28

Definition at line 471 of file t4_tcb.h.

◆ W_TCB_RX_DDP_BUF1_TAG

#define W_TCB_RX_DDP_BUF1_TAG   31

Definition at line 495 of file t4_tcb.h.

◆ W_TCB_RX_DDP_FLAGS

#define W_TCB_RX_DDP_FLAGS   27

Definition at line 465 of file t4_tcb.h.

◆ W_TCB_RX_FRAG0_LEN

#define W_TCB_RX_FRAG0_LEN   21

Definition at line 254 of file t4_tcb.h.

◆ W_TCB_RX_FRAG0_START_IDX_RAW

#define W_TCB_RX_FRAG0_START_IDX_RAW   19

Definition at line 242 of file t4_tcb.h.

◆ W_TCB_RX_FRAG1_LEN

#define W_TCB_RX_FRAG1_LEN   22

Definition at line 260 of file t4_tcb.h.

◆ W_TCB_RX_FRAG1_PTR_RAW

#define W_TCB_RX_FRAG1_PTR_RAW   24

Definition at line 278 of file t4_tcb.h.

◆ W_TCB_RX_FRAG1_START_IDX_OFFSET

#define W_TCB_RX_FRAG1_START_IDX_OFFSET   20

Definition at line 248 of file t4_tcb.h.

◆ W_TCB_RX_FRAG2_LEN_RAW

#define W_TCB_RX_FRAG2_LEN_RAW   27

Definition at line 308 of file t4_tcb.h.

◆ W_TCB_RX_FRAG2_PTR_RAW

#define W_TCB_RX_FRAG2_PTR_RAW   27

Definition at line 302 of file t4_tcb.h.

◆ W_TCB_RX_FRAG2_START_IDX_OFFSET_RAW

#define W_TCB_RX_FRAG2_START_IDX_OFFSET_RAW   26

Definition at line 296 of file t4_tcb.h.

◆ W_TCB_RX_FRAG3_LEN_RAW

#define W_TCB_RX_FRAG3_LEN_RAW   29

Definition at line 320 of file t4_tcb.h.

◆ W_TCB_RX_FRAG3_PTR_RAW

#define W_TCB_RX_FRAG3_PTR_RAW   28

Definition at line 314 of file t4_tcb.h.

◆ W_TCB_RX_FRAG3_START_IDX_OFFSET_RAW

#define W_TCB_RX_FRAG3_START_IDX_OFFSET_RAW   30

Definition at line 326 of file t4_tcb.h.

◆ W_TCB_RX_HDR_OFFSET

#define W_TCB_RX_HDR_OFFSET   18

Definition at line 230 of file t4_tcb.h.

◆ W_TCB_RX_PTR_RAW

#define W_TCB_RX_PTR_RAW   23

Definition at line 272 of file t4_tcb.h.

◆ W_TCB_RX_TLS_BUF_LEN

#define W_TCB_RX_TLS_BUF_LEN   26

Definition at line 507 of file t4_tcb.h.

◆ W_TCB_RX_TLS_BUF_OFFSET

#define W_TCB_RX_TLS_BUF_OFFSET   26

Definition at line 501 of file t4_tcb.h.

◆ W_TCB_RX_TLS_BUF_TAG

#define W_TCB_RX_TLS_BUF_TAG   30

Definition at line 525 of file t4_tcb.h.

◆ W_TCB_RX_TLS_FLAGS

#define W_TCB_RX_TLS_FLAGS   26

Definition at line 513 of file t4_tcb.h.

◆ W_TCB_RX_TLS_KEY_TAG

#define W_TCB_RX_TLS_KEY_TAG   31

Definition at line 531 of file t4_tcb.h.

◆ W_TCB_SMAC_SEL

#define W_TCB_SMAC_SEL   0

Definition at line 56 of file t4_tcb.h.

◆ W_TCB_SND_CWND

#define W_TCB_SND_CWND   13

Definition at line 194 of file t4_tcb.h.

◆ W_TCB_SND_MAX_RAW

#define W_TCB_SND_MAX_RAW   11

Definition at line 182 of file t4_tcb.h.

◆ W_TCB_SND_NXT_RAW

#define W_TCB_SND_NXT_RAW   10

Definition at line 176 of file t4_tcb.h.

◆ W_TCB_SND_REC_RAW

#define W_TCB_SND_REC_RAW   12

Definition at line 188 of file t4_tcb.h.

◆ W_TCB_SND_SCALE

#define W_TCB_SND_SCALE   3

Definition at line 98 of file t4_tcb.h.

◆ W_TCB_SND_SSTHRESH

#define W_TCB_SND_SSTHRESH   14

Definition at line 200 of file t4_tcb.h.

◆ W_TCB_SND_UNA_RAW

#define W_TCB_SND_UNA_RAW   10

Definition at line 170 of file t4_tcb.h.

◆ W_TCB_STAG

#define W_TCB_STAG   29

Definition at line 393 of file t4_tcb.h.

◆ W_TCB_T_DUPACKS

#define W_TCB_T_DUPACKS   4

Definition at line 116 of file t4_tcb.h.

◆ W_TCB_T_FLAGS

#define W_TCB_T_FLAGS   1

Definition at line 62 of file t4_tcb.h.

◆ W_TCB_T_MAXSEG

#define W_TCB_T_MAXSEG   3

Definition at line 92 of file t4_tcb.h.

◆ W_TCB_T_RTSEQ_RECENT

#define W_TCB_T_RTSEQ_RECENT   7

Definition at line 146 of file t4_tcb.h.

◆ W_TCB_T_RTT_TS_RECENT_AGE

#define W_TCB_T_RTT_TS_RECENT_AGE   6

Definition at line 140 of file t4_tcb.h.

◆ W_TCB_T_RTTVAR

#define W_TCB_T_RTTVAR   8

Definition at line 158 of file t4_tcb.h.

◆ W_TCB_T_RXTSHIFT

#define W_TCB_T_RXTSHIFT   4

Definition at line 110 of file t4_tcb.h.

◆ W_TCB_T_SRTT

#define W_TCB_T_SRTT   8

Definition at line 152 of file t4_tcb.h.

◆ W_TCB_T_STATE

#define W_TCB_T_STATE   3

Definition at line 80 of file t4_tcb.h.

◆ W_TCB_TIMESTAMP

#define W_TCB_TIMESTAMP   5

Definition at line 134 of file t4_tcb.h.

◆ W_TCB_TIMESTAMP_OFFSET

#define W_TCB_TIMESTAMP_OFFSET   4

Definition at line 122 of file t4_tcb.h.

◆ W_TCB_TLS_SEQ

#define W_TCB_TLS_SEQ   28

Definition at line 519 of file t4_tcb.h.

◆ W_TCB_TOS

#define W_TCB_TOS   3

Definition at line 74 of file t4_tcb.h.

◆ W_TCB_TS_LAST_ACK_SENT_RAW

#define W_TCB_TS_LAST_ACK_SENT_RAW   19

Definition at line 236 of file t4_tcb.h.

◆ W_TCB_TX_FLUSH

#define W_TCB_TX_FLUSH   31

Definition at line 435 of file t4_tcb.h.

◆ W_TCB_TX_HDR_PTR_RAW

#define W_TCB_TX_HDR_PTR_RAW   15

Definition at line 206 of file t4_tcb.h.

◆ W_TCB_TX_LAST_PTR_RAW

#define W_TCB_TX_LAST_PTR_RAW   15

Definition at line 212 of file t4_tcb.h.

◆ W_TCB_TX_MAX

#define W_TCB_TX_MAX   9

Definition at line 164 of file t4_tcb.h.

◆ W_TCB_TX_OOS_RXMT

#define W_TCB_TX_OOS_RXMT   31

Definition at line 441 of file t4_tcb.h.

◆ W_TCB_TX_OOS_TXMT

#define W_TCB_TX_OOS_TXMT   31

Definition at line 447 of file t4_tcb.h.

◆ W_TCB_TX_PDU_LEN

#define W_TCB_TX_PDU_LEN   26

Definition at line 363 of file t4_tcb.h.

◆ W_TCB_ULP_EXT

#define W_TCB_ULP_EXT   31

Definition at line 344 of file t4_tcb.h.

◆ W_TCB_ULP_RAW

#define W_TCB_ULP_RAW   0

Definition at line 44 of file t4_tcb.h.

◆ W_TCB_ULP_TYPE

#define W_TCB_ULP_TYPE   0

Definition at line 38 of file t4_tcb.h.