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

Go to the source code of this file.

Data Structures

union  opcode_tid
 
union  opcode_info
 
struct  tcp_options
 
struct  rss_header
 
struct  work_request_hdr
 
struct  cpl_pass_open_req
 
struct  cpl_pass_open_req6
 
struct  cpl_pass_open_rpl
 
struct  cpl_pass_establish
 
struct  cpl_pass_accept_req
 
struct  cpl_pass_accept_rpl
 
struct  cpl_t5_pass_accept_rpl
 
struct  cpl_act_open_req
 
struct  cpl_t5_act_open_req
 
struct  cpl_t6_act_open_req
 
struct  cpl_act_open_req6
 
struct  cpl_t5_act_open_req6
 
struct  cpl_t6_act_open_req6
 
struct  cpl_act_open_rpl
 
struct  cpl_act_establish
 
struct  cpl_get_tcb
 
struct  cpl_get_tcb_rpl
 
struct  cpl_set_tcb
 
struct  cpl_set_tcb_field
 
struct  cpl_set_tcb_field_core
 
struct  cpl_set_tcb_rpl
 
struct  cpl_close_con_req
 
struct  cpl_close_con_rpl
 
struct  cpl_close_listsvr_req
 
struct  cpl_close_listsvr_rpl
 
struct  cpl_abort_req_rss
 
struct  cpl_abort_req_rss6
 
struct  cpl_abort_req
 
struct  cpl_abort_req_core
 
struct  cpl_abort_rpl_rss
 
struct  cpl_abort_rpl_rss6
 
struct  cpl_abort_rpl
 
struct  cpl_abort_rpl_core
 
struct  cpl_peer_close
 
struct  cpl_tid_release
 
struct  tx_data_wr
 
struct  cpl_tx_data
 
struct  cpl_tx_data_ack
 
struct  cpl_wr_ack
 
struct  cpl_tx_pkt_core
 
struct  cpl_tx_pkt
 
struct  cpl_tx_pkt_lso_core
 
struct  cpl_tx_pkt_lso
 
struct  cpl_tx_pkt_ufo_core
 
struct  cpl_tx_pkt_ufo
 
struct  cpl_tx_pkt_fso
 
struct  cpl_iscsi_hdr_no_rss
 
struct  cpl_tx_data_iso
 
struct  cpl_iscsi_hdr
 
struct  cpl_iscsi_data
 
struct  cpl_rx_data
 
struct  cpl_fcoe_hdr
 
struct  cpl_fcoe_data
 
struct  cpl_rx_urg_notify
 
struct  cpl_rx_urg_pkt
 
struct  cpl_rx_data_ack
 
struct  cpl_rx_data_ack_core
 
struct  cpl_rx_ddp_complete
 
struct  cpl_rx_data_ddp
 
struct  cpl_rx_fcoe_ddp
 
struct  cpl_rx_data_dif
 
struct  cpl_rx_iscsi_dif
 
struct  cpl_rx_iscsi_cmp
 
struct  cpl_rx_fcoe_dif
 
struct  cpl_rx_pkt
 
struct  cpl_trace_pkt
 
struct  cpl_t5_trace_pkt
 
struct  cpl_rte_delete_req
 
struct  cpl_rte_delete_rpl
 
struct  cpl_rte_write_req
 
struct  cpl_rte_write_rpl
 
struct  cpl_rte_read_req
 
struct  cpl_rte_read_rpl
 
struct  cpl_l2t_write_req
 
struct  cpl_l2t_write_rpl
 
struct  cpl_l2t_read_req
 
struct  cpl_l2t_read_rpl
 
struct  cpl_srq_table_req
 
struct  cpl_srq_table_rpl
 
struct  cpl_smt_write_req
 
struct  cpl_t6_smt_write_req
 
struct  cpl_smt_write_rpl
 
struct  cpl_smt_read_req
 
struct  cpl_smt_read_rpl
 
struct  cpl_tag_write_req
 
struct  cpl_tag_write_rpl
 
struct  cpl_tag_read_req
 
struct  cpl_tag_read_rpl
 
struct  cpl_barrier
 
struct  cpl_error
 
struct  cpl_hit_notify
 
struct  cpl_pkt_notify
 
struct  cpl_rdma_terminate
 
struct  cpl_set_le_req
 
struct  cpl_set_le_rpl
 
struct  cpl_sge_egr_update
 
struct  cpl_fw2_pld
 
struct  cpl_fw4_pld
 
struct  cpl_fw6_pld
 
struct  cpl_fw2_msg
 
struct  cpl_fw4_msg
 
struct  cpl_fw4_ack
 
struct  cpl_fw6_msg
 
struct  cpl_fw6_msg_ofld_connection_wr_rpl
 
struct  ulptx_sge_pair
 
struct  ulptx_sgl
 
struct  ulptx_isge
 
struct  ulptx_isgl
 
struct  ulptx_idata
 
struct  ulptx_sc_memrd
 
struct  ulp_mem_io
 
struct  ulp_txpkt
 
struct  cpl_tx_tnl_lso
 
struct  cpl_rx_mps_pkt
 
struct  cpl_tx_tls_sfo
 
struct  cpl_tls_data
 
struct  cpl_rx_tls_cmp
 
struct  cpl_tx_sec_pdu
 
struct  cpl_rx_phys_dsgl
 
struct  cpl_tx_tls_ack
 

Macros

#define S_CPL_OPCODE   24
 
#define V_CPL_OPCODE(x)   ((x) << S_CPL_OPCODE)
 
#define G_CPL_OPCODE(x)   (((x) >> S_CPL_OPCODE) & 0xFF)
 
#define G_TID(x)   ((x) & 0xFFFFFF)
 
#define MK_OPCODE_TID(opcode, tid)   (V_CPL_OPCODE(opcode) | (tid))
 
#define OPCODE_TID(cmd)   ((cmd)->ot.opcode_tid)
 
#define GET_TID(cmd)   (G_TID(ntohl(OPCODE_TID(cmd))))
 
#define GET_OPCODE(cmd)   ((cmd)->ot.opcode)
 
#define S_TID_TID   0
 
#define M_TID_TID   0x7ff
 
#define V_TID_TID(x)   ((x) << S_TID_TID)
 
#define G_TID_TID(x)   (((x) >> S_TID_TID) & M_TID_TID)
 
#define S_TID_COOKIE   11
 
#define M_TID_COOKIE   0x7
 
#define V_TID_COOKIE(x)   ((x) << S_TID_COOKIE)
 
#define G_TID_COOKIE(x)   (((x) >> S_TID_COOKIE) & M_TID_COOKIE)
 
#define S_TID_QID   14
 
#define M_TID_QID   0x3ff
 
#define V_TID_QID(x)   ((x) << S_TID_QID)
 
#define G_TID_QID(x)   (((x) >> S_TID_QID) & M_TID_QID)
 
#define S_HASHTYPE   20
 
#define M_HASHTYPE   0x3
 
#define G_HASHTYPE(x)   (((x) >> S_HASHTYPE) & M_HASHTYPE)
 
#define S_QNUM   0
 
#define M_QNUM   0xFFFF
 
#define G_QNUM(x)   (((x) >> S_QNUM) & M_QNUM)
 
#define RSS_HDR
 
#define S_WR_LEN16   0
 
#define M_WR_LEN16   0xFF
 
#define V_WR_LEN16(x)   ((x) << S_WR_LEN16)
 
#define G_WR_LEN16(x)   (((x) >> S_WR_LEN16) & M_WR_LEN16)
 
#define S_WR_OP   24
 
#define M_WR_OP   0xFF
 
#define V_WR_OP(x)   ((__u64)(x) << S_WR_OP)
 
#define G_WR_OP(x)   (((x) >> S_WR_OP) & M_WR_OP)
 
#define WR_HDR   struct work_request_hdr wr
 
#define WR_HDR_SIZE   sizeof(struct work_request_hdr)
 
#define S_ACCEPT_MODE   0
 
#define M_ACCEPT_MODE   0x3
 
#define V_ACCEPT_MODE(x)   ((x) << S_ACCEPT_MODE)
 
#define G_ACCEPT_MODE(x)   (((x) >> S_ACCEPT_MODE) & M_ACCEPT_MODE)
 
#define S_TX_CHAN   2
 
#define M_TX_CHAN   0x3
 
#define V_TX_CHAN(x)   ((x) << S_TX_CHAN)
 
#define G_TX_CHAN(x)   (((x) >> S_TX_CHAN) & M_TX_CHAN)
 
#define S_NO_CONG   4
 
#define V_NO_CONG(x)   ((x) << S_NO_CONG)
 
#define F_NO_CONG   V_NO_CONG(1U)
 
#define S_DELACK   5
 
#define V_DELACK(x)   ((x) << S_DELACK)
 
#define F_DELACK   V_DELACK(1U)
 
#define S_INJECT_TIMER   6
 
#define V_INJECT_TIMER(x)   ((x) << S_INJECT_TIMER)
 
#define F_INJECT_TIMER   V_INJECT_TIMER(1U)
 
#define S_NON_OFFLOAD   7
 
#define V_NON_OFFLOAD(x)   ((x) << S_NON_OFFLOAD)
 
#define F_NON_OFFLOAD   V_NON_OFFLOAD(1U)
 
#define S_ULP_MODE   8
 
#define M_ULP_MODE   0xF
 
#define V_ULP_MODE(x)   ((x) << S_ULP_MODE)
 
#define G_ULP_MODE(x)   (((x) >> S_ULP_MODE) & M_ULP_MODE)
 
#define S_RCV_BUFSIZ   12
 
#define M_RCV_BUFSIZ   0x3FFU
 
#define V_RCV_BUFSIZ(x)   ((x) << S_RCV_BUFSIZ)
 
#define G_RCV_BUFSIZ(x)   (((x) >> S_RCV_BUFSIZ) & M_RCV_BUFSIZ)
 
#define S_DSCP   22
 
#define M_DSCP   0x3F
 
#define V_DSCP(x)   ((x) << S_DSCP)
 
#define G_DSCP(x)   (((x) >> S_DSCP) & M_DSCP)
 
#define S_SMAC_SEL   28
 
#define M_SMAC_SEL   0xFF
 
#define V_SMAC_SEL(x)   ((__u64)(x) << S_SMAC_SEL)
 
#define G_SMAC_SEL(x)   (((x) >> S_SMAC_SEL) & M_SMAC_SEL)
 
#define S_L2T_IDX   36
 
#define M_L2T_IDX   0xFFF
 
#define V_L2T_IDX(x)   ((__u64)(x) << S_L2T_IDX)
 
#define G_L2T_IDX(x)   (((x) >> S_L2T_IDX) & M_L2T_IDX)
 
#define S_TCAM_BYPASS   48
 
#define V_TCAM_BYPASS(x)   ((__u64)(x) << S_TCAM_BYPASS)
 
#define F_TCAM_BYPASS   V_TCAM_BYPASS(1ULL)
 
#define S_NAGLE   49
 
#define V_NAGLE(x)   ((__u64)(x) << S_NAGLE)
 
#define F_NAGLE   V_NAGLE(1ULL)
 
#define S_WND_SCALE   50
 
#define M_WND_SCALE   0xF
 
#define V_WND_SCALE(x)   ((__u64)(x) << S_WND_SCALE)
 
#define G_WND_SCALE(x)   (((x) >> S_WND_SCALE) & M_WND_SCALE)
 
#define S_KEEP_ALIVE   54
 
#define V_KEEP_ALIVE(x)   ((__u64)(x) << S_KEEP_ALIVE)
 
#define F_KEEP_ALIVE   V_KEEP_ALIVE(1ULL)
 
#define S_MAX_RT   55
 
#define M_MAX_RT   0xF
 
#define V_MAX_RT(x)   ((__u64)(x) << S_MAX_RT)
 
#define G_MAX_RT(x)   (((x) >> S_MAX_RT) & M_MAX_RT)
 
#define S_MAX_RT_OVERRIDE   59
 
#define V_MAX_RT_OVERRIDE(x)   ((__u64)(x) << S_MAX_RT_OVERRIDE)
 
#define F_MAX_RT_OVERRIDE   V_MAX_RT_OVERRIDE(1ULL)
 
#define S_MSS_IDX   60
 
#define M_MSS_IDX   0xF
 
#define V_MSS_IDX(x)   ((__u64)(x) << S_MSS_IDX)
 
#define G_MSS_IDX(x)   (((x) >> S_MSS_IDX) & M_MSS_IDX)
 
#define S_SYN_RSS_ENABLE   0
 
#define V_SYN_RSS_ENABLE(x)   ((x) << S_SYN_RSS_ENABLE)
 
#define F_SYN_RSS_ENABLE   V_SYN_RSS_ENABLE(1U)
 
#define S_SYN_RSS_USE_HASH   1
 
#define V_SYN_RSS_USE_HASH(x)   ((x) << S_SYN_RSS_USE_HASH)
 
#define F_SYN_RSS_USE_HASH   V_SYN_RSS_USE_HASH(1U)
 
#define S_SYN_RSS_QUEUE   2
 
#define M_SYN_RSS_QUEUE   0x3FF
 
#define V_SYN_RSS_QUEUE(x)   ((x) << S_SYN_RSS_QUEUE)
 
#define G_SYN_RSS_QUEUE(x)   (((x) >> S_SYN_RSS_QUEUE) & M_SYN_RSS_QUEUE)
 
#define S_LISTEN_INTF   12
 
#define M_LISTEN_INTF   0xFF
 
#define V_LISTEN_INTF(x)   ((x) << S_LISTEN_INTF)
 
#define G_LISTEN_INTF(x)   (((x) >> S_LISTEN_INTF) & M_LISTEN_INTF)
 
#define S_LISTEN_FILTER   20
 
#define V_LISTEN_FILTER(x)   ((x) << S_LISTEN_FILTER)
 
#define F_LISTEN_FILTER   V_LISTEN_FILTER(1U)
 
#define S_SYN_DEFENSE   21
 
#define V_SYN_DEFENSE(x)   ((x) << S_SYN_DEFENSE)
 
#define F_SYN_DEFENSE   V_SYN_DEFENSE(1U)
 
#define S_CONN_POLICY   22
 
#define M_CONN_POLICY   0x3
 
#define V_CONN_POLICY(x)   ((x) << S_CONN_POLICY)
 
#define G_CONN_POLICY(x)   (((x) >> S_CONN_POLICY) & M_CONN_POLICY)
 
#define S_T5_FILT_INFO   24
 
#define M_T5_FILT_INFO   0xffffffffffULL
 
#define V_T5_FILT_INFO(x)   ((x) << S_T5_FILT_INFO)
 
#define G_T5_FILT_INFO(x)   (((x) >> S_T5_FILT_INFO) & M_T5_FILT_INFO)
 
#define S_FILT_INFO   28
 
#define M_FILT_INFO   0xfffffffffULL
 
#define V_FILT_INFO(x)   ((x) << S_FILT_INFO)
 
#define G_FILT_INFO(x)   (((x) >> S_FILT_INFO) & M_FILT_INFO)
 
#define S_RSS_QUEUE   0
 
#define M_RSS_QUEUE   0x3FF
 
#define V_RSS_QUEUE(x)   ((x) << S_RSS_QUEUE)
 
#define G_RSS_QUEUE(x)   (((x) >> S_RSS_QUEUE) & M_RSS_QUEUE)
 
#define S_RSS_QUEUE_VALID   10
 
#define V_RSS_QUEUE_VALID(x)   ((x) << S_RSS_QUEUE_VALID)
 
#define F_RSS_QUEUE_VALID   V_RSS_QUEUE_VALID(1U)
 
#define S_RX_COALESCE_VALID   11
 
#define V_RX_COALESCE_VALID(x)   ((x) << S_RX_COALESCE_VALID)
 
#define F_RX_COALESCE_VALID   V_RX_COALESCE_VALID(1U)
 
#define S_RX_COALESCE   12
 
#define M_RX_COALESCE   0x3
 
#define V_RX_COALESCE(x)   ((x) << S_RX_COALESCE)
 
#define G_RX_COALESCE(x)   (((x) >> S_RX_COALESCE) & M_RX_COALESCE)
 
#define S_CONG_CNTRL   14
 
#define M_CONG_CNTRL   0x3
 
#define V_CONG_CNTRL(x)   ((x) << S_CONG_CNTRL)
 
#define G_CONG_CNTRL(x)   (((x) >> S_CONG_CNTRL) & M_CONG_CNTRL)
 
#define S_PACE   16
 
#define M_PACE   0x3
 
#define V_PACE(x)   ((x) << S_PACE)
 
#define G_PACE(x)   (((x) >> S_PACE) & M_PACE)
 
#define S_CONG_CNTRL_VALID   18
 
#define V_CONG_CNTRL_VALID(x)   ((x) << S_CONG_CNTRL_VALID)
 
#define F_CONG_CNTRL_VALID   V_CONG_CNTRL_VALID(1U)
 
#define S_T5_ISS   18
 
#define V_T5_ISS(x)   ((x) << S_T5_ISS)
 
#define F_T5_ISS   V_T5_ISS(1U)
 
#define S_PACE_VALID   19
 
#define V_PACE_VALID(x)   ((x) << S_PACE_VALID)
 
#define F_PACE_VALID   V_PACE_VALID(1U)
 
#define S_RX_FC_DISABLE   20
 
#define V_RX_FC_DISABLE(x)   ((x) << S_RX_FC_DISABLE)
 
#define F_RX_FC_DISABLE   V_RX_FC_DISABLE(1U)
 
#define S_RX_FC_DDP   21
 
#define V_RX_FC_DDP(x)   ((x) << S_RX_FC_DDP)
 
#define F_RX_FC_DDP   V_RX_FC_DDP(1U)
 
#define S_RX_FC_VALID   22
 
#define V_RX_FC_VALID(x)   ((x) << S_RX_FC_VALID)
 
#define F_RX_FC_VALID   V_RX_FC_VALID(1U)
 
#define S_TX_QUEUE   23
 
#define M_TX_QUEUE   0x7
 
#define V_TX_QUEUE(x)   ((x) << S_TX_QUEUE)
 
#define G_TX_QUEUE(x)   (((x) >> S_TX_QUEUE) & M_TX_QUEUE)
 
#define S_RX_CHANNEL   26
 
#define V_RX_CHANNEL(x)   ((x) << S_RX_CHANNEL)
 
#define F_RX_CHANNEL   V_RX_CHANNEL(1U)
 
#define S_CCTRL_ECN   27
 
#define V_CCTRL_ECN(x)   ((x) << S_CCTRL_ECN)
 
#define F_CCTRL_ECN   V_CCTRL_ECN(1U)
 
#define S_WND_SCALE_EN   28
 
#define V_WND_SCALE_EN(x)   ((x) << S_WND_SCALE_EN)
 
#define F_WND_SCALE_EN   V_WND_SCALE_EN(1U)
 
#define S_TSTAMPS_EN   29
 
#define V_TSTAMPS_EN(x)   ((x) << S_TSTAMPS_EN)
 
#define F_TSTAMPS_EN   V_TSTAMPS_EN(1U)
 
#define S_SACK_EN   30
 
#define V_SACK_EN(x)   ((x) << S_SACK_EN)
 
#define F_SACK_EN   V_SACK_EN(1U)
 
#define S_T5_OPT_2_VALID   31
 
#define V_T5_OPT_2_VALID(x)   ((x) << S_T5_OPT_2_VALID)
 
#define F_T5_OPT_2_VALID   V_T5_OPT_2_VALID(1U)
 
#define S_PASS_OPEN_TID   0
 
#define M_PASS_OPEN_TID   0xFFFFFF
 
#define V_PASS_OPEN_TID(x)   ((x) << S_PASS_OPEN_TID)
 
#define G_PASS_OPEN_TID(x)   (((x) >> S_PASS_OPEN_TID) & M_PASS_OPEN_TID)
 
#define S_PASS_OPEN_TOS   24
 
#define M_PASS_OPEN_TOS   0xFF
 
#define V_PASS_OPEN_TOS(x)   ((x) << S_PASS_OPEN_TOS)
 
#define G_PASS_OPEN_TOS(x)   (((x) >> S_PASS_OPEN_TOS) & M_PASS_OPEN_TOS)
 
#define S_TCPOPT_WSCALE_OK   5
 
#define M_TCPOPT_WSCALE_OK   0x1
 
#define V_TCPOPT_WSCALE_OK(x)   ((x) << S_TCPOPT_WSCALE_OK)
 
#define G_TCPOPT_WSCALE_OK(x)   (((x) >> S_TCPOPT_WSCALE_OK) & M_TCPOPT_WSCALE_OK)
 
#define S_TCPOPT_SACK   6
 
#define M_TCPOPT_SACK   0x1
 
#define V_TCPOPT_SACK(x)   ((x) << S_TCPOPT_SACK)
 
#define G_TCPOPT_SACK(x)   (((x) >> S_TCPOPT_SACK) & M_TCPOPT_SACK)
 
#define S_TCPOPT_TSTAMP   7
 
#define M_TCPOPT_TSTAMP   0x1
 
#define V_TCPOPT_TSTAMP(x)   ((x) << S_TCPOPT_TSTAMP)
 
#define G_TCPOPT_TSTAMP(x)   (((x) >> S_TCPOPT_TSTAMP) & M_TCPOPT_TSTAMP)
 
#define S_TCPOPT_SND_WSCALE   8
 
#define M_TCPOPT_SND_WSCALE   0xF
 
#define V_TCPOPT_SND_WSCALE(x)   ((x) << S_TCPOPT_SND_WSCALE)
 
#define G_TCPOPT_SND_WSCALE(x)   (((x) >> S_TCPOPT_SND_WSCALE) & M_TCPOPT_SND_WSCALE)
 
#define S_TCPOPT_MSS   12
 
#define M_TCPOPT_MSS   0xF
 
#define V_TCPOPT_MSS(x)   ((x) << S_TCPOPT_MSS)
 
#define G_TCPOPT_MSS(x)   (((x) >> S_TCPOPT_MSS) & M_TCPOPT_MSS)
 
#define S_SYN_RX_CHAN   0
 
#define M_SYN_RX_CHAN   0xF
 
#define V_SYN_RX_CHAN(x)   ((x) << S_SYN_RX_CHAN)
 
#define G_SYN_RX_CHAN(x)   (((x) >> S_SYN_RX_CHAN) & M_SYN_RX_CHAN)
 
#define S_TCP_HDR_LEN   10
 
#define M_TCP_HDR_LEN   0x3F
 
#define V_TCP_HDR_LEN(x)   ((x) << S_TCP_HDR_LEN)
 
#define G_TCP_HDR_LEN(x)   (((x) >> S_TCP_HDR_LEN) & M_TCP_HDR_LEN)
 
#define S_T6_TCP_HDR_LEN   8
 
#define V_T6_TCP_HDR_LEN(x)   ((x) << S_T6_TCP_HDR_LEN)
 
#define G_T6_TCP_HDR_LEN(x)   (((x) >> S_T6_TCP_HDR_LEN) & M_TCP_HDR_LEN)
 
#define S_IP_HDR_LEN   16
 
#define M_IP_HDR_LEN   0x3FF
 
#define V_IP_HDR_LEN(x)   ((x) << S_IP_HDR_LEN)
 
#define G_IP_HDR_LEN(x)   (((x) >> S_IP_HDR_LEN) & M_IP_HDR_LEN)
 
#define S_T6_IP_HDR_LEN   14
 
#define V_T6_IP_HDR_LEN(x)   ((x) << S_T6_IP_HDR_LEN)
 
#define G_T6_IP_HDR_LEN(x)   (((x) >> S_T6_IP_HDR_LEN) & M_IP_HDR_LEN)
 
#define S_ETH_HDR_LEN   26
 
#define M_ETH_HDR_LEN   0x3F
 
#define V_ETH_HDR_LEN(x)   ((x) << S_ETH_HDR_LEN)
 
#define G_ETH_HDR_LEN(x)   (((x) >> S_ETH_HDR_LEN) & M_ETH_HDR_LEN)
 
#define S_T6_ETH_HDR_LEN   24
 
#define M_T6_ETH_HDR_LEN   0xFF
 
#define V_T6_ETH_HDR_LEN(x)   ((x) << S_T6_ETH_HDR_LEN)
 
#define G_T6_ETH_HDR_LEN(x)   (((x) >> S_T6_ETH_HDR_LEN) & M_T6_ETH_HDR_LEN)
 
#define S_SYN_MAC_IDX   0
 
#define M_SYN_MAC_IDX   0x1FF
 
#define V_SYN_MAC_IDX(x)   ((x) << S_SYN_MAC_IDX)
 
#define G_SYN_MAC_IDX(x)   (((x) >> S_SYN_MAC_IDX) & M_SYN_MAC_IDX)
 
#define S_SYN_XACT_MATCH   9
 
#define V_SYN_XACT_MATCH(x)   ((x) << S_SYN_XACT_MATCH)
 
#define F_SYN_XACT_MATCH   V_SYN_XACT_MATCH(1U)
 
#define S_SYN_INTF   12
 
#define M_SYN_INTF   0xF
 
#define V_SYN_INTF(x)   ((x) << S_SYN_INTF)
 
#define G_SYN_INTF(x)   (((x) >> S_SYN_INTF) & M_SYN_INTF)
 
#define S_FILTER_TUPLE   24
 
#define M_FILTER_TUPLE   0xFFFFFFFFFF
 
#define V_FILTER_TUPLE(x)   ((x) << S_FILTER_TUPLE)
 
#define G_FILTER_TUPLE(x)   (((x) >> S_FILTER_TUPLE) & M_FILTER_TUPLE)
 
#define S_AOPEN_FCOEMASK   0
 
#define V_AOPEN_FCOEMASK(x)   ((x) << S_AOPEN_FCOEMASK)
 
#define F_AOPEN_FCOEMASK   V_AOPEN_FCOEMASK(1U)
 
#define S_AOPEN_STATUS   0
 
#define M_AOPEN_STATUS   0xFF
 
#define V_AOPEN_STATUS(x)   ((x) << S_AOPEN_STATUS)
 
#define G_AOPEN_STATUS(x)   (((x) >> S_AOPEN_STATUS) & M_AOPEN_STATUS)
 
#define S_AOPEN_ATID   8
 
#define M_AOPEN_ATID   0xFFFFFF
 
#define V_AOPEN_ATID(x)   ((x) << S_AOPEN_ATID)
 
#define G_AOPEN_ATID(x)   (((x) >> S_AOPEN_ATID) & M_AOPEN_ATID)
 
#define S_QUEUENO   0
 
#define M_QUEUENO   0x3FF
 
#define V_QUEUENO(x)   ((x) << S_QUEUENO)
 
#define G_QUEUENO(x)   (((x) >> S_QUEUENO) & M_QUEUENO)
 
#define S_REPLY_CHAN   14
 
#define V_REPLY_CHAN(x)   ((x) << S_REPLY_CHAN)
 
#define F_REPLY_CHAN   V_REPLY_CHAN(1U)
 
#define S_NO_REPLY   15
 
#define V_NO_REPLY(x)   ((x) << S_NO_REPLY)
 
#define F_NO_REPLY   V_NO_REPLY(1U)
 
#define S_WORD   0
 
#define M_WORD   0x1F
 
#define V_WORD(x)   ((x) << S_WORD)
 
#define G_WORD(x)   (((x) >> S_WORD) & M_WORD)
 
#define S_COOKIE   5
 
#define M_COOKIE   0x7
 
#define V_COOKIE(x)   ((x) << S_COOKIE)
 
#define G_COOKIE(x)   (((x) >> S_COOKIE) & M_COOKIE)
 
#define S_LISTSVR_IPV6   14
 
#define V_LISTSVR_IPV6(x)   ((x) << S_LISTSVR_IPV6)
 
#define F_LISTSVR_IPV6   V_LISTSVR_IPV6(1U)
 
#define S_ABORT_RSS_STATUS   0
 
#define M_ABORT_RSS_STATUS   0xff
 
#define V_ABORT_RSS_STATUS(x)   ((x) << S_ABORT_RSS_STATUS)
 
#define G_ABORT_RSS_STATUS(x)   (((x) >> S_ABORT_RSS_STATUS) & M_ABORT_RSS_STATUS)
 
#define S_ABORT_RSS_SRQIDX   8
 
#define M_ABORT_RSS_SRQIDX   0xffffff
 
#define V_ABORT_RSS_SRQIDX(x)   ((x) << S_ABORT_RSS_SRQIDX)
 
#define G_ABORT_RSS_SRQIDX(x)   (((x) >> S_ABORT_RSS_SRQIDX) & M_ABORT_RSS_SRQIDX)
 
#define S_TX_ACK_PAGES   21
 
#define M_TX_ACK_PAGES   0x7
 
#define V_TX_ACK_PAGES(x)   ((x) << S_TX_ACK_PAGES)
 
#define G_TX_ACK_PAGES(x)   (((x) >> S_TX_ACK_PAGES) & M_TX_ACK_PAGES)
 
#define S_TX_PORT   0
 
#define M_TX_PORT   0x7
 
#define V_TX_PORT(x)   ((x) << S_TX_PORT)
 
#define G_TX_PORT(x)   (((x) >> S_TX_PORT) & M_TX_PORT)
 
#define S_TX_MSS   4
 
#define M_TX_MSS   0xF
 
#define V_TX_MSS(x)   ((x) << S_TX_MSS)
 
#define G_TX_MSS(x)   (((x) >> S_TX_MSS) & M_TX_MSS)
 
#define S_TX_QOS   8
 
#define M_TX_QOS   0xFF
 
#define V_TX_QOS(x)   ((x) << S_TX_QOS)
 
#define G_TX_QOS(x)   (((x) >> S_TX_QOS) & M_TX_QOS)
 
#define S_TX_SNDBUF   16
 
#define M_TX_SNDBUF   0xFFFF
 
#define V_TX_SNDBUF(x)   ((x) << S_TX_SNDBUF)
 
#define G_TX_SNDBUF(x)   (((x) >> S_TX_SNDBUF) & M_TX_SNDBUF)
 
#define S_TX_DATA_MSS   16
 
#define M_TX_DATA_MSS   0xFFFF
 
#define V_TX_DATA_MSS(x)   ((x) << S_TX_DATA_MSS)
 
#define G_TX_DATA_MSS(x)   (((x) >> S_TX_DATA_MSS) & M_TX_DATA_MSS)
 
#define S_TX_LENGTH   0
 
#define M_TX_LENGTH   0xFFFF
 
#define V_TX_LENGTH(x)   ((x) << S_TX_LENGTH)
 
#define G_TX_LENGTH(x)   (((x) >> S_TX_LENGTH) & M_TX_LENGTH)
 
#define S_TX_PROXY   5
 
#define V_TX_PROXY(x)   ((x) << S_TX_PROXY)
 
#define F_TX_PROXY   V_TX_PROXY(1U)
 
#define S_TX_ULP_SUBMODE   6
 
#define M_TX_ULP_SUBMODE   0xF
 
#define V_TX_ULP_SUBMODE(x)   ((x) << S_TX_ULP_SUBMODE)
 
#define G_TX_ULP_SUBMODE(x)   (((x) >> S_TX_ULP_SUBMODE) & M_TX_ULP_SUBMODE)
 
#define S_TX_ULP_MODE   10
 
#define M_TX_ULP_MODE   0x7
 
#define V_TX_ULP_MODE(x)   ((x) << S_TX_ULP_MODE)
 
#define G_TX_ULP_MODE(x)   (((x) >> S_TX_ULP_MODE) & M_TX_ULP_MODE)
 
#define S_TX_FORCE   13
 
#define V_TX_FORCE(x)   ((x) << S_TX_FORCE)
 
#define F_TX_FORCE   V_TX_FORCE(1U)
 
#define S_TX_SHOVE   14
 
#define V_TX_SHOVE(x)   ((x) << S_TX_SHOVE)
 
#define F_TX_SHOVE   V_TX_SHOVE(1U)
 
#define S_TX_MORE   15
 
#define V_TX_MORE(x)   ((x) << S_TX_MORE)
 
#define F_TX_MORE   V_TX_MORE(1U)
 
#define S_TX_URG   16
 
#define V_TX_URG(x)   ((x) << S_TX_URG)
 
#define F_TX_URG   V_TX_URG(1U)
 
#define S_TX_FLUSH   17
 
#define V_TX_FLUSH(x)   ((x) << S_TX_FLUSH)
 
#define F_TX_FLUSH   V_TX_FLUSH(1U)
 
#define S_TX_SAVE   18
 
#define V_TX_SAVE(x)   ((x) << S_TX_SAVE)
 
#define F_TX_SAVE   V_TX_SAVE(1U)
 
#define S_TX_TNL   19
 
#define V_TX_TNL(x)   ((x) << S_TX_TNL)
 
#define F_TX_TNL   V_TX_TNL(1U)
 
#define S_T6_TX_FORCE   20
 
#define V_T6_TX_FORCE(x)   ((x) << S_T6_TX_FORCE)
 
#define F_T6_TX_FORCE   V_T6_TX_FORCE(1U)
 
#define S_TX_BYPASS   21
 
#define V_TX_BYPASS(x)   ((x) << S_TX_BYPASS)
 
#define F_TX_BYPASS   V_TX_BYPASS(1U)
 
#define S_TX_PUSH   22
 
#define V_TX_PUSH(x)   ((x) << S_TX_PUSH)
 
#define F_TX_PUSH   V_TX_PUSH(1U)
 
#define S_TX_CPU_IDX   0
 
#define M_TX_CPU_IDX   0x3F
 
#define V_TX_CPU_IDX(x)   ((x) << S_TX_CPU_IDX)
 
#define G_TX_CPU_IDX(x)   (((x) >> S_TX_CPU_IDX) & M_TX_CPU_IDX)
 
#define S_TX_CLOSE   17
 
#define V_TX_CLOSE(x)   ((x) << S_TX_CLOSE)
 
#define F_TX_CLOSE   V_TX_CLOSE(1U)
 
#define S_TX_INIT   18
 
#define V_TX_INIT(x)   ((x) << S_TX_INIT)
 
#define F_TX_INIT   V_TX_INIT(1U)
 
#define S_TX_IMM_ACK   19
 
#define V_TX_IMM_ACK(x)   ((x) << S_TX_IMM_ACK)
 
#define F_TX_IMM_ACK   V_TX_IMM_ACK(1U)
 
#define S_TX_IMM_DMA   20
 
#define V_TX_IMM_DMA(x)   ((x) << S_TX_IMM_DMA)
 
#define F_TX_IMM_DMA   V_TX_IMM_DMA(1U)
 
#define cpl_tx_pkt_xt   cpl_tx_pkt
 
#define S_TXPKT_VF   0
 
#define M_TXPKT_VF   0xFF
 
#define V_TXPKT_VF(x)   ((x) << S_TXPKT_VF)
 
#define G_TXPKT_VF(x)   (((x) >> S_TXPKT_VF) & M_TXPKT_VF)
 
#define S_TXPKT_PF   8
 
#define M_TXPKT_PF   0x7
 
#define V_TXPKT_PF(x)   ((x) << S_TXPKT_PF)
 
#define G_TXPKT_PF(x)   (((x) >> S_TXPKT_PF) & M_TXPKT_PF)
 
#define S_TXPKT_VF_VLD   11
 
#define V_TXPKT_VF_VLD(x)   ((x) << S_TXPKT_VF_VLD)
 
#define F_TXPKT_VF_VLD   V_TXPKT_VF_VLD(1U)
 
#define S_TXPKT_OVLAN_IDX   12
 
#define M_TXPKT_OVLAN_IDX   0xF
 
#define V_TXPKT_OVLAN_IDX(x)   ((x) << S_TXPKT_OVLAN_IDX)
 
#define G_TXPKT_OVLAN_IDX(x)   (((x) >> S_TXPKT_OVLAN_IDX) & M_TXPKT_OVLAN_IDX)
 
#define S_TXPKT_T5_OVLAN_IDX   12
 
#define M_TXPKT_T5_OVLAN_IDX   0x7
 
#define V_TXPKT_T5_OVLAN_IDX(x)   ((x) << S_TXPKT_T5_OVLAN_IDX)
 
#define G_TXPKT_T5_OVLAN_IDX(x)
 
#define S_TXPKT_INTF   16
 
#define M_TXPKT_INTF   0xF
 
#define V_TXPKT_INTF(x)   ((x) << S_TXPKT_INTF)
 
#define G_TXPKT_INTF(x)   (((x) >> S_TXPKT_INTF) & M_TXPKT_INTF)
 
#define S_TXPKT_SPECIAL_STAT   20
 
#define V_TXPKT_SPECIAL_STAT(x)   ((x) << S_TXPKT_SPECIAL_STAT)
 
#define F_TXPKT_SPECIAL_STAT   V_TXPKT_SPECIAL_STAT(1U)
 
#define S_TXPKT_T5_FCS_DIS   21
 
#define V_TXPKT_T5_FCS_DIS(x)   ((x) << S_TXPKT_T5_FCS_DIS)
 
#define F_TXPKT_T5_FCS_DIS   V_TXPKT_T5_FCS_DIS(1U)
 
#define S_TXPKT_INS_OVLAN   21
 
#define V_TXPKT_INS_OVLAN(x)   ((x) << S_TXPKT_INS_OVLAN)
 
#define F_TXPKT_INS_OVLAN   V_TXPKT_INS_OVLAN(1U)
 
#define S_TXPKT_T5_INS_OVLAN   15
 
#define V_TXPKT_T5_INS_OVLAN(x)   ((x) << S_TXPKT_T5_INS_OVLAN)
 
#define F_TXPKT_T5_INS_OVLAN   V_TXPKT_T5_INS_OVLAN(1U)
 
#define S_TXPKT_STAT_DIS   22
 
#define V_TXPKT_STAT_DIS(x)   ((x) << S_TXPKT_STAT_DIS)
 
#define F_TXPKT_STAT_DIS   V_TXPKT_STAT_DIS(1U)
 
#define S_TXPKT_LOOPBACK   23
 
#define V_TXPKT_LOOPBACK(x)   ((x) << S_TXPKT_LOOPBACK)
 
#define F_TXPKT_LOOPBACK   V_TXPKT_LOOPBACK(1U)
 
#define S_TXPKT_TSTAMP   23
 
#define V_TXPKT_TSTAMP(x)   ((x) << S_TXPKT_TSTAMP)
 
#define F_TXPKT_TSTAMP   V_TXPKT_TSTAMP(1U)
 
#define S_TXPKT_OPCODE   24
 
#define M_TXPKT_OPCODE   0xFF
 
#define V_TXPKT_OPCODE(x)   ((x) << S_TXPKT_OPCODE)
 
#define G_TXPKT_OPCODE(x)   (((x) >> S_TXPKT_OPCODE) & M_TXPKT_OPCODE)
 
#define S_TXPKT_SA_IDX   0
 
#define M_TXPKT_SA_IDX   0xFFF
 
#define V_TXPKT_SA_IDX(x)   ((x) << S_TXPKT_SA_IDX)
 
#define G_TXPKT_SA_IDX(x)   (((x) >> S_TXPKT_SA_IDX) & M_TXPKT_SA_IDX)
 
#define S_TXPKT_CSUM_END   12
 
#define M_TXPKT_CSUM_END   0xFF
 
#define V_TXPKT_CSUM_END(x)   ((x) << S_TXPKT_CSUM_END)
 
#define G_TXPKT_CSUM_END(x)   (((x) >> S_TXPKT_CSUM_END) & M_TXPKT_CSUM_END)
 
#define S_TXPKT_CSUM_START   20
 
#define M_TXPKT_CSUM_START   0x3FF
 
#define V_TXPKT_CSUM_START(x)   ((x) << S_TXPKT_CSUM_START)
 
#define G_TXPKT_CSUM_START(x)   (((x) >> S_TXPKT_CSUM_START) & M_TXPKT_CSUM_START)
 
#define S_TXPKT_IPHDR_LEN   20
 
#define M_TXPKT_IPHDR_LEN   0x3FFF
 
#define V_TXPKT_IPHDR_LEN(x)   ((__u64)(x) << S_TXPKT_IPHDR_LEN)
 
#define G_TXPKT_IPHDR_LEN(x)   (((x) >> S_TXPKT_IPHDR_LEN) & M_TXPKT_IPHDR_LEN)
 
#define M_T6_TXPKT_IPHDR_LEN   0xFFF
 
#define G_T6_TXPKT_IPHDR_LEN(x)    (((x) >> S_TXPKT_IPHDR_LEN) & M_T6_TXPKT_IPHDR_LEN)
 
#define S_TXPKT_CSUM_LOC   30
 
#define M_TXPKT_CSUM_LOC   0x3FF
 
#define V_TXPKT_CSUM_LOC(x)   ((__u64)(x) << S_TXPKT_CSUM_LOC)
 
#define G_TXPKT_CSUM_LOC(x)   (((x) >> S_TXPKT_CSUM_LOC) & M_TXPKT_CSUM_LOC)
 
#define S_TXPKT_ETHHDR_LEN   34
 
#define M_TXPKT_ETHHDR_LEN   0x3F
 
#define V_TXPKT_ETHHDR_LEN(x)   ((__u64)(x) << S_TXPKT_ETHHDR_LEN)
 
#define G_TXPKT_ETHHDR_LEN(x)   (((x) >> S_TXPKT_ETHHDR_LEN) & M_TXPKT_ETHHDR_LEN)
 
#define S_T6_TXPKT_ETHHDR_LEN   32
 
#define M_T6_TXPKT_ETHHDR_LEN   0xFF
 
#define V_T6_TXPKT_ETHHDR_LEN(x)   ((__u64)(x) << S_T6_TXPKT_ETHHDR_LEN)
 
#define G_T6_TXPKT_ETHHDR_LEN(x)    (((x) >> S_T6_TXPKT_ETHHDR_LEN) & M_T6_TXPKT_ETHHDR_LEN)
 
#define S_TXPKT_CSUM_TYPE   40
 
#define M_TXPKT_CSUM_TYPE   0xF
 
#define V_TXPKT_CSUM_TYPE(x)   ((__u64)(x) << S_TXPKT_CSUM_TYPE)
 
#define G_TXPKT_CSUM_TYPE(x)   (((x) >> S_TXPKT_CSUM_TYPE) & M_TXPKT_CSUM_TYPE)
 
#define S_TXPKT_VLAN   44
 
#define M_TXPKT_VLAN   0xFFFF
 
#define V_TXPKT_VLAN(x)   ((__u64)(x) << S_TXPKT_VLAN)
 
#define G_TXPKT_VLAN(x)   (((x) >> S_TXPKT_VLAN) & M_TXPKT_VLAN)
 
#define S_TXPKT_VLAN_VLD   60
 
#define V_TXPKT_VLAN_VLD(x)   ((__u64)(x) << S_TXPKT_VLAN_VLD)
 
#define F_TXPKT_VLAN_VLD   V_TXPKT_VLAN_VLD(1ULL)
 
#define S_TXPKT_IPSEC   61
 
#define V_TXPKT_IPSEC(x)   ((__u64)(x) << S_TXPKT_IPSEC)
 
#define F_TXPKT_IPSEC   V_TXPKT_IPSEC(1ULL)
 
#define S_TXPKT_IPCSUM_DIS   62
 
#define V_TXPKT_IPCSUM_DIS(x)   ((__u64)(x) << S_TXPKT_IPCSUM_DIS)
 
#define F_TXPKT_IPCSUM_DIS   V_TXPKT_IPCSUM_DIS(1ULL)
 
#define S_TXPKT_L4CSUM_DIS   63
 
#define V_TXPKT_L4CSUM_DIS(x)   ((__u64)(x) << S_TXPKT_L4CSUM_DIS)
 
#define F_TXPKT_L4CSUM_DIS   V_TXPKT_L4CSUM_DIS(1ULL)
 
#define S_LSO_TCPHDR_LEN   0
 
#define M_LSO_TCPHDR_LEN   0xF
 
#define V_LSO_TCPHDR_LEN(x)   ((x) << S_LSO_TCPHDR_LEN)
 
#define G_LSO_TCPHDR_LEN(x)   (((x) >> S_LSO_TCPHDR_LEN) & M_LSO_TCPHDR_LEN)
 
#define S_LSO_IPHDR_LEN   4
 
#define M_LSO_IPHDR_LEN   0xFFF
 
#define V_LSO_IPHDR_LEN(x)   ((x) << S_LSO_IPHDR_LEN)
 
#define G_LSO_IPHDR_LEN(x)   (((x) >> S_LSO_IPHDR_LEN) & M_LSO_IPHDR_LEN)
 
#define S_LSO_ETHHDR_LEN   16
 
#define M_LSO_ETHHDR_LEN   0xF
 
#define V_LSO_ETHHDR_LEN(x)   ((x) << S_LSO_ETHHDR_LEN)
 
#define G_LSO_ETHHDR_LEN(x)   (((x) >> S_LSO_ETHHDR_LEN) & M_LSO_ETHHDR_LEN)
 
#define S_LSO_IPV6   20
 
#define V_LSO_IPV6(x)   ((x) << S_LSO_IPV6)
 
#define F_LSO_IPV6   V_LSO_IPV6(1U)
 
#define S_LSO_OFLD_ENCAP   21
 
#define V_LSO_OFLD_ENCAP(x)   ((x) << S_LSO_OFLD_ENCAP)
 
#define F_LSO_OFLD_ENCAP   V_LSO_OFLD_ENCAP(1U)
 
#define S_LSO_LAST_SLICE   22
 
#define V_LSO_LAST_SLICE(x)   ((x) << S_LSO_LAST_SLICE)
 
#define F_LSO_LAST_SLICE   V_LSO_LAST_SLICE(1U)
 
#define S_LSO_FIRST_SLICE   23
 
#define V_LSO_FIRST_SLICE(x)   ((x) << S_LSO_FIRST_SLICE)
 
#define F_LSO_FIRST_SLICE   V_LSO_FIRST_SLICE(1U)
 
#define S_LSO_OPCODE   24
 
#define M_LSO_OPCODE   0xFF
 
#define V_LSO_OPCODE(x)   ((x) << S_LSO_OPCODE)
 
#define G_LSO_OPCODE(x)   (((x) >> S_LSO_OPCODE) & M_LSO_OPCODE)
 
#define S_LSO_T5_XFER_SIZE   0
 
#define M_LSO_T5_XFER_SIZE   0xFFFFFFF
 
#define V_LSO_T5_XFER_SIZE(x)   ((x) << S_LSO_T5_XFER_SIZE)
 
#define G_LSO_T5_XFER_SIZE(x)   (((x) >> S_LSO_T5_XFER_SIZE) & M_LSO_T5_XFER_SIZE)
 
#define S_LSO_MSS   0
 
#define M_LSO_MSS   0x3FFF
 
#define V_LSO_MSS(x)   ((x) << S_LSO_MSS)
 
#define G_LSO_MSS(x)   (((x) >> S_LSO_MSS) & M_LSO_MSS)
 
#define S_LSO_IPID_SPLIT   15
 
#define V_LSO_IPID_SPLIT(x)   ((x) << S_LSO_IPID_SPLIT)
 
#define F_LSO_IPID_SPLIT   V_LSO_IPID_SPLIT(1U)
 
#define S_FSO_XCHG_CLASS   21
 
#define V_FSO_XCHG_CLASS(x)   ((x) << S_FSO_XCHG_CLASS)
 
#define F_FSO_XCHG_CLASS   V_FSO_XCHG_CLASS(1U)
 
#define S_FSO_INITIATOR   20
 
#define V_FSO_INITIATOR(x)   ((x) << S_FSO_INITIATOR)
 
#define F_FSO_INITIATOR   V_FSO_INITIATOR(1U)
 
#define S_FSO_FCHDR_LEN   12
 
#define M_FSO_FCHDR_LEN   0xF
 
#define V_FSO_FCHDR_LEN(x)   ((x) << S_FSO_FCHDR_LEN)
 
#define G_FSO_FCHDR_LEN(x)   (((x) >> S_FSO_FCHDR_LEN) & M_FSO_FCHDR_LEN)
 
#define S_CPL_TX_DATA_ISO_OP   24
 
#define M_CPL_TX_DATA_ISO_OP   0xff
 
#define V_CPL_TX_DATA_ISO_OP(x)   ((x) << S_CPL_TX_DATA_ISO_OP)
 
#define G_CPL_TX_DATA_ISO_OP(x)    (((x) >> S_CPL_TX_DATA_ISO_OP) & M_CPL_TX_DATA_ISO_OP)
 
#define S_CPL_TX_DATA_ISO_FIRST   23
 
#define M_CPL_TX_DATA_ISO_FIRST   0x1
 
#define V_CPL_TX_DATA_ISO_FIRST(x)   ((x) << S_CPL_TX_DATA_ISO_FIRST)
 
#define G_CPL_TX_DATA_ISO_FIRST(x)    (((x) >> S_CPL_TX_DATA_ISO_FIRST) & M_CPL_TX_DATA_ISO_FIRST)
 
#define F_CPL_TX_DATA_ISO_FIRST   V_CPL_TX_DATA_ISO_FIRST(1U)
 
#define S_CPL_TX_DATA_ISO_LAST   22
 
#define M_CPL_TX_DATA_ISO_LAST   0x1
 
#define V_CPL_TX_DATA_ISO_LAST(x)   ((x) << S_CPL_TX_DATA_ISO_LAST)
 
#define G_CPL_TX_DATA_ISO_LAST(x)    (((x) >> S_CPL_TX_DATA_ISO_LAST) & M_CPL_TX_DATA_ISO_LAST)
 
#define F_CPL_TX_DATA_ISO_LAST   V_CPL_TX_DATA_ISO_LAST(1U)
 
#define S_CPL_TX_DATA_ISO_CPLHDRLEN   21
 
#define M_CPL_TX_DATA_ISO_CPLHDRLEN   0x1
 
#define V_CPL_TX_DATA_ISO_CPLHDRLEN(x)   ((x) << S_CPL_TX_DATA_ISO_CPLHDRLEN)
 
#define G_CPL_TX_DATA_ISO_CPLHDRLEN(x)    (((x) >> S_CPL_TX_DATA_ISO_CPLHDRLEN) & M_CPL_TX_DATA_ISO_CPLHDRLEN)
 
#define F_CPL_TX_DATA_ISO_CPLHDRLEN   V_CPL_TX_DATA_ISO_CPLHDRLEN(1U)
 
#define S_CPL_TX_DATA_ISO_HDRCRC   20
 
#define M_CPL_TX_DATA_ISO_HDRCRC   0x1
 
#define V_CPL_TX_DATA_ISO_HDRCRC(x)   ((x) << S_CPL_TX_DATA_ISO_HDRCRC)
 
#define G_CPL_TX_DATA_ISO_HDRCRC(x)    (((x) >> S_CPL_TX_DATA_ISO_HDRCRC) & M_CPL_TX_DATA_ISO_HDRCRC)
 
#define F_CPL_TX_DATA_ISO_HDRCRC   V_CPL_TX_DATA_ISO_HDRCRC(1U)
 
#define S_CPL_TX_DATA_ISO_PLDCRC   19
 
#define M_CPL_TX_DATA_ISO_PLDCRC   0x1
 
#define V_CPL_TX_DATA_ISO_PLDCRC(x)   ((x) << S_CPL_TX_DATA_ISO_PLDCRC)
 
#define G_CPL_TX_DATA_ISO_PLDCRC(x)    (((x) >> S_CPL_TX_DATA_ISO_PLDCRC) & M_CPL_TX_DATA_ISO_PLDCRC)
 
#define F_CPL_TX_DATA_ISO_PLDCRC   V_CPL_TX_DATA_ISO_PLDCRC(1U)
 
#define S_CPL_TX_DATA_ISO_IMMEDIATE   18
 
#define M_CPL_TX_DATA_ISO_IMMEDIATE   0x1
 
#define V_CPL_TX_DATA_ISO_IMMEDIATE(x)   ((x) << S_CPL_TX_DATA_ISO_IMMEDIATE)
 
#define G_CPL_TX_DATA_ISO_IMMEDIATE(x)    (((x) >> S_CPL_TX_DATA_ISO_IMMEDIATE) & M_CPL_TX_DATA_ISO_IMMEDIATE)
 
#define F_CPL_TX_DATA_ISO_IMMEDIATE   V_CPL_TX_DATA_ISO_IMMEDIATE(1U)
 
#define S_CPL_TX_DATA_ISO_SCSI   16
 
#define M_CPL_TX_DATA_ISO_SCSI   0x3
 
#define V_CPL_TX_DATA_ISO_SCSI(x)   ((x) << S_CPL_TX_DATA_ISO_SCSI)
 
#define G_CPL_TX_DATA_ISO_SCSI(x)    (((x) >> S_CPL_TX_DATA_ISO_SCSI) & M_CPL_TX_DATA_ISO_SCSI)
 
#define S_CPL_TX_DATA_ISO_SEGLEN_OFFSET   0
 
#define M_CPL_TX_DATA_ISO_SEGLEN_OFFSET   0xffffff
 
#define V_CPL_TX_DATA_ISO_SEGLEN_OFFSET(x)    ((x) << S_CPL_TX_DATA_ISO_SEGLEN_OFFSET)
 
#define G_CPL_TX_DATA_ISO_SEGLEN_OFFSET(x)
 
#define S_ISCSI_PDU_LEN   0
 
#define M_ISCSI_PDU_LEN   0x7FFF
 
#define V_ISCSI_PDU_LEN(x)   ((x) << S_ISCSI_PDU_LEN)
 
#define G_ISCSI_PDU_LEN(x)   (((x) >> S_ISCSI_PDU_LEN) & M_ISCSI_PDU_LEN)
 
#define S_ISCSI_DDP   15
 
#define V_ISCSI_DDP(x)   ((x) << S_ISCSI_DDP)
 
#define F_ISCSI_DDP   V_ISCSI_DDP(1U)
 
#define S_FCOE_FCHDR_RCTL   24
 
#define M_FCOE_FCHDR_RCTL   0xff
 
#define V_FCOE_FCHDR_RCTL(x)   ((x) << S_FCOE_FCHDR_RCTL)
 
#define G_FCOE_FCHDR_RCTL(x)    (((x) >> S_FCOE_FCHDR_RCTL) & M_FCOE_FCHDR_RCTL)
 
#define S_FCOE_FCHDR_FCTL   0
 
#define M_FCOE_FCHDR_FCTL   0xffffff
 
#define V_FCOE_FCHDR_FCTL(x)   ((x) << S_FCOE_FCHDR_FCTL)
 
#define G_FCOE_FCHDR_FCTL(x)    (((x) >> S_FCOE_FCHDR_FCTL) & M_FCOE_FCHDR_FCTL)
 
#define S_RX_CREDITS   0
 
#define M_RX_CREDITS   0x3FFFFFF
 
#define V_RX_CREDITS(x)   ((x) << S_RX_CREDITS)
 
#define G_RX_CREDITS(x)   (((x) >> S_RX_CREDITS) & M_RX_CREDITS)
 
#define S_RX_MODULATE_TX   26
 
#define V_RX_MODULATE_TX(x)   ((x) << S_RX_MODULATE_TX)
 
#define F_RX_MODULATE_TX   V_RX_MODULATE_TX(1U)
 
#define S_RX_MODULATE_RX   27
 
#define V_RX_MODULATE_RX(x)   ((x) << S_RX_MODULATE_RX)
 
#define F_RX_MODULATE_RX   V_RX_MODULATE_RX(1U)
 
#define S_RX_FORCE_ACK   28
 
#define V_RX_FORCE_ACK(x)   ((x) << S_RX_FORCE_ACK)
 
#define F_RX_FORCE_ACK   V_RX_FORCE_ACK(1U)
 
#define S_RX_DACK_MODE   29
 
#define M_RX_DACK_MODE   0x3
 
#define V_RX_DACK_MODE(x)   ((x) << S_RX_DACK_MODE)
 
#define G_RX_DACK_MODE(x)   (((x) >> S_RX_DACK_MODE) & M_RX_DACK_MODE)
 
#define S_RX_DACK_CHANGE   31
 
#define V_RX_DACK_CHANGE(x)   ((x) << S_RX_DACK_CHANGE)
 
#define F_RX_DACK_CHANGE   V_RX_DACK_CHANGE(1U)
 
#define cpl_rx_iscsi_ddp   cpl_rx_data_ddp
 
#define S_DDP_VALID   15
 
#define M_DDP_VALID   0x1FFFF
 
#define V_DDP_VALID(x)   ((x) << S_DDP_VALID)
 
#define G_DDP_VALID(x)   (((x) >> S_DDP_VALID) & M_DDP_VALID)
 
#define S_DDP_PPOD_MISMATCH   15
 
#define V_DDP_PPOD_MISMATCH(x)   ((x) << S_DDP_PPOD_MISMATCH)
 
#define F_DDP_PPOD_MISMATCH   V_DDP_PPOD_MISMATCH(1U)
 
#define S_DDP_PDU   16
 
#define V_DDP_PDU(x)   ((x) << S_DDP_PDU)
 
#define F_DDP_PDU   V_DDP_PDU(1U)
 
#define S_DDP_LLIMIT_ERR   17
 
#define V_DDP_LLIMIT_ERR(x)   ((x) << S_DDP_LLIMIT_ERR)
 
#define F_DDP_LLIMIT_ERR   V_DDP_LLIMIT_ERR(1U)
 
#define S_DDP_PPOD_PARITY_ERR   18
 
#define V_DDP_PPOD_PARITY_ERR(x)   ((x) << S_DDP_PPOD_PARITY_ERR)
 
#define F_DDP_PPOD_PARITY_ERR   V_DDP_PPOD_PARITY_ERR(1U)
 
#define S_DDP_PADDING_ERR   19
 
#define V_DDP_PADDING_ERR(x)   ((x) << S_DDP_PADDING_ERR)
 
#define F_DDP_PADDING_ERR   V_DDP_PADDING_ERR(1U)
 
#define S_DDP_HDRCRC_ERR   20
 
#define V_DDP_HDRCRC_ERR(x)   ((x) << S_DDP_HDRCRC_ERR)
 
#define F_DDP_HDRCRC_ERR   V_DDP_HDRCRC_ERR(1U)
 
#define S_DDP_DATACRC_ERR   21
 
#define V_DDP_DATACRC_ERR(x)   ((x) << S_DDP_DATACRC_ERR)
 
#define F_DDP_DATACRC_ERR   V_DDP_DATACRC_ERR(1U)
 
#define S_DDP_INVALID_TAG   22
 
#define V_DDP_INVALID_TAG(x)   ((x) << S_DDP_INVALID_TAG)
 
#define F_DDP_INVALID_TAG   V_DDP_INVALID_TAG(1U)
 
#define S_DDP_ULIMIT_ERR   23
 
#define V_DDP_ULIMIT_ERR(x)   ((x) << S_DDP_ULIMIT_ERR)
 
#define F_DDP_ULIMIT_ERR   V_DDP_ULIMIT_ERR(1U)
 
#define S_DDP_OFFSET_ERR   24
 
#define V_DDP_OFFSET_ERR(x)   ((x) << S_DDP_OFFSET_ERR)
 
#define F_DDP_OFFSET_ERR   V_DDP_OFFSET_ERR(1U)
 
#define S_DDP_COLOR_ERR   25
 
#define V_DDP_COLOR_ERR(x)   ((x) << S_DDP_COLOR_ERR)
 
#define F_DDP_COLOR_ERR   V_DDP_COLOR_ERR(1U)
 
#define S_DDP_TID_MISMATCH   26
 
#define V_DDP_TID_MISMATCH(x)   ((x) << S_DDP_TID_MISMATCH)
 
#define F_DDP_TID_MISMATCH   V_DDP_TID_MISMATCH(1U)
 
#define S_DDP_INVALID_PPOD   27
 
#define V_DDP_INVALID_PPOD(x)   ((x) << S_DDP_INVALID_PPOD)
 
#define F_DDP_INVALID_PPOD   V_DDP_INVALID_PPOD(1U)
 
#define S_DDP_ULP_MODE   28
 
#define M_DDP_ULP_MODE   0xF
 
#define V_DDP_ULP_MODE(x)   ((x) << S_DDP_ULP_MODE)
 
#define G_DDP_ULP_MODE(x)   (((x) >> S_DDP_ULP_MODE) & M_DDP_ULP_MODE)
 
#define S_DDP_OFFSET   0
 
#define M_DDP_OFFSET   0xFFFFFF
 
#define V_DDP_OFFSET(x)   ((x) << S_DDP_OFFSET)
 
#define G_DDP_OFFSET(x)   (((x) >> S_DDP_OFFSET) & M_DDP_OFFSET)
 
#define S_DDP_DACK_MODE   24
 
#define M_DDP_DACK_MODE   0x3
 
#define V_DDP_DACK_MODE(x)   ((x) << S_DDP_DACK_MODE)
 
#define G_DDP_DACK_MODE(x)   (((x) >> S_DDP_DACK_MODE) & M_DDP_DACK_MODE)
 
#define S_DDP_BUF_IDX   26
 
#define V_DDP_BUF_IDX(x)   ((x) << S_DDP_BUF_IDX)
 
#define F_DDP_BUF_IDX   V_DDP_BUF_IDX(1U)
 
#define S_DDP_URG   27
 
#define V_DDP_URG(x)   ((x) << S_DDP_URG)
 
#define F_DDP_URG   V_DDP_URG(1U)
 
#define S_DDP_PSH   28
 
#define V_DDP_PSH(x)   ((x) << S_DDP_PSH)
 
#define F_DDP_PSH   V_DDP_PSH(1U)
 
#define S_DDP_BUF_COMPLETE   29
 
#define V_DDP_BUF_COMPLETE(x)   ((x) << S_DDP_BUF_COMPLETE)
 
#define F_DDP_BUF_COMPLETE   V_DDP_BUF_COMPLETE(1U)
 
#define S_DDP_BUF_TIMED_OUT   30
 
#define V_DDP_BUF_TIMED_OUT(x)   ((x) << S_DDP_BUF_TIMED_OUT)
 
#define F_DDP_BUF_TIMED_OUT   V_DDP_BUF_TIMED_OUT(1U)
 
#define S_DDP_INV   31
 
#define V_DDP_INV(x)   ((x) << S_DDP_INV)
 
#define F_DDP_INV   V_DDP_INV(1U)
 
#define S_RX_ETHHDR_LEN   0
 
#define M_RX_ETHHDR_LEN   0x1F
 
#define V_RX_ETHHDR_LEN(x)   ((x) << S_RX_ETHHDR_LEN)
 
#define G_RX_ETHHDR_LEN(x)   (((x) >> S_RX_ETHHDR_LEN) & M_RX_ETHHDR_LEN)
 
#define S_RX_T5_ETHHDR_LEN   0
 
#define M_RX_T5_ETHHDR_LEN   0x3F
 
#define V_RX_T5_ETHHDR_LEN(x)   ((x) << S_RX_T5_ETHHDR_LEN)
 
#define G_RX_T5_ETHHDR_LEN(x)   (((x) >> S_RX_T5_ETHHDR_LEN) & M_RX_T5_ETHHDR_LEN)
 
#define M_RX_T6_ETHHDR_LEN   0xFF
 
#define G_RX_T6_ETHHDR_LEN(x)   (((x) >> S_RX_ETHHDR_LEN) & M_RX_T6_ETHHDR_LEN)
 
#define S_RX_PKTYPE   5
 
#define M_RX_PKTYPE   0x7
 
#define V_RX_PKTYPE(x)   ((x) << S_RX_PKTYPE)
 
#define G_RX_PKTYPE(x)   (((x) >> S_RX_PKTYPE) & M_RX_PKTYPE)
 
#define S_RX_T5_DATYPE   6
 
#define M_RX_T5_DATYPE   0x3
 
#define V_RX_T5_DATYPE(x)   ((x) << S_RX_T5_DATYPE)
 
#define G_RX_T5_DATYPE(x)   (((x) >> S_RX_T5_DATYPE) & M_RX_T5_DATYPE)
 
#define S_RX_MACIDX   8
 
#define M_RX_MACIDX   0x1FF
 
#define V_RX_MACIDX(x)   ((x) << S_RX_MACIDX)
 
#define G_RX_MACIDX(x)   (((x) >> S_RX_MACIDX) & M_RX_MACIDX)
 
#define S_RX_T5_PKTYPE   17
 
#define M_RX_T5_PKTYPE   0x7
 
#define V_RX_T5_PKTYPE(x)   ((x) << S_RX_T5_PKTYPE)
 
#define G_RX_T5_PKTYPE(x)   (((x) >> S_RX_T5_PKTYPE) & M_RX_T5_PKTYPE)
 
#define S_RX_DATYPE   18
 
#define M_RX_DATYPE   0x3
 
#define V_RX_DATYPE(x)   ((x) << S_RX_DATYPE)
 
#define G_RX_DATYPE(x)   (((x) >> S_RX_DATYPE) & M_RX_DATYPE)
 
#define S_RXF_PSH   20
 
#define V_RXF_PSH(x)   ((x) << S_RXF_PSH)
 
#define F_RXF_PSH   V_RXF_PSH(1U)
 
#define S_RXF_SYN   21
 
#define V_RXF_SYN(x)   ((x) << S_RXF_SYN)
 
#define F_RXF_SYN   V_RXF_SYN(1U)
 
#define S_RXF_UDP   22
 
#define V_RXF_UDP(x)   ((x) << S_RXF_UDP)
 
#define F_RXF_UDP   V_RXF_UDP(1U)
 
#define S_RXF_TCP   23
 
#define V_RXF_TCP(x)   ((x) << S_RXF_TCP)
 
#define F_RXF_TCP   V_RXF_TCP(1U)
 
#define S_RXF_IP   24
 
#define V_RXF_IP(x)   ((x) << S_RXF_IP)
 
#define F_RXF_IP   V_RXF_IP(1U)
 
#define S_RXF_IP6   25
 
#define V_RXF_IP6(x)   ((x) << S_RXF_IP6)
 
#define F_RXF_IP6   V_RXF_IP6(1U)
 
#define S_RXF_SYN_COOKIE   26
 
#define V_RXF_SYN_COOKIE(x)   ((x) << S_RXF_SYN_COOKIE)
 
#define F_RXF_SYN_COOKIE   V_RXF_SYN_COOKIE(1U)
 
#define S_RXF_FCOE   26
 
#define V_RXF_FCOE(x)   ((x) << S_RXF_FCOE)
 
#define F_RXF_FCOE   V_RXF_FCOE(1U)
 
#define S_RXF_LRO   27
 
#define V_RXF_LRO(x)   ((x) << S_RXF_LRO)
 
#define F_RXF_LRO   V_RXF_LRO(1U)
 
#define S_RX_CHAN   28
 
#define M_RX_CHAN   0xF
 
#define V_RX_CHAN(x)   ((x) << S_RX_CHAN)
 
#define G_RX_CHAN(x)   (((x) >> S_RX_CHAN) & M_RX_CHAN)
 
#define S_RX_TCPHDR_LEN   0
 
#define M_RX_TCPHDR_LEN   0x3F
 
#define V_RX_TCPHDR_LEN(x)   ((x) << S_RX_TCPHDR_LEN)
 
#define G_RX_TCPHDR_LEN(x)   (((x) >> S_RX_TCPHDR_LEN) & M_RX_TCPHDR_LEN)
 
#define S_RX_IPHDR_LEN   6
 
#define M_RX_IPHDR_LEN   0x3FF
 
#define V_RX_IPHDR_LEN(x)   ((x) << S_RX_IPHDR_LEN)
 
#define G_RX_IPHDR_LEN(x)   (((x) >> S_RX_IPHDR_LEN) & M_RX_IPHDR_LEN)
 
#define S_RXERR_OR   0
 
#define V_RXERR_OR(x)   ((x) << S_RXERR_OR)
 
#define F_RXERR_OR   V_RXERR_OR(1U)
 
#define S_RXERR_MAC   1
 
#define V_RXERR_MAC(x)   ((x) << S_RXERR_MAC)
 
#define F_RXERR_MAC   V_RXERR_MAC(1U)
 
#define S_RXERR_IPVERS   2
 
#define V_RXERR_IPVERS(x)   ((x) << S_RXERR_IPVERS)
 
#define F_RXERR_IPVERS   V_RXERR_IPVERS(1U)
 
#define S_RXERR_FRAG   3
 
#define V_RXERR_FRAG(x)   ((x) << S_RXERR_FRAG)
 
#define F_RXERR_FRAG   V_RXERR_FRAG(1U)
 
#define S_RXERR_ATTACK   4
 
#define V_RXERR_ATTACK(x)   ((x) << S_RXERR_ATTACK)
 
#define F_RXERR_ATTACK   V_RXERR_ATTACK(1U)
 
#define S_RXERR_ETHHDR_LEN   5
 
#define V_RXERR_ETHHDR_LEN(x)   ((x) << S_RXERR_ETHHDR_LEN)
 
#define F_RXERR_ETHHDR_LEN   V_RXERR_ETHHDR_LEN(1U)
 
#define S_RXERR_IPHDR_LEN   6
 
#define V_RXERR_IPHDR_LEN(x)   ((x) << S_RXERR_IPHDR_LEN)
 
#define F_RXERR_IPHDR_LEN   V_RXERR_IPHDR_LEN(1U)
 
#define S_RXERR_TCPHDR_LEN   7
 
#define V_RXERR_TCPHDR_LEN(x)   ((x) << S_RXERR_TCPHDR_LEN)
 
#define F_RXERR_TCPHDR_LEN   V_RXERR_TCPHDR_LEN(1U)
 
#define S_RXERR_PKT_LEN   8
 
#define V_RXERR_PKT_LEN(x)   ((x) << S_RXERR_PKT_LEN)
 
#define F_RXERR_PKT_LEN   V_RXERR_PKT_LEN(1U)
 
#define S_RXERR_TCP_OPT   9
 
#define V_RXERR_TCP_OPT(x)   ((x) << S_RXERR_TCP_OPT)
 
#define F_RXERR_TCP_OPT   V_RXERR_TCP_OPT(1U)
 
#define S_RXERR_IPCSUM   12
 
#define V_RXERR_IPCSUM(x)   ((x) << S_RXERR_IPCSUM)
 
#define F_RXERR_IPCSUM   V_RXERR_IPCSUM(1U)
 
#define S_RXERR_CSUM   13
 
#define V_RXERR_CSUM(x)   ((x) << S_RXERR_CSUM)
 
#define F_RXERR_CSUM   V_RXERR_CSUM(1U)
 
#define S_RXERR_PING   14
 
#define V_RXERR_PING(x)   ((x) << S_RXERR_PING)
 
#define F_RXERR_PING   V_RXERR_PING(1U)
 
#define S_T6_COMPR_RXERR_VEC   0
 
#define M_T6_COMPR_RXERR_VEC   0x3F
 
#define V_T6_COMPR_RXERR_VEC(x)   ((x) << S_T6_COMPR_RXERR_VEC)
 
#define G_T6_COMPR_RXERR_VEC(x)    (((x) >> S_T6_COMPR_RXERR_VEC) & M_T6_COMPR_RXERR_VEC)
 
#define S_T6_COMPR_RXERR_MAC   0
 
#define V_T6_COMPR_RXERR_MAC(x)   ((x) << S_T6_COMPR_RXERR_MAC)
 
#define F_T6_COMPR_RXERR_MAC   V_T6_COMPR_RXERR_MAC(1U)
 
#define S_T6_COMPR_RXERR_LEN   1
 
#define V_T6_COMPR_RXERR_LEN(x)   ((x) << S_T6_COMPR_RXERR_LEN)
 
#define F_T6_COMPR_RXERR_LEN   V_COMPR_T6_RXERR_LEN(1U)
 
#define S_T6_COMPR_RXERR_TCP_OPT   2
 
#define V_T6_COMPR_RXERR_TCP_OPT(x)   ((x) << S_T6_COMPR_RXERR_TCP_OPT)
 
#define F_T6_COMPR_RXERR_TCP_OPT   V_T6_COMPR_RXERR_TCP_OPT(1U)
 
#define S_T6_COMPR_RXERR_IPV6_EXT   3
 
#define V_T6_COMPR_RXERR_IPV6_EXT(x)   ((x) << S_T6_COMPR_RXERR_IPV6_EXT)
 
#define F_T6_COMPR_RXERR_IPV6_EXT   V_T6_COMPR_RXERR_IPV6_EXT(1U)
 
#define S_T6_COMPR_RXERR_SUM   4
 
#define V_T6_COMPR_RXERR_SUM(x)   ((x) << S_T6_COMPR_RXERR_SUM)
 
#define F_T6_COMPR_RXERR_SUM   V_T6_COMPR_RXERR_SUM(1U)
 
#define S_T6_COMPR_RXERR_MISC   5
 
#define V_T6_COMPR_RXERR_MISC(x)   ((x) << S_T6_COMPR_RXERR_MISC)
 
#define F_T6_COMPR_RXERR_MISC   V_T6_COMPR_RXERR_MISC(1U)
 
#define S_T6_RX_TNL_TYPE   6
 
#define M_T6_RX_TNL_TYPE   0x3
 
#define V_T6_RX_TNL_TYPE(x)   ((x) << S_T6_RX_TNL_TYPE)
 
#define G_T6_RX_TNL_TYPE(x)   (((x) >> S_T6_RX_TNL_TYPE) & M_T6_RX_TNL_TYPE)
 
#define RX_PKT_TNL_TYPE_NVGRE   1
 
#define RX_PKT_TNL_TYPE_VXLAN   2
 
#define RX_PKT_TNL_TYPE_GENEVE   3
 
#define S_T6_RX_TNLHDR_LEN   8
 
#define M_T6_RX_TNLHDR_LEN   0xFF
 
#define V_T6_RX_TNLHDR_LEN(x)   ((x) << S_T6_RX_TNLHDR_LEN)
 
#define G_T6_RX_TNLHDR_LEN(x)   (((x) >> S_T6_RX_TNLHDR_LEN) & M_T6_RX_TNLHDR_LEN)
 
#define S_RTE_REQ_LUT_IX   8
 
#define M_RTE_REQ_LUT_IX   0x7FF
 
#define V_RTE_REQ_LUT_IX(x)   ((x) << S_RTE_REQ_LUT_IX)
 
#define G_RTE_REQ_LUT_IX(x)   (((x) >> S_RTE_REQ_LUT_IX) & M_RTE_REQ_LUT_IX)
 
#define S_RTE_REQ_LUT_BASE   19
 
#define M_RTE_REQ_LUT_BASE   0x7FF
 
#define V_RTE_REQ_LUT_BASE(x)   ((x) << S_RTE_REQ_LUT_BASE)
 
#define G_RTE_REQ_LUT_BASE(x)   (((x) >> S_RTE_REQ_LUT_BASE) & M_RTE_REQ_LUT_BASE)
 
#define S_RTE_READ_REQ_SELECT   31
 
#define V_RTE_READ_REQ_SELECT(x)   ((x) << S_RTE_READ_REQ_SELECT)
 
#define F_RTE_READ_REQ_SELECT   V_RTE_READ_REQ_SELECT(1U)
 
#define S_RTE_WR_L2TIDX   31
 
#define V_RTE_WR_L2TIDX(x)   ((x) << S_RTE_WR_L2TIDX)
 
#define F_RTE_WR_L2TIDX   V_RTE_WR_L2TIDX(1U)
 
#define S_RTE_WR_FADDR   30
 
#define V_RTE_WR_FADDR(x)   ((x) << S_RTE_WR_FADDR)
 
#define F_RTE_WR_FADDR   V_RTE_WR_FADDR(1U)
 
#define S_RTE_WR_LUT_IX   10
 
#define M_RTE_WR_LUT_IX   0x7FF
 
#define V_RTE_WR_LUT_IX(x)   ((x) << S_RTE_WR_LUT_IX)
 
#define G_RTE_WR_LUT_IX(x)   (((x) >> S_RTE_WR_LUT_IX) & M_RTE_WR_LUT_IX)
 
#define S_RTE_WR_LUT_BASE   21
 
#define M_RTE_WR_LUT_BASE   0x7FF
 
#define V_RTE_WR_LUT_BASE(x)   ((x) << S_RTE_WR_LUT_BASE)
 
#define G_RTE_WR_LUT_BASE(x)   (((x) >> S_RTE_WR_LUT_BASE) & M_RTE_WR_LUT_BASE)
 
#define S_L2T_W_INFO   2
 
#define M_L2T_W_INFO   0x3F
 
#define V_L2T_W_INFO(x)   ((x) << S_L2T_W_INFO)
 
#define G_L2T_W_INFO(x)   (((x) >> S_L2T_W_INFO) & M_L2T_W_INFO)
 
#define S_L2T_W_PORT   8
 
#define M_L2T_W_PORT   0x3
 
#define V_L2T_W_PORT(x)   ((x) << S_L2T_W_PORT)
 
#define G_L2T_W_PORT(x)   (((x) >> S_L2T_W_PORT) & M_L2T_W_PORT)
 
#define S_L2T_W_LPBK   10
 
#define V_L2T_W_LPBK(x)   ((x) << S_L2T_W_LPBK)
 
#define F_L2T_W_PKBK   V_L2T_W_LPBK(1U)
 
#define S_L2T_W_ARPMISS   11
 
#define V_L2T_W_ARPMISS(x)   ((x) << S_L2T_W_ARPMISS)
 
#define F_L2T_W_ARPMISS   V_L2T_W_ARPMISS(1U)
 
#define S_L2T_W_NOREPLY   15
 
#define V_L2T_W_NOREPLY(x)   ((x) << S_L2T_W_NOREPLY)
 
#define F_L2T_W_NOREPLY   V_L2T_W_NOREPLY(1U)
 
#define CPL_L2T_VLAN_NONE   0xfff
 
#define S_SRQT_QLEN   28
 
#define M_SRQT_QLEN   0xF
 
#define V_SRQT_QLEN(x)   ((x) << S_SRQT_QLEN)
 
#define G_SRQT_QLEN(x)   (((x) >> S_SRQT_QLEN) & M_SRQT_QLEN)
 
#define S_SRQT_QBASE   0
 
#define M_SRQT_QBASE   0x3FFFFFF
 
#define V_SRQT_QBASE(x)   ((x) << S_SRQT_QBASE)
 
#define G_SRQT_QBASE(x)   (((x) >> S_SRQT_QBASE) & M_SRQT_QBASE)
 
#define S_SRQT_PDID   0
 
#define M_SRQT_PDID   0xFF
 
#define V_SRQT_PDID(x)   ((x) << S_SRQT_PDID)
 
#define G_SRQT_PDID(x)   (((x) >> S_SRQT_PDID) & M_SRQT_PDID)
 
#define S_SRQT_IDX   0
 
#define M_SRQT_IDX   0xF
 
#define V_SRQT_IDX(x)   ((x) << S_SRQT_IDX)
 
#define G_SRQT_IDX(x)   (((x) >> S_SRQT_IDX) & M_SRQT_IDX)
 
#define S_SMTW_OVLAN_IDX   16
 
#define M_SMTW_OVLAN_IDX   0xF
 
#define V_SMTW_OVLAN_IDX(x)   ((x) << S_SMTW_OVLAN_IDX)
 
#define G_SMTW_OVLAN_IDX(x)   (((x) >> S_SMTW_OVLAN_IDX) & M_SMTW_OVLAN_IDX)
 
#define S_SMTW_IDX   20
 
#define M_SMTW_IDX   0x7F
 
#define V_SMTW_IDX(x)   ((x) << S_SMTW_IDX)
 
#define G_SMTW_IDX(x)   (((x) >> S_SMTW_IDX) & M_SMTW_IDX)
 
#define M_T6_SMTW_IDX   0xFF
 
#define G_T6_SMTW_IDX(x)   (((x) >> S_SMTW_IDX) & M_T6_SMTW_IDX)
 
#define S_SMTW_NORPL   31
 
#define V_SMTW_NORPL(x)   ((x) << S_SMTW_NORPL)
 
#define F_SMTW_NORPL   V_SMTW_NORPL(1U)
 
#define S_SMTW_VF   0
 
#define M_SMTW_VF   0xFF
 
#define V_SMTW_VF(x)   ((x) << S_SMTW_VF)
 
#define G_SMTW_VF(x)   (((x) >> S_SMTW_VF) & M_SMTW_VF)
 
#define S_SMTW_PF   8
 
#define M_SMTW_PF   0x7
 
#define V_SMTW_PF(x)   ((x) << S_SMTW_PF)
 
#define G_SMTW_PF(x)   (((x) >> S_SMTW_PF) & M_SMTW_PF)
 
#define S_SMTW_VF_VLD   11
 
#define V_SMTW_VF_VLD(x)   ((x) << S_SMTW_VF_VLD)
 
#define F_SMTW_VF_VLD   V_SMTW_VF_VLD(1U)
 
#define S_TAGW_IDX   0
 
#define M_TAGW_IDX   0x7F
 
#define V_TAGW_IDX(x)   ((x) << S_TAGW_IDX)
 
#define G_TAGW_IDX(x)   (((x) >> S_TAGW_IDX) & M_TAGW_IDX)
 
#define S_TAGW_LEN   20
 
#define V_TAGW_LEN(x)   ((x) << S_TAGW_LEN)
 
#define F_TAGW_LEN   V_TAGW_LEN(1U)
 
#define S_TAGW_INS_ENABLE   23
 
#define V_TAGW_INS_ENABLE(x)   ((x) << S_TAGW_INS_ENABLE)
 
#define F_TAGW_INS_ENABLE   V_TAGW_INS_ENABLE(1U)
 
#define S_TAGW_NORPL   31
 
#define V_TAGW_NORPL(x)   ((x) << S_TAGW_NORPL)
 
#define F_TAGW_NORPL   V_TAGW_NORPL(1U)
 
#define S_CHAN_MAP   4
 
#define M_CHAN_MAP   0xF
 
#define V_CHAN_MAP(x)   ((x) << S_CHAN_MAP)
 
#define G_CHAN_MAP(x)   (((x) >> S_CHAN_MAP) & M_CHAN_MAP)
 
#define S_NTFY_MAC_IDX   0
 
#define M_NTFY_MAC_IDX   0x1FF
 
#define V_NTFY_MAC_IDX(x)   ((x) << S_NTFY_MAC_IDX)
 
#define G_NTFY_MAC_IDX(x)   (((x) >> S_NTFY_MAC_IDX) & M_NTFY_MAC_IDX)
 
#define S_NTFY_INTF   10
 
#define M_NTFY_INTF   0xF
 
#define V_NTFY_INTF(x)   ((x) << S_NTFY_INTF)
 
#define G_NTFY_INTF(x)   (((x) >> S_NTFY_INTF) & M_NTFY_INTF)
 
#define S_NTFY_TCPHDR_LEN   14
 
#define M_NTFY_TCPHDR_LEN   0xF
 
#define V_NTFY_TCPHDR_LEN(x)   ((x) << S_NTFY_TCPHDR_LEN)
 
#define G_NTFY_TCPHDR_LEN(x)   (((x) >> S_NTFY_TCPHDR_LEN) & M_NTFY_TCPHDR_LEN)
 
#define S_NTFY_IPHDR_LEN   18
 
#define M_NTFY_IPHDR_LEN   0x1FF
 
#define V_NTFY_IPHDR_LEN(x)   ((x) << S_NTFY_IPHDR_LEN)
 
#define G_NTFY_IPHDR_LEN(x)   (((x) >> S_NTFY_IPHDR_LEN) & M_NTFY_IPHDR_LEN)
 
#define S_NTFY_ETHHDR_LEN   27
 
#define M_NTFY_ETHHDR_LEN   0x1F
 
#define V_NTFY_ETHHDR_LEN(x)   ((x) << S_NTFY_ETHHDR_LEN)
 
#define G_NTFY_ETHHDR_LEN(x)   (((x) >> S_NTFY_ETHHDR_LEN) & M_NTFY_ETHHDR_LEN)
 
#define S_NTFY_T5_IPHDR_LEN   18
 
#define M_NTFY_T5_IPHDR_LEN   0xFF
 
#define V_NTFY_T5_IPHDR_LEN(x)   ((x) << S_NTFY_T5_IPHDR_LEN)
 
#define G_NTFY_T5_IPHDR_LEN(x)   (((x) >> S_NTFY_T5_IPHDR_LEN) & M_NTFY_T5_IPHDR_LEN)
 
#define S_NTFY_T5_ETHHDR_LEN   26
 
#define M_NTFY_T5_ETHHDR_LEN   0x3F
 
#define V_NTFY_T5_ETHHDR_LEN(x)   ((x) << S_NTFY_T5_ETHHDR_LEN)
 
#define G_NTFY_T5_ETHHDR_LEN(x)   (((x) >> S_NTFY_T5_ETHHDR_LEN) & M_NTFY_T5_ETHHDR_LEN)
 
#define S_LE_REQ_IP6   13
 
#define V_LE_REQ_IP6(x)   ((x) << S_LE_REQ_IP6)
 
#define F_LE_REQ_IP6   V_LE_REQ_IP6(1U)
 
#define S_LE_CHAN   0
 
#define M_LE_CHAN   0x3
 
#define V_LE_CHAN(x)   ((x) << S_LE_CHAN)
 
#define G_LE_CHAN(x)   (((x) >> S_LE_CHAN) & M_LE_CHAN)
 
#define S_LE_OFFSET   5
 
#define M_LE_OFFSET   0x7
 
#define V_LE_OFFSET(x)   ((x) << S_LE_OFFSET)
 
#define G_LE_OFFSET(x)   (((x) >> S_LE_OFFSET) & M_LE_OFFSET)
 
#define S_LE_MORE   8
 
#define V_LE_MORE(x)   ((x) << S_LE_MORE)
 
#define F_LE_MORE   V_LE_MORE(1U)
 
#define S_LE_REQSIZE   9
 
#define M_LE_REQSIZE   0x7
 
#define V_LE_REQSIZE(x)   ((x) << S_LE_REQSIZE)
 
#define G_LE_REQSIZE(x)   (((x) >> S_LE_REQSIZE) & M_LE_REQSIZE)
 
#define S_LE_REQCMD   12
 
#define M_LE_REQCMD   0xF
 
#define V_LE_REQCMD(x)   ((x) << S_LE_REQCMD)
 
#define G_LE_REQCMD(x)   (((x) >> S_LE_REQCMD) & M_LE_REQCMD)
 
#define S_LE_RSPCMD   0
 
#define M_LE_RSPCMD   0xF
 
#define V_LE_RSPCMD(x)   ((x) << S_LE_RSPCMD)
 
#define G_LE_RSPCMD(x)   (((x) >> S_LE_RSPCMD) & M_LE_RSPCMD)
 
#define S_LE_RSPSIZE   4
 
#define M_LE_RSPSIZE   0x7
 
#define V_LE_RSPSIZE(x)   ((x) << S_LE_RSPSIZE)
 
#define G_LE_RSPSIZE(x)   (((x) >> S_LE_RSPSIZE) & M_LE_RSPSIZE)
 
#define S_LE_RSPTYPE   7
 
#define V_LE_RSPTYPE(x)   ((x) << S_LE_RSPTYPE)
 
#define F_LE_RSPTYPE   V_LE_RSPTYPE(1U)
 
#define S_AUTOEQU   22
 
#define M_AUTOEQU   0x1
 
#define V_AUTOEQU(x)   ((x) << S_AUTOEQU)
 
#define G_AUTOEQU(x)   (((x) >> S_AUTOEQU) & M_AUTOEQU)
 
#define S_EGR_QID   0
 
#define M_EGR_QID   0x1FFFF
 
#define V_EGR_QID(x)   ((x) << S_EGR_QID)
 
#define G_EGR_QID(x)   (((x) >> S_EGR_QID) & M_EGR_QID)
 
#define S_CPL_FW4_ACK_OPCODE   24
 
#define M_CPL_FW4_ACK_OPCODE   0xff
 
#define V_CPL_FW4_ACK_OPCODE(x)   ((x) << S_CPL_FW4_ACK_OPCODE)
 
#define G_CPL_FW4_ACK_OPCODE(x)    (((x) >> S_CPL_FW4_ACK_OPCODE) & M_CPL_FW4_ACK_OPCODE)
 
#define S_CPL_FW4_ACK_FLOWID   0
 
#define M_CPL_FW4_ACK_FLOWID   0xffffff
 
#define V_CPL_FW4_ACK_FLOWID(x)   ((x) << S_CPL_FW4_ACK_FLOWID)
 
#define G_CPL_FW4_ACK_FLOWID(x)    (((x) >> S_CPL_FW4_ACK_FLOWID) & M_CPL_FW4_ACK_FLOWID)
 
#define S_CPL_FW4_ACK_CR   24
 
#define M_CPL_FW4_ACK_CR   0xff
 
#define V_CPL_FW4_ACK_CR(x)   ((x) << S_CPL_FW4_ACK_CR)
 
#define G_CPL_FW4_ACK_CR(x)   (((x) >> S_CPL_FW4_ACK_CR) & M_CPL_FW4_ACK_CR)
 
#define S_CPL_FW4_ACK_SEQVAL   0
 
#define M_CPL_FW4_ACK_SEQVAL   0x1
 
#define V_CPL_FW4_ACK_SEQVAL(x)   ((x) << S_CPL_FW4_ACK_SEQVAL)
 
#define G_CPL_FW4_ACK_SEQVAL(x)    (((x) >> S_CPL_FW4_ACK_SEQVAL) & M_CPL_FW4_ACK_SEQVAL)
 
#define F_CPL_FW4_ACK_SEQVAL   V_CPL_FW4_ACK_SEQVAL(1U)
 
#define S_ULPTX_CMD   24
 
#define M_ULPTX_CMD   0xFF
 
#define V_ULPTX_CMD(x)   ((x) << S_ULPTX_CMD)
 
#define S_ULPTX_LEN16   0
 
#define M_ULPTX_LEN16   0xFF
 
#define V_ULPTX_LEN16(x)   ((x) << S_ULPTX_LEN16)
 
#define S_ULP_TX_SC_MORE   23
 
#define V_ULP_TX_SC_MORE(x)   ((x) << S_ULP_TX_SC_MORE)
 
#define F_ULP_TX_SC_MORE   V_ULP_TX_SC_MORE(1U)
 
#define S_ULPTX_NSGE   0
 
#define M_ULPTX_NSGE   0xFFFF
 
#define V_ULPTX_NSGE(x)   ((x) << S_ULPTX_NSGE)
 
#define G_ULPTX_NSGE(x)   (((x) >> S_ULPTX_NSGE) & M_ULPTX_NSGE)
 
#define S_ULP_MEMIO_ORDER   23
 
#define V_ULP_MEMIO_ORDER(x)   ((x) << S_ULP_MEMIO_ORDER)
 
#define F_ULP_MEMIO_ORDER   V_ULP_MEMIO_ORDER(1U)
 
#define S_T5_ULP_MEMIO_IMM   23
 
#define V_T5_ULP_MEMIO_IMM(x)   ((x) << S_T5_ULP_MEMIO_IMM)
 
#define F_T5_ULP_MEMIO_IMM   V_T5_ULP_MEMIO_IMM(1U)
 
#define S_T5_ULP_MEMIO_ORDER   22
 
#define V_T5_ULP_MEMIO_ORDER(x)   ((x) << S_T5_ULP_MEMIO_ORDER)
 
#define F_T5_ULP_MEMIO_ORDER   V_T5_ULP_MEMIO_ORDER(1U)
 
#define S_T5_ULP_MEMIO_FID   4
 
#define M_T5_ULP_MEMIO_FID   0x7ff
 
#define V_T5_ULP_MEMIO_FID(x)   ((x) << S_T5_ULP_MEMIO_FID)
 
#define S_ULP_MEMIO_ADDR   0
 
#define M_ULP_MEMIO_ADDR   0x7FFFFFF
 
#define V_ULP_MEMIO_ADDR(x)   ((x) << S_ULP_MEMIO_ADDR)
 
#define S_ULP_MEMIO_LOCK   31
 
#define V_ULP_MEMIO_LOCK(x)   ((x) << S_ULP_MEMIO_LOCK)
 
#define F_ULP_MEMIO_LOCK   V_ULP_MEMIO_LOCK(1U)
 
#define S_ULP_MEMIO_DATA_LEN   0
 
#define M_ULP_MEMIO_DATA_LEN   0x1F
 
#define V_ULP_MEMIO_DATA_LEN(x)   ((x) << S_ULP_MEMIO_DATA_LEN)
 
#define S_ULP_TXPKT_DATAMODIFY   23
 
#define M_ULP_TXPKT_DATAMODIFY   0x1
 
#define V_ULP_TXPKT_DATAMODIFY(x)   ((x) << S_ULP_TXPKT_DATAMODIFY)
 
#define G_ULP_TXPKT_DATAMODIFY(x)    (((x) >> S_ULP_TXPKT_DATAMODIFY) & M_ULP_TXPKT_DATAMODIFY_)
 
#define F_ULP_TXPKT_DATAMODIFY   V_ULP_TXPKT_DATAMODIFY(1U)
 
#define S_ULP_TXPKT_CHANNELID   22
 
#define M_ULP_TXPKT_CHANNELID   0x1
 
#define V_ULP_TXPKT_CHANNELID(x)   ((x) << S_ULP_TXPKT_CHANNELID)
 
#define G_ULP_TXPKT_CHANNELID(x)    (((x) >> S_ULP_TXPKT_CHANNELID) & M_ULP_TXPKT_CHANNELID)
 
#define F_ULP_TXPKT_CHANNELID   V_ULP_TXPKT_CHANNELID(1U)
 
#define S_ULP_TXPKT_DEST   16
 
#define M_ULP_TXPKT_DEST   0x3
 
#define V_ULP_TXPKT_DEST(x)   ((x) << S_ULP_TXPKT_DEST)
 
#define S_ULP_TXPKT_FID   4
 
#define M_ULP_TXPKT_FID   0x7ff
 
#define V_ULP_TXPKT_FID(x)   ((x) << S_ULP_TXPKT_FID)
 
#define S_ULP_TXPKT_RO   3
 
#define V_ULP_TXPKT_RO(x)   ((x) << S_ULP_TXPKT_RO)
 
#define F_ULP_TXPKT_RO   V_ULP_TXPKT_RO(1U)
 
#define S_CPL_TX_TNL_LSO_OPCODE   24
 
#define M_CPL_TX_TNL_LSO_OPCODE   0xff
 
#define V_CPL_TX_TNL_LSO_OPCODE(x)   ((x) << S_CPL_TX_TNL_LSO_OPCODE)
 
#define G_CPL_TX_TNL_LSO_OPCODE(x)    (((x) >> S_CPL_TX_TNL_LSO_OPCODE) & M_CPL_TX_TNL_LSO_OPCODE)
 
#define S_CPL_TX_TNL_LSO_FIRST   23
 
#define M_CPL_TX_TNL_LSO_FIRST   0x1
 
#define V_CPL_TX_TNL_LSO_FIRST(x)   ((x) << S_CPL_TX_TNL_LSO_FIRST)
 
#define G_CPL_TX_TNL_LSO_FIRST(x)    (((x) >> S_CPL_TX_TNL_LSO_FIRST) & M_CPL_TX_TNL_LSO_FIRST)
 
#define F_CPL_TX_TNL_LSO_FIRST   V_CPL_TX_TNL_LSO_FIRST(1U)
 
#define S_CPL_TX_TNL_LSO_LAST   22
 
#define M_CPL_TX_TNL_LSO_LAST   0x1
 
#define V_CPL_TX_TNL_LSO_LAST(x)   ((x) << S_CPL_TX_TNL_LSO_LAST)
 
#define G_CPL_TX_TNL_LSO_LAST(x)    (((x) >> S_CPL_TX_TNL_LSO_LAST) & M_CPL_TX_TNL_LSO_LAST)
 
#define F_CPL_TX_TNL_LSO_LAST   V_CPL_TX_TNL_LSO_LAST(1U)
 
#define S_CPL_TX_TNL_LSO_ETHHDRLENXOUT   21
 
#define M_CPL_TX_TNL_LSO_ETHHDRLENXOUT   0x1
 
#define V_CPL_TX_TNL_LSO_ETHHDRLENXOUT(x)    ((x) << S_CPL_TX_TNL_LSO_ETHHDRLENXOUT)
 
#define G_CPL_TX_TNL_LSO_ETHHDRLENXOUT(x)    (((x) >> S_CPL_TX_TNL_LSO_ETHHDRLENXOUT) & M_CPL_TX_TNL_LSO_ETHHDRLENXOUT)
 
#define F_CPL_TX_TNL_LSO_ETHHDRLENXOUT   V_CPL_TX_TNL_LSO_ETHHDRLENXOUT(1U)
 
#define S_CPL_TX_TNL_LSO_IPV6OUT   20
 
#define M_CPL_TX_TNL_LSO_IPV6OUT   0x1
 
#define V_CPL_TX_TNL_LSO_IPV6OUT(x)   ((x) << S_CPL_TX_TNL_LSO_IPV6OUT)
 
#define G_CPL_TX_TNL_LSO_IPV6OUT(x)    (((x) >> S_CPL_TX_TNL_LSO_IPV6OUT) & M_CPL_TX_TNL_LSO_IPV6OUT)
 
#define F_CPL_TX_TNL_LSO_IPV6OUT   V_CPL_TX_TNL_LSO_IPV6OUT(1U)
 
#define S_CPL_TX_TNL_LSO_ETHHDRLENOUT   16
 
#define M_CPL_TX_TNL_LSO_ETHHDRLENOUT   0xf
 
#define V_CPL_TX_TNL_LSO_ETHHDRLENOUT(x)    ((x) << S_CPL_TX_TNL_LSO_ETHHDRLENOUT)
 
#define G_CPL_TX_TNL_LSO_ETHHDRLENOUT(x)    (((x) >> S_CPL_TX_TNL_LSO_ETHHDRLENOUT) & M_CPL_TX_TNL_LSO_ETHHDRLENOUT)
 
#define S_CPL_TX_TNL_LSO_IPHDRLENOUT   4
 
#define M_CPL_TX_TNL_LSO_IPHDRLENOUT   0xfff
 
#define V_CPL_TX_TNL_LSO_IPHDRLENOUT(x)   ((x) << S_CPL_TX_TNL_LSO_IPHDRLENOUT)
 
#define G_CPL_TX_TNL_LSO_IPHDRLENOUT(x)    (((x) >> S_CPL_TX_TNL_LSO_IPHDRLENOUT) & M_CPL_TX_TNL_LSO_IPHDRLENOUT)
 
#define S_CPL_TX_TNL_LSO_IPHDRCHKOUT   3
 
#define M_CPL_TX_TNL_LSO_IPHDRCHKOUT   0x1
 
#define V_CPL_TX_TNL_LSO_IPHDRCHKOUT(x)   ((x) << S_CPL_TX_TNL_LSO_IPHDRCHKOUT)
 
#define G_CPL_TX_TNL_LSO_IPHDRCHKOUT(x)    (((x) >> S_CPL_TX_TNL_LSO_IPHDRCHKOUT) & M_CPL_TX_TNL_LSO_IPHDRCHKOUT)
 
#define F_CPL_TX_TNL_LSO_IPHDRCHKOUT   V_CPL_TX_TNL_LSO_IPHDRCHKOUT(1U)
 
#define S_CPL_TX_TNL_LSO_IPLENSETOUT   2
 
#define M_CPL_TX_TNL_LSO_IPLENSETOUT   0x1
 
#define V_CPL_TX_TNL_LSO_IPLENSETOUT(x)   ((x) << S_CPL_TX_TNL_LSO_IPLENSETOUT)
 
#define G_CPL_TX_TNL_LSO_IPLENSETOUT(x)    (((x) >> S_CPL_TX_TNL_LSO_IPLENSETOUT) & M_CPL_TX_TNL_LSO_IPLENSETOUT)
 
#define F_CPL_TX_TNL_LSO_IPLENSETOUT   V_CPL_TX_TNL_LSO_IPLENSETOUT(1U)
 
#define S_CPL_TX_TNL_LSO_IPIDINCOUT   1
 
#define M_CPL_TX_TNL_LSO_IPIDINCOUT   0x1
 
#define V_CPL_TX_TNL_LSO_IPIDINCOUT(x)   ((x) << S_CPL_TX_TNL_LSO_IPIDINCOUT)
 
#define G_CPL_TX_TNL_LSO_IPIDINCOUT(x)    (((x) >> S_CPL_TX_TNL_LSO_IPIDINCOUT) & M_CPL_TX_TNL_LSO_IPIDINCOUT)
 
#define F_CPL_TX_TNL_LSO_IPIDINCOUT   V_CPL_TX_TNL_LSO_IPIDINCOUT(1U)
 
#define S_CPL_TX_TNL_LSO_IPIDSPLITOUT   0
 
#define M_CPL_TX_TNL_LSO_IPIDSPLITOUT   0x1
 
#define V_CPL_TX_TNL_LSO_IPIDSPLITOUT(x)    ((x) << S_CPL_TX_TNL_LSO_IPIDSPLITOUT)
 
#define G_CPL_TX_TNL_LSO_IPIDSPLITOUT(x)    (((x) >> S_CPL_TX_TNL_LSO_IPIDSPLITOUT) & M_CPL_TX_TNL_LSO_IPIDSPLITOUT)
 
#define F_CPL_TX_TNL_LSO_IPIDSPLITOUT   V_CPL_TX_TNL_LSO_IPIDSPLITOUT(1U)
 
#define S_CPL_TX_TNL_LSO_UDPLENSETOUT   15
 
#define M_CPL_TX_TNL_LSO_UDPLENSETOUT   0x1
 
#define V_CPL_TX_TNL_LSO_UDPLENSETOUT(x)    ((x) << S_CPL_TX_TNL_LSO_UDPLENSETOUT)
 
#define G_CPL_TX_TNL_LSO_UDPLENSETOUT(x)    (((x) >> S_CPL_TX_TNL_LSO_UDPLENSETOUT) & M_CPL_TX_TNL_LSO_UDPLENSETOUT)
 
#define F_CPL_TX_TNL_LSO_UDPLENSETOUT   V_CPL_TX_TNL_LSO_UDPLENSETOUT(1U)
 
#define S_CPL_TX_TNL_LSO_UDPCHKCLROUT   14
 
#define M_CPL_TX_TNL_LSO_UDPCHKCLROUT   0x1
 
#define V_CPL_TX_TNL_LSO_UDPCHKCLROUT(x)    ((x) << S_CPL_TX_TNL_LSO_UDPCHKCLROUT)
 
#define G_CPL_TX_TNL_LSO_UDPCHKCLROUT(x)    (((x) >> S_CPL_TX_TNL_LSO_UDPCHKCLROUT) & M_CPL_TX_TNL_LSO_UDPCHKCLROUT)
 
#define F_CPL_TX_TNL_LSO_UDPCHKCLROUT   V_CPL_TX_TNL_LSO_UDPCHKCLROUT(1U)
 
#define S_CPL_TX_TNL_LSO_TNLTYPE   12
 
#define M_CPL_TX_TNL_LSO_TNLTYPE   0x3
 
#define V_CPL_TX_TNL_LSO_TNLTYPE(x)   ((x) << S_CPL_TX_TNL_LSO_TNLTYPE)
 
#define G_CPL_TX_TNL_LSO_TNLTYPE(x)    (((x) >> S_CPL_TX_TNL_LSO_TNLTYPE) & M_CPL_TX_TNL_LSO_TNLTYPE)
 
#define S_CPL_TX_TNL_LSO_TNLHDRLEN   0
 
#define M_CPL_TX_TNL_LSO_TNLHDRLEN   0xfff
 
#define V_CPL_TX_TNL_LSO_TNLHDRLEN(x)   ((x) << S_CPL_TX_TNL_LSO_TNLHDRLEN)
 
#define G_CPL_TX_TNL_LSO_TNLHDRLEN(x)    (((x) >> S_CPL_TX_TNL_LSO_TNLHDRLEN) & M_CPL_TX_TNL_LSO_TNLHDRLEN)
 
#define S_CPL_TX_TNL_LSO_FLOW   21
 
#define M_CPL_TX_TNL_LSO_FLOW   0x1
 
#define V_CPL_TX_TNL_LSO_FLOW(x)   ((x) << S_CPL_TX_TNL_LSO_FLOW)
 
#define G_CPL_TX_TNL_LSO_FLOW(x)    (((x) >> S_CPL_TX_TNL_LSO_FLOW) & M_CPL_TX_TNL_LSO_FLOW)
 
#define F_CPL_TX_TNL_LSO_FLOW   V_CPL_TX_TNL_LSO_FLOW(1U)
 
#define S_CPL_TX_TNL_LSO_IPV6   20
 
#define M_CPL_TX_TNL_LSO_IPV6   0x1
 
#define V_CPL_TX_TNL_LSO_IPV6(x)   ((x) << S_CPL_TX_TNL_LSO_IPV6)
 
#define G_CPL_TX_TNL_LSO_IPV6(x)    (((x) >> S_CPL_TX_TNL_LSO_IPV6) & M_CPL_TX_TNL_LSO_IPV6)
 
#define F_CPL_TX_TNL_LSO_IPV6   V_CPL_TX_TNL_LSO_IPV6(1U)
 
#define S_CPL_TX_TNL_LSO_ETHHDRLEN   16
 
#define M_CPL_TX_TNL_LSO_ETHHDRLEN   0xf
 
#define V_CPL_TX_TNL_LSO_ETHHDRLEN(x)   ((x) << S_CPL_TX_TNL_LSO_ETHHDRLEN)
 
#define G_CPL_TX_TNL_LSO_ETHHDRLEN(x)    (((x) >> S_CPL_TX_TNL_LSO_ETHHDRLEN) & M_CPL_TX_TNL_LSO_ETHHDRLEN)
 
#define S_CPL_TX_TNL_LSO_IPHDRLEN   4
 
#define M_CPL_TX_TNL_LSO_IPHDRLEN   0xfff
 
#define V_CPL_TX_TNL_LSO_IPHDRLEN(x)   ((x) << S_CPL_TX_TNL_LSO_IPHDRLEN)
 
#define G_CPL_TX_TNL_LSO_IPHDRLEN(x)    (((x) >> S_CPL_TX_TNL_LSO_IPHDRLEN) & M_CPL_TX_TNL_LSO_IPHDRLEN)
 
#define S_CPL_TX_TNL_LSO_TCPHDRLEN   0
 
#define M_CPL_TX_TNL_LSO_TCPHDRLEN   0xf
 
#define V_CPL_TX_TNL_LSO_TCPHDRLEN(x)   ((x) << S_CPL_TX_TNL_LSO_TCPHDRLEN)
 
#define G_CPL_TX_TNL_LSO_TCPHDRLEN(x)    (((x) >> S_CPL_TX_TNL_LSO_TCPHDRLEN) & M_CPL_TX_TNL_LSO_TCPHDRLEN)
 
#define S_CPL_TX_TNL_LSO_IPIDSPLIT   15
 
#define M_CPL_TX_TNL_LSO_IPIDSPLIT   0x1
 
#define V_CPL_TX_TNL_LSO_IPIDSPLIT(x)   ((x) << S_CPL_TX_TNL_LSO_IPIDSPLIT)
 
#define G_CPL_TX_TNL_LSO_IPIDSPLIT(x)    (((x) >> S_CPL_TX_TNL_LSO_IPIDSPLIT) & M_CPL_TX_TNL_LSO_IPIDSPLIT)
 
#define F_CPL_TX_TNL_LSO_IPIDSPLIT   V_CPL_TX_TNL_LSO_IPIDSPLIT(1U)
 
#define S_CPL_TX_TNL_LSO_ETHHDRLENX   14
 
#define M_CPL_TX_TNL_LSO_ETHHDRLENX   0x1
 
#define V_CPL_TX_TNL_LSO_ETHHDRLENX(x)   ((x) << S_CPL_TX_TNL_LSO_ETHHDRLENX)
 
#define G_CPL_TX_TNL_LSO_ETHHDRLENX(x)    (((x) >> S_CPL_TX_TNL_LSO_ETHHDRLENX) & M_CPL_TX_TNL_LSO_ETHHDRLENX)
 
#define F_CPL_TX_TNL_LSO_ETHHDRLENX   V_CPL_TX_TNL_LSO_ETHHDRLENX(1U)
 
#define S_CPL_TX_TNL_LSO_MSS   0
 
#define M_CPL_TX_TNL_LSO_MSS   0x3fff
 
#define V_CPL_TX_TNL_LSO_MSS(x)   ((x) << S_CPL_TX_TNL_LSO_MSS)
 
#define G_CPL_TX_TNL_LSO_MSS(x)    (((x) >> S_CPL_TX_TNL_LSO_MSS) & M_CPL_TX_TNL_LSO_MSS)
 
#define S_CPL_TX_TNL_LSO_ETHLENOFFSET   28
 
#define M_CPL_TX_TNL_LSO_ETHLENOFFSET   0xf
 
#define V_CPL_TX_TNL_LSO_ETHLENOFFSET(x)    ((x) << S_CPL_TX_TNL_LSO_ETHLENOFFSET)
 
#define G_CPL_TX_TNL_LSO_ETHLENOFFSET(x)    (((x) >> S_CPL_TX_TNL_LSO_ETHLENOFFSET) & M_CPL_TX_TNL_LSO_ETHLENOFFSET)
 
#define S_CPL_TX_TNL_LSO_SIZE   0
 
#define M_CPL_TX_TNL_LSO_SIZE   0xfffffff
 
#define V_CPL_TX_TNL_LSO_SIZE(x)   ((x) << S_CPL_TX_TNL_LSO_SIZE)
 
#define G_CPL_TX_TNL_LSO_SIZE(x)    (((x) >> S_CPL_TX_TNL_LSO_SIZE) & M_CPL_TX_TNL_LSO_SIZE)
 
#define S_CPL_RX_MPS_PKT_OP   24
 
#define M_CPL_RX_MPS_PKT_OP   0xff
 
#define V_CPL_RX_MPS_PKT_OP(x)   ((x) << S_CPL_RX_MPS_PKT_OP)
 
#define G_CPL_RX_MPS_PKT_OP(x)    (((x) >> S_CPL_RX_MPS_PKT_OP) & M_CPL_RX_MPS_PKT_OP)
 
#define S_CPL_RX_MPS_PKT_TYPE   20
 
#define M_CPL_RX_MPS_PKT_TYPE   0xf
 
#define V_CPL_RX_MPS_PKT_TYPE(x)   ((x) << S_CPL_RX_MPS_PKT_TYPE)
 
#define G_CPL_RX_MPS_PKT_TYPE(x)    (((x) >> S_CPL_RX_MPS_PKT_TYPE) & M_CPL_RX_MPS_PKT_TYPE)
 
#define X_CPL_RX_MPS_PKT_TYPE_PAUSE   (1 << 0)
 
#define X_CPL_RX_MPS_PKT_TYPE_PPP   (1 << 1)
 
#define X_CPL_RX_MPS_PKT_TYPE_QFC   (1 << 2)
 
#define X_CPL_RX_MPS_PKT_TYPE_PTP   (1 << 3)
 
#define S_CPL_TX_TLS_SFO_OPCODE   24
 
#define M_CPL_TX_TLS_SFO_OPCODE   0xff
 
#define V_CPL_TX_TLS_SFO_OPCODE(x)   ((x) << S_CPL_TX_TLS_SFO_OPCODE)
 
#define G_CPL_TX_TLS_SFO_OPCODE(x)    (((x) >> S_CPL_TX_TLS_SFO_OPCODE) & M_CPL_TX_TLS_SFO_OPCODE)
 
#define S_CPL_TX_TLS_SFO_DATA_TYPE   20
 
#define M_CPL_TX_TLS_SFO_DATA_TYPE   0xf
 
#define V_CPL_TX_TLS_SFO_DATA_TYPE(x)   ((x) << S_CPL_TX_TLS_SFO_DATA_TYPE)
 
#define G_CPL_TX_TLS_SFO_DATA_TYPE(x)    (((x) >> S_CPL_TX_TLS_SFO_DATA_TYPE) & M_CPL_TX_TLS_SFO_DATA_TYPE)
 
#define S_CPL_TX_TLS_SFO_CPL_LEN   16
 
#define M_CPL_TX_TLS_SFO_CPL_LEN   0xf
 
#define V_CPL_TX_TLS_SFO_CPL_LEN(x)   ((x) << S_CPL_TX_TLS_SFO_CPL_LEN)
 
#define G_CPL_TX_TLS_SFO_CPL_LEN(x)    (((x) >> S_CPL_TX_TLS_SFO_CPL_LEN) & M_CPL_TX_TLS_SFO_CPL_LEN)
 
#define S_CPL_TX_TLS_SFO_SEG_LEN   0
 
#define M_CPL_TX_TLS_SFO_SEG_LEN   0xffff
 
#define V_CPL_TX_TLS_SFO_SEG_LEN(x)   ((x) << S_CPL_TX_TLS_SFO_SEG_LEN)
 
#define G_CPL_TX_TLS_SFO_SEG_LEN(x)    (((x) >> S_CPL_TX_TLS_SFO_SEG_LEN) & M_CPL_TX_TLS_SFO_SEG_LEN)
 
#define S_CPL_TX_TLS_SFO_TYPE   24
 
#define M_CPL_TX_TLS_SFO_TYPE   0xff
 
#define V_CPL_TX_TLS_SFO_TYPE(x)   ((x) << S_CPL_TX_TLS_SFO_TYPE)
 
#define G_CPL_TX_TLS_SFO_TYPE(x)    (((x) >> S_CPL_TX_TLS_SFO_TYPE) & M_CPL_TX_TLS_SFO_TYPE)
 
#define S_CPL_TX_TLS_SFO_PROTOVER   8
 
#define M_CPL_TX_TLS_SFO_PROTOVER   0xffff
 
#define V_CPL_TX_TLS_SFO_PROTOVER(x)   ((x) << S_CPL_TX_TLS_SFO_PROTOVER)
 
#define G_CPL_TX_TLS_SFO_PROTOVER(x)    (((x) >> S_CPL_TX_TLS_SFO_PROTOVER) & M_CPL_TX_TLS_SFO_PROTOVER)
 
#define S_CPL_TLS_DATA_OPCODE   24
 
#define M_CPL_TLS_DATA_OPCODE   0xff
 
#define V_CPL_TLS_DATA_OPCODE(x)   ((x) << S_CPL_TLS_DATA_OPCODE)
 
#define G_CPL_TLS_DATA_OPCODE(x)    (((x) >> S_CPL_TLS_DATA_OPCODE) & M_CPL_TLS_DATA_OPCODE)
 
#define S_CPL_TLS_DATA_TID   0
 
#define M_CPL_TLS_DATA_TID   0xffffff
 
#define V_CPL_TLS_DATA_TID(x)   ((x) << S_CPL_TLS_DATA_TID)
 
#define G_CPL_TLS_DATA_TID(x)    (((x) >> S_CPL_TLS_DATA_TID) & M_CPL_TLS_DATA_TID)
 
#define S_CPL_TLS_DATA_LENGTH   0
 
#define M_CPL_TLS_DATA_LENGTH   0xffff
 
#define V_CPL_TLS_DATA_LENGTH(x)   ((x) << S_CPL_TLS_DATA_LENGTH)
 
#define G_CPL_TLS_DATA_LENGTH(x)    (((x) >> S_CPL_TLS_DATA_LENGTH) & M_CPL_TLS_DATA_LENGTH)
 
#define S_CPL_RX_TLS_CMP_OPCODE   24
 
#define M_CPL_RX_TLS_CMP_OPCODE   0xff
 
#define V_CPL_RX_TLS_CMP_OPCODE(x)   ((x) << S_CPL_RX_TLS_CMP_OPCODE)
 
#define G_CPL_RX_TLS_CMP_OPCODE(x)    (((x) >> S_CPL_RX_TLS_CMP_OPCODE) & M_CPL_RX_TLS_CMP_OPCODE)
 
#define S_CPL_RX_TLS_CMP_TID   0
 
#define M_CPL_RX_TLS_CMP_TID   0xffffff
 
#define V_CPL_RX_TLS_CMP_TID(x)   ((x) << S_CPL_RX_TLS_CMP_TID)
 
#define G_CPL_RX_TLS_CMP_TID(x)    (((x) >> S_CPL_RX_TLS_CMP_TID) & M_CPL_RX_TLS_CMP_TID)
 
#define S_CPL_RX_TLS_CMP_PDULENGTH   16
 
#define M_CPL_RX_TLS_CMP_PDULENGTH   0xffff
 
#define V_CPL_RX_TLS_CMP_PDULENGTH(x)   ((x) << S_CPL_RX_TLS_CMP_PDULENGTH)
 
#define G_CPL_RX_TLS_CMP_PDULENGTH(x)    (((x) >> S_CPL_RX_TLS_CMP_PDULENGTH) & M_CPL_RX_TLS_CMP_PDULENGTH)
 
#define S_CPL_RX_TLS_CMP_LENGTH   0
 
#define M_CPL_RX_TLS_CMP_LENGTH   0xffff
 
#define V_CPL_RX_TLS_CMP_LENGTH(x)   ((x) << S_CPL_RX_TLS_CMP_LENGTH)
 
#define G_CPL_RX_TLS_CMP_LENGTH(x)    (((x) >> S_CPL_RX_TLS_CMP_LENGTH) & M_CPL_RX_TLS_CMP_LENGTH)
 
#define S_SCMD_SEQ_NO_CTRL   29
 
#define M_SCMD_SEQ_NO_CTRL   0x3
 
#define V_SCMD_SEQ_NO_CTRL(x)   ((x) << S_SCMD_SEQ_NO_CTRL)
 
#define G_SCMD_SEQ_NO_CTRL(x)    (((x) >> S_SCMD_SEQ_NO_CTRL) & M_SCMD_SEQ_NO_CTRL)
 
#define S_SCMD_STATUS_PRESENT   28
 
#define M_SCMD_STATUS_PRESENT   0x1
 
#define V_SCMD_STATUS_PRESENT(x)   ((x) << S_SCMD_STATUS_PRESENT)
 
#define G_SCMD_STATUS_PRESENT(x)    (((x) >> S_SCMD_STATUS_PRESENT) & M_SCMD_STATUS_PRESENT)
 
#define F_SCMD_STATUS_PRESENT   V_SCMD_STATUS_PRESENT(1U)
 
#define S_SCMD_PROTO_VERSION   24
 
#define M_SCMD_PROTO_VERSION   0xf
 
#define V_SCMD_PROTO_VERSION(x)   ((x) << S_SCMD_PROTO_VERSION)
 
#define G_SCMD_PROTO_VERSION(x)    (((x) >> S_SCMD_PROTO_VERSION) & M_SCMD_PROTO_VERSION)
 
#define S_SCMD_ENC_DEC_CTRL   23
 
#define M_SCMD_ENC_DEC_CTRL   0x1
 
#define V_SCMD_ENC_DEC_CTRL(x)   ((x) << S_SCMD_ENC_DEC_CTRL)
 
#define G_SCMD_ENC_DEC_CTRL(x)    (((x) >> S_SCMD_ENC_DEC_CTRL) & M_SCMD_ENC_DEC_CTRL)
 
#define F_SCMD_ENC_DEC_CTRL   V_SCMD_ENC_DEC_CTRL(1U)
 
#define S_SCMD_CIPH_AUTH_SEQ_CTRL   22
 
#define M_SCMD_CIPH_AUTH_SEQ_CTRL   0x1
 
#define V_SCMD_CIPH_AUTH_SEQ_CTRL(x)    ((x) << S_SCMD_CIPH_AUTH_SEQ_CTRL)
 
#define G_SCMD_CIPH_AUTH_SEQ_CTRL(x)    (((x) >> S_SCMD_CIPH_AUTH_SEQ_CTRL) & M_SCMD_CIPH_AUTH_SEQ_CTRL)
 
#define F_SCMD_CIPH_AUTH_SEQ_CTRL   V_SCMD_CIPH_AUTH_SEQ_CTRL(1U)
 
#define S_SCMD_CIPH_MODE   18
 
#define M_SCMD_CIPH_MODE   0xf
 
#define V_SCMD_CIPH_MODE(x)   ((x) << S_SCMD_CIPH_MODE)
 
#define G_SCMD_CIPH_MODE(x)    (((x) >> S_SCMD_CIPH_MODE) & M_SCMD_CIPH_MODE)
 
#define S_SCMD_AUTH_MODE   14
 
#define M_SCMD_AUTH_MODE   0xf
 
#define V_SCMD_AUTH_MODE(x)   ((x) << S_SCMD_AUTH_MODE)
 
#define G_SCMD_AUTH_MODE(x)    (((x) >> S_SCMD_AUTH_MODE) & M_SCMD_AUTH_MODE)
 
#define S_SCMD_HMAC_CTRL   11
 
#define M_SCMD_HMAC_CTRL   0x7
 
#define V_SCMD_HMAC_CTRL(x)   ((x) << S_SCMD_HMAC_CTRL)
 
#define G_SCMD_HMAC_CTRL(x)    (((x) >> S_SCMD_HMAC_CTRL) & M_SCMD_HMAC_CTRL)
 
#define S_SCMD_IV_SIZE   7
 
#define M_SCMD_IV_SIZE   0xf
 
#define V_SCMD_IV_SIZE(x)   ((x) << S_SCMD_IV_SIZE)
 
#define G_SCMD_IV_SIZE(x)    (((x) >> S_SCMD_IV_SIZE) & M_SCMD_IV_SIZE)
 
#define S_SCMD_NUM_IVS   0
 
#define M_SCMD_NUM_IVS   0x7f
 
#define V_SCMD_NUM_IVS(x)   ((x) << S_SCMD_NUM_IVS)
 
#define G_SCMD_NUM_IVS(x)    (((x) >> S_SCMD_NUM_IVS) & M_SCMD_NUM_IVS)
 
#define S_SCMD_ENB_DBGID   31
 
#define M_SCMD_ENB_DBGID   0x1
 
#define V_SCMD_ENB_DBGID(x)   ((x) << S_SCMD_ENB_DBGID)
 
#define G_SCMD_ENB_DBGID(x)    (((x) >> S_SCMD_ENB_DBGID) & M_SCMD_ENB_DBGID)
 
#define S_SCMD_IV_GEN_CTRL   30
 
#define M_SCMD_IV_GEN_CTRL   0x1
 
#define V_SCMD_IV_GEN_CTRL(x)   ((x) << S_SCMD_IV_GEN_CTRL)
 
#define G_SCMD_IV_GEN_CTRL(x)    (((x) >> S_SCMD_IV_GEN_CTRL) & M_SCMD_IV_GEN_CTRL)
 
#define F_SCMD_IV_GEN_CTRL   V_SCMD_IV_GEN_CTRL(1U)
 
#define S_SCMD_MORE_FRAGS   20
 
#define M_SCMD_MORE_FRAGS   0x1
 
#define V_SCMD_MORE_FRAGS(x)   ((x) << S_SCMD_MORE_FRAGS)
 
#define G_SCMD_MORE_FRAGS(x)   (((x) >> S_SCMD_MORE_FRAGS) & M_SCMD_MORE_FRAGS)
 
#define S_SCMD_LAST_FRAG   19
 
#define M_SCMD_LAST_FRAG   0x1
 
#define V_SCMD_LAST_FRAG(x)   ((x) << S_SCMD_LAST_FRAG)
 
#define G_SCMD_LAST_FRAG(x)   (((x) >> S_SCMD_LAST_FRAG) & M_SCMD_LAST_FRAG)
 
#define S_SCMD_TLS_COMPPDU   18
 
#define M_SCMD_TLS_COMPPDU   0x1
 
#define V_SCMD_TLS_COMPPDU(x)   ((x) << S_SCMD_TLS_COMPPDU)
 
#define G_SCMD_TLS_COMPPDU(x)   (((x) >> S_SCMD_TLS_COMPPDU) & M_SCMD_TLS_COMPPDU)
 
#define S_SCMD_KEY_CTX_INLINE   17
 
#define M_SCMD_KEY_CTX_INLINE   0x1
 
#define V_SCMD_KEY_CTX_INLINE(x)   ((x) << S_SCMD_KEY_CTX_INLINE)
 
#define G_SCMD_KEY_CTX_INLINE(x)    (((x) >> S_SCMD_KEY_CTX_INLINE) & M_SCMD_KEY_CTX_INLINE)
 
#define F_SCMD_KEY_CTX_INLINE   V_SCMD_KEY_CTX_INLINE(1U)
 
#define S_SCMD_TLS_FRAG_ENABLE   16
 
#define M_SCMD_TLS_FRAG_ENABLE   0x1
 
#define V_SCMD_TLS_FRAG_ENABLE(x)   ((x) << S_SCMD_TLS_FRAG_ENABLE)
 
#define G_SCMD_TLS_FRAG_ENABLE(x)    (((x) >> S_SCMD_TLS_FRAG_ENABLE) & M_SCMD_TLS_FRAG_ENABLE)
 
#define F_SCMD_TLS_FRAG_ENABLE   V_SCMD_TLS_FRAG_ENABLE(1U)
 
#define S_SCMD_MAC_ONLY   15
 
#define M_SCMD_MAC_ONLY   0x1
 
#define V_SCMD_MAC_ONLY(x)   ((x) << S_SCMD_MAC_ONLY)
 
#define G_SCMD_MAC_ONLY(x)    (((x) >> S_SCMD_MAC_ONLY) & M_SCMD_MAC_ONLY)
 
#define F_SCMD_MAC_ONLY   V_SCMD_MAC_ONLY(1U)
 
#define S_SCMD_AADIVDROP   14
 
#define M_SCMD_AADIVDROP   0x1
 
#define V_SCMD_AADIVDROP(x)   ((x) << S_SCMD_AADIVDROP)
 
#define G_SCMD_AADIVDROP(x)    (((x) >> S_SCMD_AADIVDROP) & M_SCMD_AADIVDROP)
 
#define F_SCMD_AADIVDROP   V_SCMD_AADIVDROP(1U)
 
#define S_SCMD_HDR_LEN   0
 
#define M_SCMD_HDR_LEN   0x3fff
 
#define V_SCMD_HDR_LEN(x)   ((x) << S_SCMD_HDR_LEN)
 
#define G_SCMD_HDR_LEN(x)    (((x) >> S_SCMD_HDR_LEN) & M_SCMD_HDR_LEN)
 
#define S_CPL_TX_SEC_PDU_OPCODE   24
 
#define M_CPL_TX_SEC_PDU_OPCODE   0xff
 
#define V_CPL_TX_SEC_PDU_OPCODE(x)   ((x) << S_CPL_TX_SEC_PDU_OPCODE)
 
#define G_CPL_TX_SEC_PDU_OPCODE(x)    (((x) >> S_CPL_TX_SEC_PDU_OPCODE) & M_CPL_TX_SEC_PDU_OPCODE)
 
#define S_CPL_TX_SEC_PDU_RXCHID   22
 
#define M_CPL_TX_SEC_PDU_RXCHID   0x1
 
#define V_CPL_TX_SEC_PDU_RXCHID(x)   ((x) << S_CPL_TX_SEC_PDU_RXCHID)
 
#define G_CPL_TX_SEC_PDU_RXCHID(x)   (((x) >> S_CPL_TX_SEC_PDU_RXCHID) & M_CPL_TX_SEC_PDU_RXCHID)
 
#define F_CPL_TX_SEC_PDU_RXCHID   V_CPL_TX_SEC_PDU_RXCHID(1U)
 
#define S_CPL_TX_SEC_PDU_ACKFOLLOWS   21
 
#define M_CPL_TX_SEC_PDU_ACKFOLLOWS   0x1
 
#define V_CPL_TX_SEC_PDU_ACKFOLLOWS(x)   ((x) << S_CPL_TX_SEC_PDU_ACKFOLLOWS)
 
#define G_CPL_TX_SEC_PDU_ACKFOLLOWS(x)   (((x) >> S_CPL_TX_SEC_PDU_ACKFOLLOWS) & M_CPL_TX_SEC_PDU_ACKFOLLOWS)
 
#define F_CPL_TX_SEC_PDU_ACKFOLLOWS   V_CPL_TX_SEC_PDU_ACKFOLLOWS(1U)
 
#define S_CPL_TX_SEC_PDU_ULPTXLPBK   20
 
#define M_CPL_TX_SEC_PDU_ULPTXLPBK   0x1
 
#define V_CPL_TX_SEC_PDU_ULPTXLPBK(x)   ((x) << S_CPL_TX_SEC_PDU_ULPTXLPBK)
 
#define G_CPL_TX_SEC_PDU_ULPTXLPBK(x)   (((x) >> S_CPL_TX_SEC_PDU_ULPTXLPBK) & M_CPL_TX_SEC_PDU_ULPTXLPBK)
 
#define F_CPL_TX_SEC_PDU_ULPTXLPBK   V_CPL_TX_SEC_PDU_ULPTXLPBK(1U)
 
#define S_CPL_TX_SEC_PDU_CPLLEN   16
 
#define M_CPL_TX_SEC_PDU_CPLLEN   0xf
 
#define V_CPL_TX_SEC_PDU_CPLLEN(x)   ((x) << S_CPL_TX_SEC_PDU_CPLLEN)
 
#define G_CPL_TX_SEC_PDU_CPLLEN(x)    (((x) >> S_CPL_TX_SEC_PDU_CPLLEN) & M_CPL_TX_SEC_PDU_CPLLEN)
 
#define S_CPL_TX_SEC_PDU_PLACEHOLDER   10
 
#define M_CPL_TX_SEC_PDU_PLACEHOLDER   0x1
 
#define V_CPL_TX_SEC_PDU_PLACEHOLDER(x)   ((x) << S_CPL_TX_SEC_PDU_PLACEHOLDER)
 
#define G_CPL_TX_SEC_PDU_PLACEHOLDER(x)
 
#define S_CPL_TX_SEC_PDU_IVINSRTOFST   0
 
#define M_CPL_TX_SEC_PDU_IVINSRTOFST   0x3ff
 
#define V_CPL_TX_SEC_PDU_IVINSRTOFST(x)   ((x) << S_CPL_TX_SEC_PDU_IVINSRTOFST)
 
#define G_CPL_TX_SEC_PDU_IVINSRTOFST(x)
 
#define S_CPL_TX_SEC_PDU_AADSTART   24
 
#define M_CPL_TX_SEC_PDU_AADSTART   0xff
 
#define V_CPL_TX_SEC_PDU_AADSTART(x)   ((x) << S_CPL_TX_SEC_PDU_AADSTART)
 
#define G_CPL_TX_SEC_PDU_AADSTART(x)
 
#define S_CPL_TX_SEC_PDU_AADSTOP   15
 
#define M_CPL_TX_SEC_PDU_AADSTOP   0x1ff
 
#define V_CPL_TX_SEC_PDU_AADSTOP(x)   ((x) << S_CPL_TX_SEC_PDU_AADSTOP)
 
#define G_CPL_TX_SEC_PDU_AADSTOP(x)    (((x) >> S_CPL_TX_SEC_PDU_AADSTOP) & M_CPL_TX_SEC_PDU_AADSTOP)
 
#define S_CPL_TX_SEC_PDU_CIPHERSTART   5
 
#define M_CPL_TX_SEC_PDU_CIPHERSTART   0x3ff
 
#define V_CPL_TX_SEC_PDU_CIPHERSTART(x)   ((x) << S_CPL_TX_SEC_PDU_CIPHERSTART)
 
#define G_CPL_TX_SEC_PDU_CIPHERSTART(x)
 
#define S_CPL_TX_SEC_PDU_CIPHERSTOP_HI   0
 
#define M_CPL_TX_SEC_PDU_CIPHERSTOP_HI   0x1f
 
#define V_CPL_TX_SEC_PDU_CIPHERSTOP_HI(x)    ((x) << S_CPL_TX_SEC_PDU_CIPHERSTOP_HI)
 
#define G_CPL_TX_SEC_PDU_CIPHERSTOP_HI(x)
 
#define S_CPL_TX_SEC_PDU_CIPHERSTOP_LO   28
 
#define M_CPL_TX_SEC_PDU_CIPHERSTOP_LO   0xf
 
#define V_CPL_TX_SEC_PDU_CIPHERSTOP_LO(x)    ((x) << S_CPL_TX_SEC_PDU_CIPHERSTOP_LO)
 
#define G_CPL_TX_SEC_PDU_CIPHERSTOP_LO(x)
 
#define S_CPL_TX_SEC_PDU_AUTHSTART   18
 
#define M_CPL_TX_SEC_PDU_AUTHSTART   0x3ff
 
#define V_CPL_TX_SEC_PDU_AUTHSTART(x)   ((x) << S_CPL_TX_SEC_PDU_AUTHSTART)
 
#define G_CPL_TX_SEC_PDU_AUTHSTART(x)
 
#define S_CPL_TX_SEC_PDU_AUTHSTOP   9
 
#define M_CPL_TX_SEC_PDU_AUTHSTOP   0x1ff
 
#define V_CPL_TX_SEC_PDU_AUTHSTOP(x)   ((x) << S_CPL_TX_SEC_PDU_AUTHSTOP)
 
#define G_CPL_TX_SEC_PDU_AUTHSTOP(x)
 
#define S_CPL_TX_SEC_PDU_AUTHINSERT   0
 
#define M_CPL_TX_SEC_PDU_AUTHINSERT   0x1ff
 
#define V_CPL_TX_SEC_PDU_AUTHINSERT(x)   ((x) << S_CPL_TX_SEC_PDU_AUTHINSERT)
 
#define G_CPL_TX_SEC_PDU_AUTHINSERT(x)
 
#define S_CPL_RX_PHYS_DSGL_OPCODE   24
 
#define M_CPL_RX_PHYS_DSGL_OPCODE   0xff
 
#define V_CPL_RX_PHYS_DSGL_OPCODE(x)   ((x) << S_CPL_RX_PHYS_DSGL_OPCODE)
 
#define G_CPL_RX_PHYS_DSGL_OPCODE(x)    (((x) >> S_CPL_RX_PHYS_DSGL_OPCODE) & M_CPL_RX_PHYS_DSGL_OPCODE)
 
#define S_CPL_RX_PHYS_DSGL_ISRDMA   23
 
#define M_CPL_RX_PHYS_DSGL_ISRDMA   0x1
 
#define V_CPL_RX_PHYS_DSGL_ISRDMA(x)   ((x) << S_CPL_RX_PHYS_DSGL_ISRDMA)
 
#define G_CPL_RX_PHYS_DSGL_ISRDMA(x)    (((x) >> S_CPL_RX_PHYS_DSGL_ISRDMA) & M_CPL_RX_PHYS_DSGL_ISRDMA)
 
#define F_CPL_RX_PHYS_DSGL_ISRDMA   V_CPL_RX_PHYS_DSGL_ISRDMA(1U)
 
#define S_CPL_RX_PHYS_DSGL_RSVD1   20
 
#define M_CPL_RX_PHYS_DSGL_RSVD1   0x7
 
#define V_CPL_RX_PHYS_DSGL_RSVD1(x)   ((x) << S_CPL_RX_PHYS_DSGL_RSVD1)
 
#define G_CPL_RX_PHYS_DSGL_RSVD1(x)    (((x) >> S_CPL_RX_PHYS_DSGL_RSVD1) & M_CPL_RX_PHYS_DSGL_RSVD1)
 
#define S_CPL_RX_PHYS_DSGL_PCIRLXORDER   31
 
#define M_CPL_RX_PHYS_DSGL_PCIRLXORDER   0x1
 
#define V_CPL_RX_PHYS_DSGL_PCIRLXORDER(x)    ((x) << S_CPL_RX_PHYS_DSGL_PCIRLXORDER)
 
#define G_CPL_RX_PHYS_DSGL_PCIRLXORDER(x)
 
#define F_CPL_RX_PHYS_DSGL_PCIRLXORDER   V_CPL_RX_PHYS_DSGL_PCIRLXORDER(1U)
 
#define S_CPL_RX_PHYS_DSGL_PCINOSNOOP   30
 
#define M_CPL_RX_PHYS_DSGL_PCINOSNOOP   0x1
 
#define V_CPL_RX_PHYS_DSGL_PCINOSNOOP(x)    ((x) << S_CPL_RX_PHYS_DSGL_PCINOSNOOP)
 
#define G_CPL_RX_PHYS_DSGL_PCINOSNOOP(x)
 
#define F_CPL_RX_PHYS_DSGL_PCINOSNOOP   V_CPL_RX_PHYS_DSGL_PCINOSNOOP(1U)
 
#define S_CPL_RX_PHYS_DSGL_PCITPHNTENB   29
 
#define M_CPL_RX_PHYS_DSGL_PCITPHNTENB   0x1
 
#define V_CPL_RX_PHYS_DSGL_PCITPHNTENB(x)    ((x) << S_CPL_RX_PHYS_DSGL_PCITPHNTENB)
 
#define G_CPL_RX_PHYS_DSGL_PCITPHNTENB(x)
 
#define F_CPL_RX_PHYS_DSGL_PCITPHNTENB   V_CPL_RX_PHYS_DSGL_PCITPHNTENB(1U)
 
#define S_CPL_RX_PHYS_DSGL_PCITPHNT   27
 
#define M_CPL_RX_PHYS_DSGL_PCITPHNT   0x3
 
#define V_CPL_RX_PHYS_DSGL_PCITPHNT(x)   ((x) << S_CPL_RX_PHYS_DSGL_PCITPHNT)
 
#define G_CPL_RX_PHYS_DSGL_PCITPHNT(x)
 
#define S_CPL_RX_PHYS_DSGL_DCAID   16
 
#define M_CPL_RX_PHYS_DSGL_DCAID   0x7ff
 
#define V_CPL_RX_PHYS_DSGL_DCAID(x)   ((x) << S_CPL_RX_PHYS_DSGL_DCAID)
 
#define G_CPL_RX_PHYS_DSGL_DCAID(x)
 
#define S_CPL_RX_PHYS_DSGL_NOOFSGENTR   0
 
#define M_CPL_RX_PHYS_DSGL_NOOFSGENTR   0xffff
 
#define V_CPL_RX_PHYS_DSGL_NOOFSGENTR(x)    ((x) << S_CPL_RX_PHYS_DSGL_NOOFSGENTR)
 
#define G_CPL_RX_PHYS_DSGL_NOOFSGENTR(x)
 
#define S_CPL_TX_TLS_ACK_OPCODE   24
 
#define M_CPL_TX_TLS_ACK_OPCODE   0xff
 
#define V_CPL_TX_TLS_ACK_OPCODE(x)   ((x) << S_CPL_TX_TLS_ACK_OPCODE)
 
#define G_CPL_TX_TLS_ACK_OPCODE(x)    (((x) >> S_CPL_TX_TLS_ACK_OPCODE) & M_CPL_TX_TLS_ACK_OPCODE)
 
#define S_CPL_TX_TLS_ACK_RSVD1   23
 
#define M_CPL_TX_TLS_ACK_RSVD1   0x1
 
#define V_CPL_TX_TLS_ACK_RSVD1(x)   ((x) << S_CPL_TX_TLS_ACK_RSVD1)
 
#define G_CPL_TX_TLS_ACK_RSVD1(x)    (((x) >> S_CPL_TX_TLS_ACK_RSVD1) & M_CPL_TX_TLS_ACK_RSVD1)
 
#define F_CPL_TX_TLS_ACK_RSVD1   V_CPL_TX_TLS_ACK_RSVD1(1U)
 
#define S_CPL_TX_TLS_ACK_RXCHID   22
 
#define M_CPL_TX_TLS_ACK_RXCHID   0x1
 
#define V_CPL_TX_TLS_ACK_RXCHID(x)   ((x) << S_CPL_TX_TLS_ACK_RXCHID)
 
#define G_CPL_TX_TLS_ACK_RXCHID(x)    (((x) >> S_CPL_TX_TLS_ACK_RXCHID) & M_CPL_TX_TLS_ACK_RXCHID)
 
#define F_CPL_TX_TLS_ACK_RXCHID   V_CPL_TX_TLS_ACK_RXCHID(1U)
 
#define S_CPL_TX_TLS_ACK_FWMSG   21
 
#define M_CPL_TX_TLS_ACK_FWMSG   0x1
 
#define V_CPL_TX_TLS_ACK_FWMSG(x)   ((x) << S_CPL_TX_TLS_ACK_FWMSG)
 
#define G_CPL_TX_TLS_ACK_FWMSG(x)    (((x) >> S_CPL_TX_TLS_ACK_FWMSG) & M_CPL_TX_TLS_ACK_FWMSG)
 
#define F_CPL_TX_TLS_ACK_FWMSG   V_CPL_TX_TLS_ACK_FWMSG(1U)
 
#define S_CPL_TX_TLS_ACK_ULPTXLPBK   20
 
#define M_CPL_TX_TLS_ACK_ULPTXLPBK   0x1
 
#define V_CPL_TX_TLS_ACK_ULPTXLPBK(x)   ((x) << S_CPL_TX_TLS_ACK_ULPTXLPBK)
 
#define G_CPL_TX_TLS_ACK_ULPTXLPBK(x)    (((x) >> S_CPL_TX_TLS_ACK_ULPTXLPBK) & M_CPL_TX_TLS_ACK_ULPTXLPBK)
 
#define F_CPL_TX_TLS_ACK_ULPTXLPBK   V_CPL_TX_TLS_ACK_ULPTXLPBK(1U)
 
#define S_CPL_TX_TLS_ACK_CPLLEN   16
 
#define M_CPL_TX_TLS_ACK_CPLLEN   0xf
 
#define V_CPL_TX_TLS_ACK_CPLLEN(x)   ((x) << S_CPL_TX_TLS_ACK_CPLLEN)
 
#define G_CPL_TX_TLS_ACK_CPLLEN(x)    (((x) >> S_CPL_TX_TLS_ACK_CPLLEN) & M_CPL_TX_TLS_ACK_CPLLEN)
 
#define S_CPL_TX_TLS_ACK_COMPLONERR   15
 
#define M_CPL_TX_TLS_ACK_COMPLONERR   0x1
 
#define V_CPL_TX_TLS_ACK_COMPLONERR(x)   ((x) << S_CPL_TX_TLS_ACK_COMPLONERR)
 
#define G_CPL_TX_TLS_ACK_COMPLONERR(x)    (((x) >> S_CPL_TX_TLS_ACK_COMPLONERR) & M_CPL_TX_TLS_ACK_COMPLONERR)
 
#define F_CPL_TX_TLS_ACK_COMPLONERR   V_CPL_TX_TLS_ACK_COMPLONERR(1U)
 
#define S_CPL_TX_TLS_ACK_LCB   14
 
#define M_CPL_TX_TLS_ACK_LCB   0x1
 
#define V_CPL_TX_TLS_ACK_LCB(x)   ((x) << S_CPL_TX_TLS_ACK_LCB)
 
#define G_CPL_TX_TLS_ACK_LCB(x)    (((x) >> S_CPL_TX_TLS_ACK_LCB) & M_CPL_TX_TLS_ACK_LCB)
 
#define F_CPL_TX_TLS_ACK_LCB   V_CPL_TX_TLS_ACK_LCB(1U)
 
#define S_CPL_TX_TLS_ACK_PHASH   13
 
#define M_CPL_TX_TLS_ACK_PHASH   0x1
 
#define V_CPL_TX_TLS_ACK_PHASH(x)   ((x) << S_CPL_TX_TLS_ACK_PHASH)
 
#define G_CPL_TX_TLS_ACK_PHASH(x)    (((x) >> S_CPL_TX_TLS_ACK_PHASH) & M_CPL_TX_TLS_ACK_PHASH)
 
#define F_CPL_TX_TLS_ACK_PHASH   V_CPL_TX_TLS_ACK_PHASH(1U)
 
#define S_CPL_TX_TLS_ACK_RSVD2   0
 
#define M_CPL_TX_TLS_ACK_RSVD2   0x1fff
 
#define V_CPL_TX_TLS_ACK_RSVD2(x)   ((x) << S_CPL_TX_TLS_ACK_RSVD2)
 
#define G_CPL_TX_TLS_ACK_RSVD2(x)    (((x) >> S_CPL_TX_TLS_ACK_RSVD2) & M_CPL_TX_TLS_ACK_RSVD2)
 

Enumerations

enum  {
  CPL_PASS_OPEN_REQ = 0x1 , CPL_PASS_ACCEPT_RPL = 0x2 , CPL_ACT_OPEN_REQ = 0x3 , CPL_SET_TCB = 0x4 ,
  CPL_SET_TCB_FIELD = 0x5 , CPL_GET_TCB = 0x6 , CPL_CLOSE_CON_REQ = 0x8 , CPL_CLOSE_LISTSRV_REQ = 0x9 ,
  CPL_ABORT_REQ = 0xA , CPL_ABORT_RPL = 0xB , CPL_TX_DATA = 0xC , CPL_RX_DATA_ACK = 0xD ,
  CPL_TX_PKT = 0xE , CPL_RTE_DELETE_REQ = 0xF , CPL_RTE_WRITE_REQ = 0x10 , CPL_RTE_READ_REQ = 0x11 ,
  CPL_L2T_WRITE_REQ = 0x12 , CPL_L2T_READ_REQ = 0x13 , CPL_SMT_WRITE_REQ = 0x14 , CPL_SMT_READ_REQ = 0x15 ,
  CPL_TAG_WRITE_REQ = 0x16 , CPL_BARRIER = 0x18 , CPL_TID_RELEASE = 0x1A , CPL_TAG_READ_REQ = 0x1B ,
  CPL_SRQ_TABLE_REQ = 0x1C , CPL_TX_PKT_FSO = 0x1E , CPL_TX_DATA_ISO = 0x1F , CPL_CLOSE_LISTSRV_RPL = 0x20 ,
  CPL_ERROR = 0x21 , CPL_GET_TCB_RPL = 0x22 , CPL_L2T_WRITE_RPL = 0x23 , CPL_PASS_OPEN_RPL = 0x24 ,
  CPL_ACT_OPEN_RPL = 0x25 , CPL_PEER_CLOSE = 0x26 , CPL_RTE_DELETE_RPL = 0x27 , CPL_RTE_WRITE_RPL = 0x28 ,
  CPL_RX_URG_PKT = 0x29 , CPL_TAG_WRITE_RPL = 0x2A , CPL_ABORT_REQ_RSS = 0x2B , CPL_RX_URG_NOTIFY = 0x2C ,
  CPL_ABORT_RPL_RSS = 0x2D , CPL_SMT_WRITE_RPL = 0x2E , CPL_TX_DATA_ACK = 0x2F , CPL_RX_PHYS_ADDR = 0x30 ,
  CPL_PCMD_READ_RPL = 0x31 , CPL_CLOSE_CON_RPL = 0x32 , CPL_ISCSI_HDR = 0x33 , CPL_L2T_READ_RPL = 0x34 ,
  CPL_RDMA_CQE = 0x35 , CPL_RDMA_CQE_READ_RSP = 0x36 , CPL_RDMA_CQE_ERR = 0x37 , CPL_RTE_READ_RPL = 0x38 ,
  CPL_RX_DATA = 0x39 , CPL_SET_TCB_RPL = 0x3A , CPL_RX_PKT = 0x3B , CPL_TAG_READ_RPL = 0x3C ,
  CPL_HIT_NOTIFY = 0x3D , CPL_PKT_NOTIFY = 0x3E , CPL_RX_DDP_COMPLETE = 0x3F , CPL_ACT_ESTABLISH = 0x40 ,
  CPL_PASS_ESTABLISH = 0x41 , CPL_RX_DATA_DDP = 0x42 , CPL_SMT_READ_RPL = 0x43 , CPL_PASS_ACCEPT_REQ = 0x44 ,
  CPL_RX_ISCSI_CMP = 0x45 , CPL_RX_FCOE_DDP = 0x46 , CPL_FCOE_HDR = 0x47 , CPL_T5_TRACE_PKT = 0x48 ,
  CPL_RX_ISCSI_DDP = 0x49 , CPL_RX_FCOE_DIF = 0x4A , CPL_RX_DATA_DIF = 0x4B , CPL_ERR_NOTIFY = 0x4D ,
  CPL_RX_TLS_CMP = 0x4E , CPL_RDMA_READ_REQ = 0x60 , CPL_RX_ISCSI_DIF = 0x60 , CPL_SET_LE_REQ = 0x80 ,
  CPL_PASS_OPEN_REQ6 = 0x81 , CPL_ACT_OPEN_REQ6 = 0x83 , CPL_TX_TLS_PDU = 0x88 , CPL_TX_TLS_SFO = 0x89 ,
  CPL_TX_SEC_PDU = 0x8A , CPL_TX_TLS_ACK = 0x8B , CPL_RDMA_TERMINATE = 0xA2 , CPL_RDMA_WRITE = 0xA4 ,
  CPL_SGE_EGR_UPDATE = 0xA5 , CPL_SET_LE_RPL = 0xA6 , CPL_FW2_MSG = 0xA7 , CPL_FW2_PLD = 0xA8 ,
  CPL_T5_RDMA_READ_REQ = 0xA9 , CPL_RDMA_ATOMIC_REQ = 0xAA , CPL_RDMA_ATOMIC_RPL = 0xAB , CPL_RDMA_IMM_DATA = 0xAC ,
  CPL_RDMA_IMM_DATA_SE = 0xAD , CPL_RX_MPS_PKT = 0xAF , CPL_TRACE_PKT = 0xB0 , CPL_RX2TX_DATA = 0xB1 ,
  CPL_TLS_DATA = 0xB1 , CPL_ISCSI_DATA = 0xB2 , CPL_FCOE_DATA = 0xB3 , CPL_FW4_MSG = 0xC0 ,
  CPL_FW4_PLD = 0xC1 , CPL_FW4_ACK = 0xC3 , CPL_SRQ_TABLE_RPL = 0xCC , CPL_RX_PHYS_DSGL = 0xD0 ,
  CPL_FW6_MSG = 0xE0 , CPL_FW6_PLD = 0xE1 , CPL_TX_TNL_LSO = 0xEC , CPL_TX_PKT_LSO = 0xED ,
  CPL_TX_PKT_XT = 0xEE , NUM_CPL_CMDS
}
 
enum  CPL_error {
  CPL_ERR_NONE = 0 , CPL_ERR_TCAM_PARITY = 1 , CPL_ERR_TCAM_MISS = 2 , CPL_ERR_TCAM_FULL = 3 ,
  CPL_ERR_BAD_LENGTH = 15 , CPL_ERR_BAD_ROUTE = 18 , CPL_ERR_CONN_RESET = 20 , CPL_ERR_CONN_EXIST_SYNRECV = 21 ,
  CPL_ERR_CONN_EXIST = 22 , CPL_ERR_ARP_MISS = 23 , CPL_ERR_BAD_SYN = 24 , CPL_ERR_CONN_TIMEDOUT = 30 ,
  CPL_ERR_XMIT_TIMEDOUT = 31 , CPL_ERR_PERSIST_TIMEDOUT = 32 , CPL_ERR_FINWAIT2_TIMEDOUT = 33 , CPL_ERR_KEEPALIVE_TIMEDOUT = 34 ,
  CPL_ERR_RTX_NEG_ADVICE = 35 , CPL_ERR_PERSIST_NEG_ADVICE = 36 , CPL_ERR_KEEPALV_NEG_ADVICE = 37 , CPL_ERR_WAIT_ARP_RPL = 41 ,
  CPL_ERR_ABORT_FAILED = 42 , CPL_ERR_IWARP_FLM = 50 , CPL_CONTAINS_READ_RPL = 60 , CPL_CONTAINS_WRITE_RPL = 61
}
 
enum  { CPL_CONN_POLICY_AUTO = 0 , CPL_CONN_POLICY_ASK = 1 , CPL_CONN_POLICY_FILTER = 2 , CPL_CONN_POLICY_DENY = 3 }
 
enum  {
  ULP_MODE_NONE = 0 , ULP_MODE_ISCSI = 2 , ULP_MODE_RDMA = 4 , ULP_MODE_TCPDDP = 5 ,
  ULP_MODE_FCOE = 6 , ULP_MODE_TLS = 8
}
 
enum  { ULP_CRC_HEADER = 1 << 0 , ULP_CRC_DATA = 1 << 1 }
 
enum  { CPL_PASS_OPEN_ACCEPT , CPL_PASS_OPEN_REJECT , CPL_PASS_OPEN_ACCEPT_TNL }
 
enum  { CPL_ABORT_SEND_RST = 0 , CPL_ABORT_NO_RST }
 
enum  {
  TX_CSUM_TCP = 0 , TX_CSUM_UDP = 1 , TX_CSUM_CRC16 = 4 , TX_CSUM_CRC32 = 5 ,
  TX_CSUM_CRC32C = 6 , TX_CSUM_FCOE = 7 , TX_CSUM_TCPIP = 8 , TX_CSUM_UDPIP = 9 ,
  TX_CSUM_TCPIP6 = 10 , TX_CSUM_UDPIP6 = 11 , TX_CSUM_IP = 12
}
 
enum  {
  PKTYPE_XACT_UCAST = 0 , PKTYPE_HASH_UCAST = 1 , PKTYPE_XACT_MCAST = 2 , PKTYPE_HASH_MCAST = 3 ,
  PKTYPE_PROMISC = 4 , PKTYPE_HPROMISC = 5 , PKTYPE_BCAST = 6
}
 
enum  { DATYPE_UCAST , DATYPE_MCAST , DATYPE_BCAST }
 
enum  { CONG_ALG_RENO , CONG_ALG_TAHOE , CONG_ALG_NEWRENO , CONG_ALG_HIGHSPEED }
 
enum  { RSS_HASH_NONE = 0 , RSS_HASH_IP = 1 , RSS_HASH_TCP = 2 , RSS_HASH_UDP = 3 }
 
enum  { LE_CMD_READ = 0x4 , LE_CMD_WRITE = 0xb }
 
enum  {
  LE_SZ_NONE = 0 , LE_SZ_33 = 1 , LE_SZ_66 = 2 , LE_SZ_132 = 3 ,
  LE_SZ_264 = 4 , LE_SZ_528 = 5
}
 
enum  {
  FW_TYPE_CMD_RPL = 0 , FW_TYPE_WR_RPL = 1 , FW_TYPE_CQE = 2 , FW_TYPE_OFLD_CONNECTION_WR_RPL = 3 ,
  FW_TYPE_RSSCPL = 4 , FW_TYPE_WRERR_RPL = 5 , FW_TYPE_PI_ERR = 6 , FW_TYPE_TLS_KEY = 7
}
 
enum  { CPL_FW4_ACK_FLAGS_SEQVAL = 0x1 , CPL_FW4_ACK_FLAGS_CH = 0x2 , CPL_FW4_ACK_FLAGS_FLOWC = 0x4 }
 
enum  {
  FW6_TYPE_CMD_RPL = FW_TYPE_CMD_RPL , FW6_TYPE_WR_RPL = FW_TYPE_WR_RPL , FW6_TYPE_CQE = FW_TYPE_CQE , FW6_TYPE_OFLD_CONNECTION_WR_RPL = FW_TYPE_OFLD_CONNECTION_WR_RPL ,
  FW6_TYPE_RSSCPL = FW_TYPE_RSSCPL , FW6_TYPE_WRERR_RPL = FW_TYPE_WRERR_RPL , FW6_TYPE_PI_ERR = FW_TYPE_PI_ERR , NUM_FW6_TYPES
}
 
enum  { ULP_TX_MEM_READ = 2 , ULP_TX_MEM_WRITE = 3 , ULP_TX_PKT = 4 }
 
enum  {
  ULP_TX_SC_NOOP = 0x80 , ULP_TX_SC_IMM = 0x81 , ULP_TX_SC_DSGL = 0x82 , ULP_TX_SC_ISGL = 0x83 ,
  ULP_TX_SC_PICTRL = 0x84 , ULP_TX_SC_MEMRD = 0x86
}
 
enum  { ULP_TXPKT_DEST_TP = 0 , ULP_TXPKT_DEST_SGE , ULP_TXPKT_DEST_UP , ULP_TXPKT_DEST_DEVNULL }
 
enum  cpl_tx_tnl_lso_type { TX_TNL_TYPE_OPAQUE , TX_TNL_TYPE_NVGRE , TX_TNL_TYPE_VXLAN , TX_TNL_TYPE_GENEVE }
 

Functions

static int act_open_has_tid (int status)
 
static int act_open_rpl_status_to_errno (int status)
 

Macro Definition Documentation

◆ CPL_L2T_VLAN_NONE

#define CPL_L2T_VLAN_NONE   0xfff

Definition at line 2329 of file t4_msg.h.

◆ cpl_rx_iscsi_ddp

#define cpl_rx_iscsi_ddp   cpl_rx_data_ddp

Definition at line 1772 of file t4_msg.h.

◆ cpl_tx_pkt_xt

#define cpl_tx_pkt_xt   cpl_tx_pkt

Definition at line 1276 of file t4_msg.h.

◆ F_AOPEN_FCOEMASK

#define F_AOPEN_FCOEMASK   V_AOPEN_FCOEMASK(1U)

Definition at line 846 of file t4_msg.h.

◆ F_CCTRL_ECN

#define F_CCTRL_ECN   V_CCTRL_ECN(1U)

Definition at line 622 of file t4_msg.h.

◆ F_CONG_CNTRL_VALID

#define F_CONG_CNTRL_VALID   V_CONG_CNTRL_VALID(1U)

Definition at line 589 of file t4_msg.h.

◆ F_CPL_FW4_ACK_SEQVAL

#define F_CPL_FW4_ACK_SEQVAL   V_CPL_FW4_ACK_SEQVAL(1U)

Definition at line 2796 of file t4_msg.h.

◆ F_CPL_RX_PHYS_DSGL_ISRDMA

#define F_CPL_RX_PHYS_DSGL_ISRDMA   V_CPL_RX_PHYS_DSGL_ISRDMA(1U)

Definition at line 3614 of file t4_msg.h.

◆ F_CPL_RX_PHYS_DSGL_PCINOSNOOP

#define F_CPL_RX_PHYS_DSGL_PCINOSNOOP   V_CPL_RX_PHYS_DSGL_PCINOSNOOP(1U)

Definition at line 3638 of file t4_msg.h.

◆ F_CPL_RX_PHYS_DSGL_PCIRLXORDER

#define F_CPL_RX_PHYS_DSGL_PCIRLXORDER   V_CPL_RX_PHYS_DSGL_PCIRLXORDER(1U)

Definition at line 3629 of file t4_msg.h.

◆ F_CPL_RX_PHYS_DSGL_PCITPHNTENB

#define F_CPL_RX_PHYS_DSGL_PCITPHNTENB   V_CPL_RX_PHYS_DSGL_PCITPHNTENB(1U)

Definition at line 3647 of file t4_msg.h.

◆ F_CPL_TX_DATA_ISO_CPLHDRLEN

#define F_CPL_TX_DATA_ISO_CPLHDRLEN   V_CPL_TX_DATA_ISO_CPLHDRLEN(1U)

Definition at line 1567 of file t4_msg.h.

◆ F_CPL_TX_DATA_ISO_FIRST

#define F_CPL_TX_DATA_ISO_FIRST   V_CPL_TX_DATA_ISO_FIRST(1U)

Definition at line 1553 of file t4_msg.h.

◆ F_CPL_TX_DATA_ISO_HDRCRC

#define F_CPL_TX_DATA_ISO_HDRCRC   V_CPL_TX_DATA_ISO_HDRCRC(1U)

Definition at line 1574 of file t4_msg.h.

◆ F_CPL_TX_DATA_ISO_IMMEDIATE

#define F_CPL_TX_DATA_ISO_IMMEDIATE   V_CPL_TX_DATA_ISO_IMMEDIATE(1U)

Definition at line 1588 of file t4_msg.h.

◆ F_CPL_TX_DATA_ISO_LAST

#define F_CPL_TX_DATA_ISO_LAST   V_CPL_TX_DATA_ISO_LAST(1U)

Definition at line 1560 of file t4_msg.h.

◆ F_CPL_TX_DATA_ISO_PLDCRC

#define F_CPL_TX_DATA_ISO_PLDCRC   V_CPL_TX_DATA_ISO_PLDCRC(1U)

Definition at line 1581 of file t4_msg.h.

◆ F_CPL_TX_SEC_PDU_ACKFOLLOWS

#define F_CPL_TX_SEC_PDU_ACKFOLLOWS   V_CPL_TX_SEC_PDU_ACKFOLLOWS(1U)

Definition at line 3489 of file t4_msg.h.

◆ F_CPL_TX_SEC_PDU_RXCHID

#define F_CPL_TX_SEC_PDU_RXCHID   V_CPL_TX_SEC_PDU_RXCHID(1U)

Definition at line 3481 of file t4_msg.h.

◆ F_CPL_TX_SEC_PDU_ULPTXLPBK

#define F_CPL_TX_SEC_PDU_ULPTXLPBK   V_CPL_TX_SEC_PDU_ULPTXLPBK(1U)

Definition at line 3497 of file t4_msg.h.

◆ F_CPL_TX_TLS_ACK_COMPLONERR

#define F_CPL_TX_TLS_ACK_COMPLONERR   V_CPL_TX_TLS_ACK_COMPLONERR(1U)

Definition at line 3723 of file t4_msg.h.

◆ F_CPL_TX_TLS_ACK_FWMSG

#define F_CPL_TX_TLS_ACK_FWMSG   V_CPL_TX_TLS_ACK_FWMSG(1U)

Definition at line 3703 of file t4_msg.h.

◆ F_CPL_TX_TLS_ACK_LCB

#define F_CPL_TX_TLS_ACK_LCB   V_CPL_TX_TLS_ACK_LCB(1U)

Definition at line 3730 of file t4_msg.h.

◆ F_CPL_TX_TLS_ACK_PHASH

#define F_CPL_TX_TLS_ACK_PHASH   V_CPL_TX_TLS_ACK_PHASH(1U)

Definition at line 3737 of file t4_msg.h.

◆ F_CPL_TX_TLS_ACK_RSVD1

#define F_CPL_TX_TLS_ACK_RSVD1   V_CPL_TX_TLS_ACK_RSVD1(1U)

Definition at line 3689 of file t4_msg.h.

◆ F_CPL_TX_TLS_ACK_RXCHID

#define F_CPL_TX_TLS_ACK_RXCHID   V_CPL_TX_TLS_ACK_RXCHID(1U)

Definition at line 3696 of file t4_msg.h.

◆ F_CPL_TX_TLS_ACK_ULPTXLPBK

#define F_CPL_TX_TLS_ACK_ULPTXLPBK   V_CPL_TX_TLS_ACK_ULPTXLPBK(1U)

Definition at line 3710 of file t4_msg.h.

◆ F_CPL_TX_TNL_LSO_ETHHDRLENX

#define F_CPL_TX_TNL_LSO_ETHHDRLENX   V_CPL_TX_TNL_LSO_ETHHDRLENX(1U)

Definition at line 3147 of file t4_msg.h.

◆ F_CPL_TX_TNL_LSO_ETHHDRLENXOUT

#define F_CPL_TX_TNL_LSO_ETHHDRLENXOUT   V_CPL_TX_TNL_LSO_ETHHDRLENXOUT(1U)

Definition at line 3024 of file t4_msg.h.

◆ F_CPL_TX_TNL_LSO_FIRST

#define F_CPL_TX_TNL_LSO_FIRST   V_CPL_TX_TNL_LSO_FIRST(1U)

Definition at line 3009 of file t4_msg.h.

◆ F_CPL_TX_TNL_LSO_FLOW

#define F_CPL_TX_TNL_LSO_FLOW   V_CPL_TX_TNL_LSO_FLOW(1U)

Definition at line 3108 of file t4_msg.h.

◆ F_CPL_TX_TNL_LSO_IPHDRCHKOUT

#define F_CPL_TX_TNL_LSO_IPHDRCHKOUT   V_CPL_TX_TNL_LSO_IPHDRCHKOUT(1U)

Definition at line 3051 of file t4_msg.h.

◆ F_CPL_TX_TNL_LSO_IPIDINCOUT

#define F_CPL_TX_TNL_LSO_IPIDINCOUT   V_CPL_TX_TNL_LSO_IPIDINCOUT(1U)

Definition at line 3065 of file t4_msg.h.

◆ F_CPL_TX_TNL_LSO_IPIDSPLIT

#define F_CPL_TX_TNL_LSO_IPIDSPLIT   V_CPL_TX_TNL_LSO_IPIDSPLIT(1U)

Definition at line 3140 of file t4_msg.h.

◆ F_CPL_TX_TNL_LSO_IPIDSPLITOUT

#define F_CPL_TX_TNL_LSO_IPIDSPLITOUT   V_CPL_TX_TNL_LSO_IPIDSPLITOUT(1U)

Definition at line 3073 of file t4_msg.h.

◆ F_CPL_TX_TNL_LSO_IPLENSETOUT

#define F_CPL_TX_TNL_LSO_IPLENSETOUT   V_CPL_TX_TNL_LSO_IPLENSETOUT(1U)

Definition at line 3058 of file t4_msg.h.

◆ F_CPL_TX_TNL_LSO_IPV6

#define F_CPL_TX_TNL_LSO_IPV6   V_CPL_TX_TNL_LSO_IPV6(1U)

Definition at line 3115 of file t4_msg.h.

◆ F_CPL_TX_TNL_LSO_IPV6OUT

#define F_CPL_TX_TNL_LSO_IPV6OUT   V_CPL_TX_TNL_LSO_IPV6OUT(1U)

Definition at line 3031 of file t4_msg.h.

◆ F_CPL_TX_TNL_LSO_LAST

#define F_CPL_TX_TNL_LSO_LAST   V_CPL_TX_TNL_LSO_LAST(1U)

Definition at line 3016 of file t4_msg.h.

◆ F_CPL_TX_TNL_LSO_UDPCHKCLROUT

#define F_CPL_TX_TNL_LSO_UDPCHKCLROUT   V_CPL_TX_TNL_LSO_UDPCHKCLROUT(1U)

Definition at line 3089 of file t4_msg.h.

◆ F_CPL_TX_TNL_LSO_UDPLENSETOUT

#define F_CPL_TX_TNL_LSO_UDPLENSETOUT   V_CPL_TX_TNL_LSO_UDPLENSETOUT(1U)

Definition at line 3081 of file t4_msg.h.

◆ F_DDP_BUF_COMPLETE

#define F_DDP_BUF_COMPLETE   V_DDP_BUF_COMPLETE(1U)

Definition at line 1928 of file t4_msg.h.

◆ F_DDP_BUF_IDX

#define F_DDP_BUF_IDX   V_DDP_BUF_IDX(1U)

Definition at line 1916 of file t4_msg.h.

◆ F_DDP_BUF_TIMED_OUT

#define F_DDP_BUF_TIMED_OUT   V_DDP_BUF_TIMED_OUT(1U)

Definition at line 1932 of file t4_msg.h.

◆ F_DDP_COLOR_ERR

#define F_DDP_COLOR_ERR   V_DDP_COLOR_ERR(1U)

Definition at line 1888 of file t4_msg.h.

◆ F_DDP_DATACRC_ERR

#define F_DDP_DATACRC_ERR   V_DDP_DATACRC_ERR(1U)

Definition at line 1872 of file t4_msg.h.

◆ F_DDP_HDRCRC_ERR

#define F_DDP_HDRCRC_ERR   V_DDP_HDRCRC_ERR(1U)

Definition at line 1868 of file t4_msg.h.

◆ F_DDP_INV

#define F_DDP_INV   V_DDP_INV(1U)

Definition at line 1936 of file t4_msg.h.

◆ F_DDP_INVALID_PPOD

#define F_DDP_INVALID_PPOD   V_DDP_INVALID_PPOD(1U)

Definition at line 1896 of file t4_msg.h.

◆ F_DDP_INVALID_TAG

#define F_DDP_INVALID_TAG   V_DDP_INVALID_TAG(1U)

Definition at line 1876 of file t4_msg.h.

◆ F_DDP_LLIMIT_ERR

#define F_DDP_LLIMIT_ERR   V_DDP_LLIMIT_ERR(1U)

Definition at line 1856 of file t4_msg.h.

◆ F_DDP_OFFSET_ERR

#define F_DDP_OFFSET_ERR   V_DDP_OFFSET_ERR(1U)

Definition at line 1884 of file t4_msg.h.

◆ F_DDP_PADDING_ERR

#define F_DDP_PADDING_ERR   V_DDP_PADDING_ERR(1U)

Definition at line 1864 of file t4_msg.h.

◆ F_DDP_PDU

#define F_DDP_PDU   V_DDP_PDU(1U)

Definition at line 1852 of file t4_msg.h.

◆ F_DDP_PPOD_MISMATCH

#define F_DDP_PPOD_MISMATCH   V_DDP_PPOD_MISMATCH(1U)

Definition at line 1848 of file t4_msg.h.

◆ F_DDP_PPOD_PARITY_ERR

#define F_DDP_PPOD_PARITY_ERR   V_DDP_PPOD_PARITY_ERR(1U)

Definition at line 1860 of file t4_msg.h.

◆ F_DDP_PSH

#define F_DDP_PSH   V_DDP_PSH(1U)

Definition at line 1924 of file t4_msg.h.

◆ F_DDP_TID_MISMATCH

#define F_DDP_TID_MISMATCH   V_DDP_TID_MISMATCH(1U)

Definition at line 1892 of file t4_msg.h.

◆ F_DDP_ULIMIT_ERR

#define F_DDP_ULIMIT_ERR   V_DDP_ULIMIT_ERR(1U)

Definition at line 1880 of file t4_msg.h.

◆ F_DDP_URG

#define F_DDP_URG   V_DDP_URG(1U)

Definition at line 1920 of file t4_msg.h.

◆ F_DELACK

#define F_DELACK   V_DELACK(1U)

Definition at line 450 of file t4_msg.h.

◆ F_FSO_INITIATOR

#define F_FSO_INITIATOR   V_FSO_INITIATOR(1U)

Definition at line 1509 of file t4_msg.h.

◆ F_FSO_XCHG_CLASS

#define F_FSO_XCHG_CLASS   V_FSO_XCHG_CLASS(1U)

Definition at line 1505 of file t4_msg.h.

◆ F_INJECT_TIMER

#define F_INJECT_TIMER   V_INJECT_TIMER(1U)

Definition at line 454 of file t4_msg.h.

◆ F_ISCSI_DDP

#define F_ISCSI_DDP   V_ISCSI_DDP(1U)

Definition at line 1624 of file t4_msg.h.

◆ F_KEEP_ALIVE

#define F_KEEP_ALIVE   V_KEEP_ALIVE(1ULL)

Definition at line 500 of file t4_msg.h.

◆ F_L2T_W_ARPMISS

#define F_L2T_W_ARPMISS   V_L2T_W_ARPMISS(1U)

Definition at line 2323 of file t4_msg.h.

◆ F_L2T_W_NOREPLY

#define F_L2T_W_NOREPLY   V_L2T_W_NOREPLY(1U)

Definition at line 2327 of file t4_msg.h.

◆ F_L2T_W_PKBK

#define F_L2T_W_PKBK   V_L2T_W_LPBK(1U)

Definition at line 2319 of file t4_msg.h.

◆ F_LE_MORE

#define F_LE_MORE   V_LE_MORE(1U)

Definition at line 2652 of file t4_msg.h.

◆ F_LE_REQ_IP6

#define F_LE_REQ_IP6   V_LE_REQ_IP6(1U)

Definition at line 2637 of file t4_msg.h.

◆ F_LE_RSPTYPE

#define F_LE_RSPTYPE   V_LE_RSPTYPE(1U)

Definition at line 2685 of file t4_msg.h.

◆ F_LISTEN_FILTER

#define F_LISTEN_FILTER   V_LISTEN_FILTER(1U)

Definition at line 537 of file t4_msg.h.

◆ F_LISTSVR_IPV6

#define F_LISTSVR_IPV6   V_LISTSVR_IPV6(1U)

Definition at line 1021 of file t4_msg.h.

◆ F_LSO_FIRST_SLICE

#define F_LSO_FIRST_SLICE   V_LSO_FIRST_SLICE(1U)

Definition at line 1470 of file t4_msg.h.

◆ F_LSO_IPID_SPLIT

#define F_LSO_IPID_SPLIT   V_LSO_IPID_SPLIT(1U)

Definition at line 1490 of file t4_msg.h.

◆ F_LSO_IPV6

#define F_LSO_IPV6   V_LSO_IPV6(1U)

Definition at line 1458 of file t4_msg.h.

◆ F_LSO_LAST_SLICE

#define F_LSO_LAST_SLICE   V_LSO_LAST_SLICE(1U)

Definition at line 1466 of file t4_msg.h.

◆ F_LSO_OFLD_ENCAP

#define F_LSO_OFLD_ENCAP   V_LSO_OFLD_ENCAP(1U)

Definition at line 1462 of file t4_msg.h.

◆ F_MAX_RT_OVERRIDE

#define F_MAX_RT_OVERRIDE   V_MAX_RT_OVERRIDE(1ULL)

Definition at line 509 of file t4_msg.h.

◆ F_NAGLE

#define F_NAGLE   V_NAGLE(1ULL)

Definition at line 491 of file t4_msg.h.

◆ F_NO_CONG

#define F_NO_CONG   V_NO_CONG(1U)

Definition at line 446 of file t4_msg.h.

◆ F_NO_REPLY

#define F_NO_REPLY   V_NO_REPLY(1U)

Definition at line 942 of file t4_msg.h.

◆ F_NON_OFFLOAD

#define F_NON_OFFLOAD   V_NON_OFFLOAD(1U)

Definition at line 458 of file t4_msg.h.

◆ F_PACE_VALID

#define F_PACE_VALID   V_PACE_VALID(1U)

Definition at line 597 of file t4_msg.h.

◆ F_REPLY_CHAN

#define F_REPLY_CHAN   V_REPLY_CHAN(1U)

Definition at line 938 of file t4_msg.h.

◆ F_RSS_QUEUE_VALID

#define F_RSS_QUEUE_VALID   V_RSS_QUEUE_VALID(1U)

Definition at line 566 of file t4_msg.h.

◆ F_RTE_READ_REQ_SELECT

#define F_RTE_READ_REQ_SELECT   V_RTE_READ_REQ_SELECT(1U)

Definition at line 2229 of file t4_msg.h.

◆ F_RTE_WR_FADDR

#define F_RTE_WR_FADDR   V_RTE_WR_FADDR(1U)

Definition at line 2255 of file t4_msg.h.

◆ F_RTE_WR_L2TIDX

#define F_RTE_WR_L2TIDX   V_RTE_WR_L2TIDX(1U)

Definition at line 2251 of file t4_msg.h.

◆ F_RX_CHANNEL

#define F_RX_CHANNEL   V_RX_CHANNEL(1U)

Definition at line 618 of file t4_msg.h.

◆ F_RX_COALESCE_VALID

#define F_RX_COALESCE_VALID   V_RX_COALESCE_VALID(1U)

Definition at line 570 of file t4_msg.h.

◆ F_RX_DACK_CHANGE

#define F_RX_DACK_CHANGE   V_RX_DACK_CHANGE(1U)

Definition at line 1748 of file t4_msg.h.

◆ F_RX_FC_DDP

#define F_RX_FC_DDP   V_RX_FC_DDP(1U)

Definition at line 605 of file t4_msg.h.

◆ F_RX_FC_DISABLE

#define F_RX_FC_DISABLE   V_RX_FC_DISABLE(1U)

Definition at line 601 of file t4_msg.h.

◆ F_RX_FC_VALID

#define F_RX_FC_VALID   V_RX_FC_VALID(1U)

Definition at line 609 of file t4_msg.h.

◆ F_RX_FORCE_ACK

#define F_RX_FORCE_ACK   V_RX_FORCE_ACK(1U)

Definition at line 1739 of file t4_msg.h.

◆ F_RX_MODULATE_RX

#define F_RX_MODULATE_RX   V_RX_MODULATE_RX(1U)

Definition at line 1735 of file t4_msg.h.

◆ F_RX_MODULATE_TX

#define F_RX_MODULATE_TX   V_RX_MODULATE_TX(1U)

Definition at line 1731 of file t4_msg.h.

◆ F_RXERR_ATTACK

#define F_RXERR_ATTACK   V_RXERR_ATTACK(1U)

Definition at line 2072 of file t4_msg.h.

◆ F_RXERR_CSUM

#define F_RXERR_CSUM   V_RXERR_CSUM(1U)

Definition at line 2100 of file t4_msg.h.

◆ F_RXERR_ETHHDR_LEN

#define F_RXERR_ETHHDR_LEN   V_RXERR_ETHHDR_LEN(1U)

Definition at line 2076 of file t4_msg.h.

◆ F_RXERR_FRAG

#define F_RXERR_FRAG   V_RXERR_FRAG(1U)

Definition at line 2068 of file t4_msg.h.

◆ F_RXERR_IPCSUM

#define F_RXERR_IPCSUM   V_RXERR_IPCSUM(1U)

Definition at line 2096 of file t4_msg.h.

◆ F_RXERR_IPHDR_LEN

#define F_RXERR_IPHDR_LEN   V_RXERR_IPHDR_LEN(1U)

Definition at line 2080 of file t4_msg.h.

◆ F_RXERR_IPVERS

#define F_RXERR_IPVERS   V_RXERR_IPVERS(1U)

Definition at line 2064 of file t4_msg.h.

◆ F_RXERR_MAC

#define F_RXERR_MAC   V_RXERR_MAC(1U)

Definition at line 2060 of file t4_msg.h.

◆ F_RXERR_OR

#define F_RXERR_OR   V_RXERR_OR(1U)

Definition at line 2056 of file t4_msg.h.

◆ F_RXERR_PING

#define F_RXERR_PING   V_RXERR_PING(1U)

Definition at line 2104 of file t4_msg.h.

◆ F_RXERR_PKT_LEN

#define F_RXERR_PKT_LEN   V_RXERR_PKT_LEN(1U)

Definition at line 2088 of file t4_msg.h.

◆ F_RXERR_TCP_OPT

#define F_RXERR_TCP_OPT   V_RXERR_TCP_OPT(1U)

Definition at line 2092 of file t4_msg.h.

◆ F_RXERR_TCPHDR_LEN

#define F_RXERR_TCPHDR_LEN   V_RXERR_TCPHDR_LEN(1U)

Definition at line 2084 of file t4_msg.h.

◆ F_RXF_FCOE

#define F_RXF_FCOE   V_RXF_FCOE(1U)

Definition at line 2031 of file t4_msg.h.

◆ F_RXF_IP

#define F_RXF_IP   V_RXF_IP(1U)

Definition at line 2019 of file t4_msg.h.

◆ F_RXF_IP6

#define F_RXF_IP6   V_RXF_IP6(1U)

Definition at line 2023 of file t4_msg.h.

◆ F_RXF_LRO

#define F_RXF_LRO   V_RXF_LRO(1U)

Definition at line 2035 of file t4_msg.h.

◆ F_RXF_PSH

#define F_RXF_PSH   V_RXF_PSH(1U)

Definition at line 2003 of file t4_msg.h.

◆ F_RXF_SYN

#define F_RXF_SYN   V_RXF_SYN(1U)

Definition at line 2007 of file t4_msg.h.

◆ F_RXF_SYN_COOKIE

#define F_RXF_SYN_COOKIE   V_RXF_SYN_COOKIE(1U)

Definition at line 2027 of file t4_msg.h.

◆ F_RXF_TCP

#define F_RXF_TCP   V_RXF_TCP(1U)

Definition at line 2015 of file t4_msg.h.

◆ F_RXF_UDP

#define F_RXF_UDP   V_RXF_UDP(1U)

Definition at line 2011 of file t4_msg.h.

◆ F_SACK_EN

#define F_SACK_EN   V_SACK_EN(1U)

Definition at line 634 of file t4_msg.h.

◆ F_SCMD_AADIVDROP

#define F_SCMD_AADIVDROP   V_SCMD_AADIVDROP(1U)

Definition at line 3449 of file t4_msg.h.

◆ F_SCMD_CIPH_AUTH_SEQ_CTRL

#define F_SCMD_CIPH_AUTH_SEQ_CTRL   V_SCMD_CIPH_AUTH_SEQ_CTRL(1U)

Definition at line 3337 of file t4_msg.h.

◆ F_SCMD_ENC_DEC_CTRL

#define F_SCMD_ENC_DEC_CTRL   V_SCMD_ENC_DEC_CTRL(1U)

Definition at line 3328 of file t4_msg.h.

◆ F_SCMD_IV_GEN_CTRL

#define F_SCMD_IV_GEN_CTRL   V_SCMD_IV_GEN_CTRL(1U)

Definition at line 3395 of file t4_msg.h.

◆ F_SCMD_KEY_CTX_INLINE

#define F_SCMD_KEY_CTX_INLINE   V_SCMD_KEY_CTX_INLINE(1U)

Definition at line 3421 of file t4_msg.h.

◆ F_SCMD_MAC_ONLY

#define F_SCMD_MAC_ONLY   V_SCMD_MAC_ONLY(1U)

Definition at line 3439 of file t4_msg.h.

◆ F_SCMD_STATUS_PRESENT

#define F_SCMD_STATUS_PRESENT   V_SCMD_STATUS_PRESENT(1U)

Definition at line 3312 of file t4_msg.h.

◆ F_SCMD_TLS_FRAG_ENABLE

#define F_SCMD_TLS_FRAG_ENABLE   V_SCMD_TLS_FRAG_ENABLE(1U)

Definition at line 3429 of file t4_msg.h.

◆ F_SMTW_NORPL

#define F_SMTW_NORPL   V_SMTW_NORPL(1U)

Definition at line 2467 of file t4_msg.h.

◆ F_SMTW_VF_VLD

#define F_SMTW_VF_VLD   V_SMTW_VF_VLD(1U)

Definition at line 2482 of file t4_msg.h.

◆ F_SYN_DEFENSE

#define F_SYN_DEFENSE   V_SYN_DEFENSE(1U)

Definition at line 541 of file t4_msg.h.

◆ F_SYN_RSS_ENABLE

#define F_SYN_RSS_ENABLE   V_SYN_RSS_ENABLE(1U)

Definition at line 519 of file t4_msg.h.

◆ F_SYN_RSS_USE_HASH

#define F_SYN_RSS_USE_HASH   V_SYN_RSS_USE_HASH(1U)

Definition at line 523 of file t4_msg.h.

◆ F_SYN_XACT_MATCH

#define F_SYN_XACT_MATCH   V_SYN_XACT_MATCH(1U)

Definition at line 773 of file t4_msg.h.

◆ F_T5_ISS

#define F_T5_ISS   V_T5_ISS(1U)

Definition at line 593 of file t4_msg.h.

◆ F_T5_OPT_2_VALID

#define F_T5_OPT_2_VALID   V_T5_OPT_2_VALID(1U)

Definition at line 638 of file t4_msg.h.

◆ F_T5_ULP_MEMIO_IMM

#define F_T5_ULP_MEMIO_IMM   V_T5_ULP_MEMIO_IMM(1U)

Definition at line 2913 of file t4_msg.h.

◆ F_T5_ULP_MEMIO_ORDER

#define F_T5_ULP_MEMIO_ORDER   V_T5_ULP_MEMIO_ORDER(1U)

Definition at line 2917 of file t4_msg.h.

◆ F_T6_COMPR_RXERR_IPV6_EXT

#define F_T6_COMPR_RXERR_IPV6_EXT   V_T6_COMPR_RXERR_IPV6_EXT(1U)

Definition at line 2137 of file t4_msg.h.

◆ F_T6_COMPR_RXERR_LEN

#define F_T6_COMPR_RXERR_LEN   V_COMPR_T6_RXERR_LEN(1U)

Definition at line 2129 of file t4_msg.h.

◆ F_T6_COMPR_RXERR_MAC

#define F_T6_COMPR_RXERR_MAC   V_T6_COMPR_RXERR_MAC(1U)

Definition at line 2122 of file t4_msg.h.

◆ F_T6_COMPR_RXERR_MISC

#define F_T6_COMPR_RXERR_MISC   V_T6_COMPR_RXERR_MISC(1U)

Definition at line 2149 of file t4_msg.h.

◆ F_T6_COMPR_RXERR_SUM

#define F_T6_COMPR_RXERR_SUM   V_T6_COMPR_RXERR_SUM(1U)

Definition at line 2142 of file t4_msg.h.

◆ F_T6_COMPR_RXERR_TCP_OPT

#define F_T6_COMPR_RXERR_TCP_OPT   V_T6_COMPR_RXERR_TCP_OPT(1U)

Definition at line 2133 of file t4_msg.h.

◆ F_T6_TX_FORCE

#define F_T6_TX_FORCE   V_T6_TX_FORCE(1U)

Definition at line 1217 of file t4_msg.h.

◆ F_TAGW_INS_ENABLE

#define F_TAGW_INS_ENABLE   V_TAGW_INS_ENABLE(1U)

Definition at line 2537 of file t4_msg.h.

◆ F_TAGW_LEN

#define F_TAGW_LEN   V_TAGW_LEN(1U)

Definition at line 2533 of file t4_msg.h.

◆ F_TAGW_NORPL

#define F_TAGW_NORPL   V_TAGW_NORPL(1U)

Definition at line 2541 of file t4_msg.h.

◆ F_TCAM_BYPASS

#define F_TCAM_BYPASS   V_TCAM_BYPASS(1ULL)

Definition at line 487 of file t4_msg.h.

◆ F_TSTAMPS_EN

#define F_TSTAMPS_EN   V_TSTAMPS_EN(1U)

Definition at line 630 of file t4_msg.h.

◆ F_TX_BYPASS

#define F_TX_BYPASS   V_TX_BYPASS(1U)

Definition at line 1221 of file t4_msg.h.

◆ F_TX_CLOSE

#define F_TX_CLOSE   V_TX_CLOSE(1U)

Definition at line 1235 of file t4_msg.h.

◆ F_TX_FLUSH

#define F_TX_FLUSH   V_TX_FLUSH(1U)

Definition at line 1205 of file t4_msg.h.

◆ F_TX_FORCE

#define F_TX_FORCE   V_TX_FORCE(1U)

Definition at line 1189 of file t4_msg.h.

◆ F_TX_IMM_ACK

#define F_TX_IMM_ACK   V_TX_IMM_ACK(1U)

Definition at line 1243 of file t4_msg.h.

◆ F_TX_IMM_DMA

#define F_TX_IMM_DMA   V_TX_IMM_DMA(1U)

Definition at line 1247 of file t4_msg.h.

◆ F_TX_INIT

#define F_TX_INIT   V_TX_INIT(1U)

Definition at line 1239 of file t4_msg.h.

◆ F_TX_MORE

#define F_TX_MORE   V_TX_MORE(1U)

Definition at line 1197 of file t4_msg.h.

◆ F_TX_PROXY

#define F_TX_PROXY   V_TX_PROXY(1U)

Definition at line 1175 of file t4_msg.h.

◆ F_TX_PUSH

#define F_TX_PUSH   V_TX_PUSH(1U)

Definition at line 1225 of file t4_msg.h.

◆ F_TX_SAVE

#define F_TX_SAVE   V_TX_SAVE(1U)

Definition at line 1209 of file t4_msg.h.

◆ F_TX_SHOVE

#define F_TX_SHOVE   V_TX_SHOVE(1U)

Definition at line 1193 of file t4_msg.h.

◆ F_TX_TNL

#define F_TX_TNL   V_TX_TNL(1U)

Definition at line 1213 of file t4_msg.h.

◆ F_TX_URG

#define F_TX_URG   V_TX_URG(1U)

Definition at line 1201 of file t4_msg.h.

◆ F_TXPKT_INS_OVLAN

#define F_TXPKT_INS_OVLAN   V_TXPKT_INS_OVLAN(1U)

Definition at line 1319 of file t4_msg.h.

◆ F_TXPKT_IPCSUM_DIS

#define F_TXPKT_IPCSUM_DIS   V_TXPKT_IPCSUM_DIS(1ULL)

Definition at line 1403 of file t4_msg.h.

◆ F_TXPKT_IPSEC

#define F_TXPKT_IPSEC   V_TXPKT_IPSEC(1ULL)

Definition at line 1399 of file t4_msg.h.

◆ F_TXPKT_L4CSUM_DIS

#define F_TXPKT_L4CSUM_DIS   V_TXPKT_L4CSUM_DIS(1ULL)

Definition at line 1407 of file t4_msg.h.

◆ F_TXPKT_LOOPBACK

#define F_TXPKT_LOOPBACK   V_TXPKT_LOOPBACK(1U)

Definition at line 1331 of file t4_msg.h.

◆ F_TXPKT_SPECIAL_STAT

#define F_TXPKT_SPECIAL_STAT   V_TXPKT_SPECIAL_STAT(1U)

Definition at line 1311 of file t4_msg.h.

◆ F_TXPKT_STAT_DIS

#define F_TXPKT_STAT_DIS   V_TXPKT_STAT_DIS(1U)

Definition at line 1327 of file t4_msg.h.

◆ F_TXPKT_T5_FCS_DIS

#define F_TXPKT_T5_FCS_DIS   V_TXPKT_T5_FCS_DIS(1U)

Definition at line 1315 of file t4_msg.h.

◆ F_TXPKT_T5_INS_OVLAN

#define F_TXPKT_T5_INS_OVLAN   V_TXPKT_T5_INS_OVLAN(1U)

Definition at line 1323 of file t4_msg.h.

◆ F_TXPKT_TSTAMP

#define F_TXPKT_TSTAMP   V_TXPKT_TSTAMP(1U)

Definition at line 1335 of file t4_msg.h.

◆ F_TXPKT_VF_VLD

#define F_TXPKT_VF_VLD   V_TXPKT_VF_VLD(1U)

Definition at line 1291 of file t4_msg.h.

◆ F_TXPKT_VLAN_VLD

#define F_TXPKT_VLAN_VLD   V_TXPKT_VLAN_VLD(1ULL)

Definition at line 1395 of file t4_msg.h.

◆ F_ULP_MEMIO_LOCK

#define F_ULP_MEMIO_LOCK   V_ULP_MEMIO_LOCK(1U)

Definition at line 2930 of file t4_msg.h.

◆ F_ULP_MEMIO_ORDER

#define F_ULP_MEMIO_ORDER   V_ULP_MEMIO_ORDER(1U)

Definition at line 2909 of file t4_msg.h.

◆ F_ULP_TX_SC_MORE

#define F_ULP_TX_SC_MORE   V_ULP_TX_SC_MORE(1U)

Definition at line 2853 of file t4_msg.h.

◆ F_ULP_TXPKT_CHANNELID

#define F_ULP_TXPKT_CHANNELID   V_ULP_TXPKT_CHANNELID(1U)

Definition at line 2963 of file t4_msg.h.

◆ F_ULP_TXPKT_DATAMODIFY

#define F_ULP_TXPKT_DATAMODIFY   V_ULP_TXPKT_DATAMODIFY(1U)

Definition at line 2956 of file t4_msg.h.

◆ F_ULP_TXPKT_RO

#define F_ULP_TXPKT_RO   V_ULP_TXPKT_RO(1U)

Definition at line 2976 of file t4_msg.h.

◆ F_WND_SCALE_EN

#define F_WND_SCALE_EN   V_WND_SCALE_EN(1U)

Definition at line 626 of file t4_msg.h.

◆ G_ABORT_RSS_SRQIDX

#define G_ABORT_RSS_SRQIDX (   x)    (((x) >> S_ABORT_RSS_SRQIDX) & M_ABORT_RSS_SRQIDX)

Definition at line 1051 of file t4_msg.h.

◆ G_ABORT_RSS_STATUS

#define G_ABORT_RSS_STATUS (   x)    (((x) >> S_ABORT_RSS_STATUS) & M_ABORT_RSS_STATUS)

Definition at line 1046 of file t4_msg.h.

◆ G_ACCEPT_MODE

#define G_ACCEPT_MODE (   x)    (((x) >> S_ACCEPT_MODE) & M_ACCEPT_MODE)

Definition at line 437 of file t4_msg.h.

◆ G_AOPEN_ATID

#define G_AOPEN_ATID (   x)    (((x) >> S_AOPEN_ATID) & M_AOPEN_ATID)

Definition at line 909 of file t4_msg.h.

◆ G_AOPEN_STATUS

#define G_AOPEN_STATUS (   x)    (((x) >> S_AOPEN_STATUS) & M_AOPEN_STATUS)

Definition at line 904 of file t4_msg.h.

◆ G_AUTOEQU

#define G_AUTOEQU (   x)    (((x) >> S_AUTOEQU) & M_AUTOEQU)

Definition at line 2698 of file t4_msg.h.

◆ G_CHAN_MAP

#define G_CHAN_MAP (   x)    (((x) >> S_CHAN_MAP) & M_CHAN_MAP)

Definition at line 2555 of file t4_msg.h.

◆ G_CONG_CNTRL

#define G_CONG_CNTRL (   x)    (((x) >> S_CONG_CNTRL) & M_CONG_CNTRL)

Definition at line 580 of file t4_msg.h.

◆ G_CONN_POLICY

#define G_CONN_POLICY (   x)    (((x) >> S_CONN_POLICY) & M_CONN_POLICY)

Definition at line 546 of file t4_msg.h.

◆ G_COOKIE

#define G_COOKIE (   x)    (((x) >> S_COOKIE) & M_COOKIE)

Definition at line 985 of file t4_msg.h.

◆ G_CPL_FW4_ACK_CR

#define G_CPL_FW4_ACK_CR (   x)    (((x) >> S_CPL_FW4_ACK_CR) & M_CPL_FW4_ACK_CR)

Definition at line 2789 of file t4_msg.h.

◆ G_CPL_FW4_ACK_FLOWID

#define G_CPL_FW4_ACK_FLOWID (   x)     (((x) >> S_CPL_FW4_ACK_FLOWID) & M_CPL_FW4_ACK_FLOWID)

Definition at line 2783 of file t4_msg.h.

◆ G_CPL_FW4_ACK_OPCODE

#define G_CPL_FW4_ACK_OPCODE (   x)     (((x) >> S_CPL_FW4_ACK_OPCODE) & M_CPL_FW4_ACK_OPCODE)

Definition at line 2777 of file t4_msg.h.

◆ G_CPL_FW4_ACK_SEQVAL

#define G_CPL_FW4_ACK_SEQVAL (   x)     (((x) >> S_CPL_FW4_ACK_SEQVAL) & M_CPL_FW4_ACK_SEQVAL)

Definition at line 2794 of file t4_msg.h.

◆ G_CPL_OPCODE

#define G_CPL_OPCODE (   x)    (((x) >> S_CPL_OPCODE) & 0xFF)

Definition at line 321 of file t4_msg.h.

◆ G_CPL_RX_MPS_PKT_OP

#define G_CPL_RX_MPS_PKT_OP (   x)     (((x) >> S_CPL_RX_MPS_PKT_OP) & M_CPL_RX_MPS_PKT_OP)

Definition at line 3176 of file t4_msg.h.

◆ G_CPL_RX_MPS_PKT_TYPE

#define G_CPL_RX_MPS_PKT_TYPE (   x)     (((x) >> S_CPL_RX_MPS_PKT_TYPE) & M_CPL_RX_MPS_PKT_TYPE)

Definition at line 3182 of file t4_msg.h.

◆ G_CPL_RX_PHYS_DSGL_DCAID

#define G_CPL_RX_PHYS_DSGL_DCAID (   x)
Value:
M_CPL_RX_PHYS_DSGL_DCAID)
#define S_CPL_RX_PHYS_DSGL_DCAID
Definition: t4_msg.h:3656

Definition at line 3659 of file t4_msg.h.

◆ G_CPL_RX_PHYS_DSGL_ISRDMA

#define G_CPL_RX_PHYS_DSGL_ISRDMA (   x)     (((x) >> S_CPL_RX_PHYS_DSGL_ISRDMA) & M_CPL_RX_PHYS_DSGL_ISRDMA)

Definition at line 3612 of file t4_msg.h.

◆ G_CPL_RX_PHYS_DSGL_NOOFSGENTR

#define G_CPL_RX_PHYS_DSGL_NOOFSGENTR (   x)
Value:
M_CPL_RX_PHYS_DSGL_NOOFSGENTR)
#define S_CPL_RX_PHYS_DSGL_NOOFSGENTR
Definition: t4_msg.h:3663

Definition at line 3667 of file t4_msg.h.

◆ G_CPL_RX_PHYS_DSGL_OPCODE

#define G_CPL_RX_PHYS_DSGL_OPCODE (   x)     (((x) >> S_CPL_RX_PHYS_DSGL_OPCODE) & M_CPL_RX_PHYS_DSGL_OPCODE)

Definition at line 3606 of file t4_msg.h.

◆ G_CPL_RX_PHYS_DSGL_PCINOSNOOP

#define G_CPL_RX_PHYS_DSGL_PCINOSNOOP (   x)
Value:
M_CPL_RX_PHYS_DSGL_PCINOSNOOP)
#define S_CPL_RX_PHYS_DSGL_PCINOSNOOP
Definition: t4_msg.h:3631

Definition at line 3635 of file t4_msg.h.

◆ G_CPL_RX_PHYS_DSGL_PCIRLXORDER

#define G_CPL_RX_PHYS_DSGL_PCIRLXORDER (   x)
Value:
M_CPL_RX_PHYS_DSGL_PCIRLXORDER)
#define S_CPL_RX_PHYS_DSGL_PCIRLXORDER
Definition: t4_msg.h:3622

Definition at line 3626 of file t4_msg.h.

◆ G_CPL_RX_PHYS_DSGL_PCITPHNT

#define G_CPL_RX_PHYS_DSGL_PCITPHNT (   x)
Value:
M_CPL_RX_PHYS_DSGL_PCITPHNT)
#define S_CPL_RX_PHYS_DSGL_PCITPHNT
Definition: t4_msg.h:3649

Definition at line 3652 of file t4_msg.h.

◆ G_CPL_RX_PHYS_DSGL_PCITPHNTENB

#define G_CPL_RX_PHYS_DSGL_PCITPHNTENB (   x)
Value:
M_CPL_RX_PHYS_DSGL_PCITPHNTENB)
#define S_CPL_RX_PHYS_DSGL_PCITPHNTENB
Definition: t4_msg.h:3640

Definition at line 3644 of file t4_msg.h.

◆ G_CPL_RX_PHYS_DSGL_RSVD1

#define G_CPL_RX_PHYS_DSGL_RSVD1 (   x)     (((x) >> S_CPL_RX_PHYS_DSGL_RSVD1) & M_CPL_RX_PHYS_DSGL_RSVD1)

Definition at line 3619 of file t4_msg.h.

◆ G_CPL_RX_TLS_CMP_LENGTH

#define G_CPL_RX_TLS_CMP_LENGTH (   x)     (((x) >> S_CPL_RX_TLS_CMP_LENGTH) & M_CPL_RX_TLS_CMP_LENGTH)

Definition at line 3297 of file t4_msg.h.

◆ G_CPL_RX_TLS_CMP_OPCODE

#define G_CPL_RX_TLS_CMP_OPCODE (   x)     (((x) >> S_CPL_RX_TLS_CMP_OPCODE) & M_CPL_RX_TLS_CMP_OPCODE)

Definition at line 3279 of file t4_msg.h.

◆ G_CPL_RX_TLS_CMP_PDULENGTH

#define G_CPL_RX_TLS_CMP_PDULENGTH (   x)     (((x) >> S_CPL_RX_TLS_CMP_PDULENGTH) & M_CPL_RX_TLS_CMP_PDULENGTH)

Definition at line 3291 of file t4_msg.h.

◆ G_CPL_RX_TLS_CMP_TID

#define G_CPL_RX_TLS_CMP_TID (   x)     (((x) >> S_CPL_RX_TLS_CMP_TID) & M_CPL_RX_TLS_CMP_TID)

Definition at line 3285 of file t4_msg.h.

◆ G_CPL_TLS_DATA_LENGTH

#define G_CPL_TLS_DATA_LENGTH (   x)     (((x) >> S_CPL_TLS_DATA_LENGTH) & M_CPL_TLS_DATA_LENGTH)

Definition at line 3263 of file t4_msg.h.

◆ G_CPL_TLS_DATA_OPCODE

#define G_CPL_TLS_DATA_OPCODE (   x)     (((x) >> S_CPL_TLS_DATA_OPCODE) & M_CPL_TLS_DATA_OPCODE)

Definition at line 3251 of file t4_msg.h.

◆ G_CPL_TLS_DATA_TID

#define G_CPL_TLS_DATA_TID (   x)     (((x) >> S_CPL_TLS_DATA_TID) & M_CPL_TLS_DATA_TID)

Definition at line 3257 of file t4_msg.h.

◆ G_CPL_TX_DATA_ISO_CPLHDRLEN

#define G_CPL_TX_DATA_ISO_CPLHDRLEN (   x)     (((x) >> S_CPL_TX_DATA_ISO_CPLHDRLEN) & M_CPL_TX_DATA_ISO_CPLHDRLEN)

Definition at line 1565 of file t4_msg.h.

◆ G_CPL_TX_DATA_ISO_FIRST

#define G_CPL_TX_DATA_ISO_FIRST (   x)     (((x) >> S_CPL_TX_DATA_ISO_FIRST) & M_CPL_TX_DATA_ISO_FIRST)

Definition at line 1551 of file t4_msg.h.

◆ G_CPL_TX_DATA_ISO_HDRCRC

#define G_CPL_TX_DATA_ISO_HDRCRC (   x)     (((x) >> S_CPL_TX_DATA_ISO_HDRCRC) & M_CPL_TX_DATA_ISO_HDRCRC)

Definition at line 1572 of file t4_msg.h.

◆ G_CPL_TX_DATA_ISO_IMMEDIATE

#define G_CPL_TX_DATA_ISO_IMMEDIATE (   x)     (((x) >> S_CPL_TX_DATA_ISO_IMMEDIATE) & M_CPL_TX_DATA_ISO_IMMEDIATE)

Definition at line 1586 of file t4_msg.h.

◆ G_CPL_TX_DATA_ISO_LAST

#define G_CPL_TX_DATA_ISO_LAST (   x)     (((x) >> S_CPL_TX_DATA_ISO_LAST) & M_CPL_TX_DATA_ISO_LAST)

Definition at line 1558 of file t4_msg.h.

◆ G_CPL_TX_DATA_ISO_OP

#define G_CPL_TX_DATA_ISO_OP (   x)     (((x) >> S_CPL_TX_DATA_ISO_OP) & M_CPL_TX_DATA_ISO_OP)

Definition at line 1545 of file t4_msg.h.

◆ G_CPL_TX_DATA_ISO_PLDCRC

#define G_CPL_TX_DATA_ISO_PLDCRC (   x)     (((x) >> S_CPL_TX_DATA_ISO_PLDCRC) & M_CPL_TX_DATA_ISO_PLDCRC)

Definition at line 1579 of file t4_msg.h.

◆ G_CPL_TX_DATA_ISO_SCSI

#define G_CPL_TX_DATA_ISO_SCSI (   x)     (((x) >> S_CPL_TX_DATA_ISO_SCSI) & M_CPL_TX_DATA_ISO_SCSI)

Definition at line 1593 of file t4_msg.h.

◆ G_CPL_TX_DATA_ISO_SEGLEN_OFFSET

#define G_CPL_TX_DATA_ISO_SEGLEN_OFFSET (   x)
Value:
M_CPL_TX_DATA_ISO_SEGLEN_OFFSET)
#define S_CPL_TX_DATA_ISO_SEGLEN_OFFSET
Definition: t4_msg.h:1597

Definition at line 1601 of file t4_msg.h.

◆ G_CPL_TX_SEC_PDU_AADSTART

#define G_CPL_TX_SEC_PDU_AADSTART (   x)
Value:
M_CPL_TX_SEC_PDU_AADSTART)
#define S_CPL_TX_SEC_PDU_AADSTART
Definition: t4_msg.h:3526

Definition at line 3529 of file t4_msg.h.

◆ G_CPL_TX_SEC_PDU_AADSTOP

#define G_CPL_TX_SEC_PDU_AADSTOP (   x)     (((x) >> S_CPL_TX_SEC_PDU_AADSTOP) & M_CPL_TX_SEC_PDU_AADSTOP)

Definition at line 3538 of file t4_msg.h.

◆ G_CPL_TX_SEC_PDU_ACKFOLLOWS

#define G_CPL_TX_SEC_PDU_ACKFOLLOWS (   x)    (((x) >> S_CPL_TX_SEC_PDU_ACKFOLLOWS) & M_CPL_TX_SEC_PDU_ACKFOLLOWS)

Definition at line 3487 of file t4_msg.h.

◆ G_CPL_TX_SEC_PDU_AUTHINSERT

#define G_CPL_TX_SEC_PDU_AUTHINSERT (   x)
Value:
M_CPL_TX_SEC_PDU_AUTHINSERT)
#define S_CPL_TX_SEC_PDU_AUTHINSERT
Definition: t4_msg.h:3590

Definition at line 3593 of file t4_msg.h.

◆ G_CPL_TX_SEC_PDU_AUTHSTART

#define G_CPL_TX_SEC_PDU_AUTHSTART (   x)
Value:
M_CPL_TX_SEC_PDU_AUTHSTART)
#define S_CPL_TX_SEC_PDU_AUTHSTART
Definition: t4_msg.h:3572

Definition at line 3575 of file t4_msg.h.

◆ G_CPL_TX_SEC_PDU_AUTHSTOP

#define G_CPL_TX_SEC_PDU_AUTHSTOP (   x)
Value:
M_CPL_TX_SEC_PDU_AUTHSTOP)
#define S_CPL_TX_SEC_PDU_AUTHSTOP
Definition: t4_msg.h:3581

Definition at line 3584 of file t4_msg.h.

◆ G_CPL_TX_SEC_PDU_CIPHERSTART

#define G_CPL_TX_SEC_PDU_CIPHERSTART (   x)
Value:
M_CPL_TX_SEC_PDU_CIPHERSTART)
#define S_CPL_TX_SEC_PDU_CIPHERSTART
Definition: t4_msg.h:3544

Definition at line 3547 of file t4_msg.h.

◆ G_CPL_TX_SEC_PDU_CIPHERSTOP_HI

#define G_CPL_TX_SEC_PDU_CIPHERSTOP_HI (   x)
Value:
M_CPL_TX_SEC_PDU_CIPHERSTOP_HI)
#define S_CPL_TX_SEC_PDU_CIPHERSTOP_HI
Definition: t4_msg.h:3553

Definition at line 3557 of file t4_msg.h.

◆ G_CPL_TX_SEC_PDU_CIPHERSTOP_LO

#define G_CPL_TX_SEC_PDU_CIPHERSTOP_LO (   x)
Value:
M_CPL_TX_SEC_PDU_CIPHERSTOP_LO)
#define S_CPL_TX_SEC_PDU_CIPHERSTOP_LO
Definition: t4_msg.h:3561

Definition at line 3565 of file t4_msg.h.

◆ G_CPL_TX_SEC_PDU_CPLLEN

#define G_CPL_TX_SEC_PDU_CPLLEN (   x)     (((x) >> S_CPL_TX_SEC_PDU_CPLLEN) & M_CPL_TX_SEC_PDU_CPLLEN)

Definition at line 3503 of file t4_msg.h.

◆ G_CPL_TX_SEC_PDU_IVINSRTOFST

#define G_CPL_TX_SEC_PDU_IVINSRTOFST (   x)
Value:
M_CPL_TX_SEC_PDU_IVINSRTOFST)
#define S_CPL_TX_SEC_PDU_IVINSRTOFST
Definition: t4_msg.h:3515

Definition at line 3518 of file t4_msg.h.

◆ G_CPL_TX_SEC_PDU_OPCODE

#define G_CPL_TX_SEC_PDU_OPCODE (   x)     (((x) >> S_CPL_TX_SEC_PDU_OPCODE) & M_CPL_TX_SEC_PDU_OPCODE)

Definition at line 3472 of file t4_msg.h.

◆ G_CPL_TX_SEC_PDU_PLACEHOLDER

#define G_CPL_TX_SEC_PDU_PLACEHOLDER (   x)
Value:
M_CPL_TX_SEC_PDU_PLACEHOLDER)
#define S_CPL_TX_SEC_PDU_PLACEHOLDER
Definition: t4_msg.h:3507

Definition at line 3510 of file t4_msg.h.

◆ G_CPL_TX_SEC_PDU_RXCHID

#define G_CPL_TX_SEC_PDU_RXCHID (   x)    (((x) >> S_CPL_TX_SEC_PDU_RXCHID) & M_CPL_TX_SEC_PDU_RXCHID)

Definition at line 3479 of file t4_msg.h.

◆ G_CPL_TX_SEC_PDU_ULPTXLPBK

#define G_CPL_TX_SEC_PDU_ULPTXLPBK (   x)    (((x) >> S_CPL_TX_SEC_PDU_ULPTXLPBK) & M_CPL_TX_SEC_PDU_ULPTXLPBK)

Definition at line 3495 of file t4_msg.h.

◆ G_CPL_TX_TLS_ACK_COMPLONERR

#define G_CPL_TX_TLS_ACK_COMPLONERR (   x)     (((x) >> S_CPL_TX_TLS_ACK_COMPLONERR) & M_CPL_TX_TLS_ACK_COMPLONERR)

Definition at line 3721 of file t4_msg.h.

◆ G_CPL_TX_TLS_ACK_CPLLEN

#define G_CPL_TX_TLS_ACK_CPLLEN (   x)     (((x) >> S_CPL_TX_TLS_ACK_CPLLEN) & M_CPL_TX_TLS_ACK_CPLLEN)

Definition at line 3715 of file t4_msg.h.

◆ G_CPL_TX_TLS_ACK_FWMSG

#define G_CPL_TX_TLS_ACK_FWMSG (   x)     (((x) >> S_CPL_TX_TLS_ACK_FWMSG) & M_CPL_TX_TLS_ACK_FWMSG)

Definition at line 3701 of file t4_msg.h.

◆ G_CPL_TX_TLS_ACK_LCB

#define G_CPL_TX_TLS_ACK_LCB (   x)     (((x) >> S_CPL_TX_TLS_ACK_LCB) & M_CPL_TX_TLS_ACK_LCB)

Definition at line 3728 of file t4_msg.h.

◆ G_CPL_TX_TLS_ACK_OPCODE

#define G_CPL_TX_TLS_ACK_OPCODE (   x)     (((x) >> S_CPL_TX_TLS_ACK_OPCODE) & M_CPL_TX_TLS_ACK_OPCODE)

Definition at line 3681 of file t4_msg.h.

◆ G_CPL_TX_TLS_ACK_PHASH

#define G_CPL_TX_TLS_ACK_PHASH (   x)     (((x) >> S_CPL_TX_TLS_ACK_PHASH) & M_CPL_TX_TLS_ACK_PHASH)

Definition at line 3735 of file t4_msg.h.

◆ G_CPL_TX_TLS_ACK_RSVD1

#define G_CPL_TX_TLS_ACK_RSVD1 (   x)     (((x) >> S_CPL_TX_TLS_ACK_RSVD1) & M_CPL_TX_TLS_ACK_RSVD1)

Definition at line 3687 of file t4_msg.h.

◆ G_CPL_TX_TLS_ACK_RSVD2

#define G_CPL_TX_TLS_ACK_RSVD2 (   x)     (((x) >> S_CPL_TX_TLS_ACK_RSVD2) & M_CPL_TX_TLS_ACK_RSVD2)

Definition at line 3742 of file t4_msg.h.

◆ G_CPL_TX_TLS_ACK_RXCHID

#define G_CPL_TX_TLS_ACK_RXCHID (   x)     (((x) >> S_CPL_TX_TLS_ACK_RXCHID) & M_CPL_TX_TLS_ACK_RXCHID)

Definition at line 3694 of file t4_msg.h.

◆ G_CPL_TX_TLS_ACK_ULPTXLPBK

#define G_CPL_TX_TLS_ACK_ULPTXLPBK (   x)     (((x) >> S_CPL_TX_TLS_ACK_ULPTXLPBK) & M_CPL_TX_TLS_ACK_ULPTXLPBK)

Definition at line 3708 of file t4_msg.h.

◆ G_CPL_TX_TLS_SFO_CPL_LEN

#define G_CPL_TX_TLS_SFO_CPL_LEN (   x)     (((x) >> S_CPL_TX_TLS_SFO_CPL_LEN) & M_CPL_TX_TLS_SFO_CPL_LEN)

Definition at line 3219 of file t4_msg.h.

◆ G_CPL_TX_TLS_SFO_DATA_TYPE

#define G_CPL_TX_TLS_SFO_DATA_TYPE (   x)     (((x) >> S_CPL_TX_TLS_SFO_DATA_TYPE) & M_CPL_TX_TLS_SFO_DATA_TYPE)

Definition at line 3213 of file t4_msg.h.

◆ G_CPL_TX_TLS_SFO_OPCODE

#define G_CPL_TX_TLS_SFO_OPCODE (   x)     (((x) >> S_CPL_TX_TLS_SFO_OPCODE) & M_CPL_TX_TLS_SFO_OPCODE)

Definition at line 3207 of file t4_msg.h.

◆ G_CPL_TX_TLS_SFO_PROTOVER

#define G_CPL_TX_TLS_SFO_PROTOVER (   x)     (((x) >> S_CPL_TX_TLS_SFO_PROTOVER) & M_CPL_TX_TLS_SFO_PROTOVER)

Definition at line 3237 of file t4_msg.h.

◆ G_CPL_TX_TLS_SFO_SEG_LEN

#define G_CPL_TX_TLS_SFO_SEG_LEN (   x)     (((x) >> S_CPL_TX_TLS_SFO_SEG_LEN) & M_CPL_TX_TLS_SFO_SEG_LEN)

Definition at line 3225 of file t4_msg.h.

◆ G_CPL_TX_TLS_SFO_TYPE

#define G_CPL_TX_TLS_SFO_TYPE (   x)     (((x) >> S_CPL_TX_TLS_SFO_TYPE) & M_CPL_TX_TLS_SFO_TYPE)

Definition at line 3231 of file t4_msg.h.

◆ G_CPL_TX_TNL_LSO_ETHHDRLEN

#define G_CPL_TX_TNL_LSO_ETHHDRLEN (   x)     (((x) >> S_CPL_TX_TNL_LSO_ETHHDRLEN) & M_CPL_TX_TNL_LSO_ETHHDRLEN)

Definition at line 3120 of file t4_msg.h.

◆ G_CPL_TX_TNL_LSO_ETHHDRLENOUT

#define G_CPL_TX_TNL_LSO_ETHHDRLENOUT (   x)     (((x) >> S_CPL_TX_TNL_LSO_ETHHDRLENOUT) & M_CPL_TX_TNL_LSO_ETHHDRLENOUT)

Definition at line 3037 of file t4_msg.h.

◆ G_CPL_TX_TNL_LSO_ETHHDRLENX

#define G_CPL_TX_TNL_LSO_ETHHDRLENX (   x)     (((x) >> S_CPL_TX_TNL_LSO_ETHHDRLENX) & M_CPL_TX_TNL_LSO_ETHHDRLENX)

Definition at line 3145 of file t4_msg.h.

◆ G_CPL_TX_TNL_LSO_ETHHDRLENXOUT

#define G_CPL_TX_TNL_LSO_ETHHDRLENXOUT (   x)     (((x) >> S_CPL_TX_TNL_LSO_ETHHDRLENXOUT) & M_CPL_TX_TNL_LSO_ETHHDRLENXOUT)

Definition at line 3022 of file t4_msg.h.

◆ G_CPL_TX_TNL_LSO_ETHLENOFFSET

#define G_CPL_TX_TNL_LSO_ETHLENOFFSET (   x)     (((x) >> S_CPL_TX_TNL_LSO_ETHLENOFFSET) & M_CPL_TX_TNL_LSO_ETHLENOFFSET)

Definition at line 3159 of file t4_msg.h.

◆ G_CPL_TX_TNL_LSO_FIRST

#define G_CPL_TX_TNL_LSO_FIRST (   x)     (((x) >> S_CPL_TX_TNL_LSO_FIRST) & M_CPL_TX_TNL_LSO_FIRST)

Definition at line 3007 of file t4_msg.h.

◆ G_CPL_TX_TNL_LSO_FLOW

#define G_CPL_TX_TNL_LSO_FLOW (   x)     (((x) >> S_CPL_TX_TNL_LSO_FLOW) & M_CPL_TX_TNL_LSO_FLOW)

Definition at line 3106 of file t4_msg.h.

◆ G_CPL_TX_TNL_LSO_IPHDRCHKOUT

#define G_CPL_TX_TNL_LSO_IPHDRCHKOUT (   x)     (((x) >> S_CPL_TX_TNL_LSO_IPHDRCHKOUT) & M_CPL_TX_TNL_LSO_IPHDRCHKOUT)

Definition at line 3049 of file t4_msg.h.

◆ G_CPL_TX_TNL_LSO_IPHDRLEN

#define G_CPL_TX_TNL_LSO_IPHDRLEN (   x)     (((x) >> S_CPL_TX_TNL_LSO_IPHDRLEN) & M_CPL_TX_TNL_LSO_IPHDRLEN)

Definition at line 3126 of file t4_msg.h.

◆ G_CPL_TX_TNL_LSO_IPHDRLENOUT

#define G_CPL_TX_TNL_LSO_IPHDRLENOUT (   x)     (((x) >> S_CPL_TX_TNL_LSO_IPHDRLENOUT) & M_CPL_TX_TNL_LSO_IPHDRLENOUT)

Definition at line 3043 of file t4_msg.h.

◆ G_CPL_TX_TNL_LSO_IPIDINCOUT

#define G_CPL_TX_TNL_LSO_IPIDINCOUT (   x)     (((x) >> S_CPL_TX_TNL_LSO_IPIDINCOUT) & M_CPL_TX_TNL_LSO_IPIDINCOUT)

Definition at line 3063 of file t4_msg.h.

◆ G_CPL_TX_TNL_LSO_IPIDSPLIT

#define G_CPL_TX_TNL_LSO_IPIDSPLIT (   x)     (((x) >> S_CPL_TX_TNL_LSO_IPIDSPLIT) & M_CPL_TX_TNL_LSO_IPIDSPLIT)

Definition at line 3138 of file t4_msg.h.

◆ G_CPL_TX_TNL_LSO_IPIDSPLITOUT

#define G_CPL_TX_TNL_LSO_IPIDSPLITOUT (   x)     (((x) >> S_CPL_TX_TNL_LSO_IPIDSPLITOUT) & M_CPL_TX_TNL_LSO_IPIDSPLITOUT)

Definition at line 3071 of file t4_msg.h.

◆ G_CPL_TX_TNL_LSO_IPLENSETOUT

#define G_CPL_TX_TNL_LSO_IPLENSETOUT (   x)     (((x) >> S_CPL_TX_TNL_LSO_IPLENSETOUT) & M_CPL_TX_TNL_LSO_IPLENSETOUT)

Definition at line 3056 of file t4_msg.h.

◆ G_CPL_TX_TNL_LSO_IPV6

#define G_CPL_TX_TNL_LSO_IPV6 (   x)     (((x) >> S_CPL_TX_TNL_LSO_IPV6) & M_CPL_TX_TNL_LSO_IPV6)

Definition at line 3113 of file t4_msg.h.

◆ G_CPL_TX_TNL_LSO_IPV6OUT

#define G_CPL_TX_TNL_LSO_IPV6OUT (   x)     (((x) >> S_CPL_TX_TNL_LSO_IPV6OUT) & M_CPL_TX_TNL_LSO_IPV6OUT)

Definition at line 3029 of file t4_msg.h.

◆ G_CPL_TX_TNL_LSO_LAST

#define G_CPL_TX_TNL_LSO_LAST (   x)     (((x) >> S_CPL_TX_TNL_LSO_LAST) & M_CPL_TX_TNL_LSO_LAST)

Definition at line 3014 of file t4_msg.h.

◆ G_CPL_TX_TNL_LSO_MSS

#define G_CPL_TX_TNL_LSO_MSS (   x)     (((x) >> S_CPL_TX_TNL_LSO_MSS) & M_CPL_TX_TNL_LSO_MSS)

Definition at line 3152 of file t4_msg.h.

◆ G_CPL_TX_TNL_LSO_OPCODE

#define G_CPL_TX_TNL_LSO_OPCODE (   x)     (((x) >> S_CPL_TX_TNL_LSO_OPCODE) & M_CPL_TX_TNL_LSO_OPCODE)

Definition at line 3001 of file t4_msg.h.

◆ G_CPL_TX_TNL_LSO_SIZE

#define G_CPL_TX_TNL_LSO_SIZE (   x)     (((x) >> S_CPL_TX_TNL_LSO_SIZE) & M_CPL_TX_TNL_LSO_SIZE)

Definition at line 3165 of file t4_msg.h.

◆ G_CPL_TX_TNL_LSO_TCPHDRLEN

#define G_CPL_TX_TNL_LSO_TCPHDRLEN (   x)     (((x) >> S_CPL_TX_TNL_LSO_TCPHDRLEN) & M_CPL_TX_TNL_LSO_TCPHDRLEN)

Definition at line 3132 of file t4_msg.h.

◆ G_CPL_TX_TNL_LSO_TNLHDRLEN

#define G_CPL_TX_TNL_LSO_TNLHDRLEN (   x)     (((x) >> S_CPL_TX_TNL_LSO_TNLHDRLEN) & M_CPL_TX_TNL_LSO_TNLHDRLEN)

Definition at line 3100 of file t4_msg.h.

◆ G_CPL_TX_TNL_LSO_TNLTYPE

#define G_CPL_TX_TNL_LSO_TNLTYPE (   x)     (((x) >> S_CPL_TX_TNL_LSO_TNLTYPE) & M_CPL_TX_TNL_LSO_TNLTYPE)

Definition at line 3094 of file t4_msg.h.

◆ G_CPL_TX_TNL_LSO_UDPCHKCLROUT

#define G_CPL_TX_TNL_LSO_UDPCHKCLROUT (   x)     (((x) >> S_CPL_TX_TNL_LSO_UDPCHKCLROUT) & M_CPL_TX_TNL_LSO_UDPCHKCLROUT)

Definition at line 3087 of file t4_msg.h.

◆ G_CPL_TX_TNL_LSO_UDPLENSETOUT

#define G_CPL_TX_TNL_LSO_UDPLENSETOUT (   x)     (((x) >> S_CPL_TX_TNL_LSO_UDPLENSETOUT) & M_CPL_TX_TNL_LSO_UDPLENSETOUT)

Definition at line 3079 of file t4_msg.h.

◆ G_DDP_DACK_MODE

#define G_DDP_DACK_MODE (   x)    (((x) >> S_DDP_DACK_MODE) & M_DDP_DACK_MODE)

Definition at line 1912 of file t4_msg.h.

◆ G_DDP_OFFSET

#define G_DDP_OFFSET (   x)    (((x) >> S_DDP_OFFSET) & M_DDP_OFFSET)

Definition at line 1907 of file t4_msg.h.

◆ G_DDP_ULP_MODE

#define G_DDP_ULP_MODE (   x)    (((x) >> S_DDP_ULP_MODE) & M_DDP_ULP_MODE)

Definition at line 1901 of file t4_msg.h.

◆ G_DDP_VALID

#define G_DDP_VALID (   x)    (((x) >> S_DDP_VALID) & M_DDP_VALID)

Definition at line 1844 of file t4_msg.h.

◆ G_DSCP

#define G_DSCP (   x)    (((x) >> S_DSCP) & M_DSCP)

Definition at line 473 of file t4_msg.h.

◆ G_EGR_QID

#define G_EGR_QID (   x)    (((x) >> S_EGR_QID) & M_EGR_QID)

Definition at line 2703 of file t4_msg.h.

◆ G_ETH_HDR_LEN

#define G_ETH_HDR_LEN (   x)    (((x) >> S_ETH_HDR_LEN) & M_ETH_HDR_LEN)

Definition at line 758 of file t4_msg.h.

◆ G_FCOE_FCHDR_FCTL

#define G_FCOE_FCHDR_FCTL (   x)     (((x) >> S_FCOE_FCHDR_FCTL) & M_FCOE_FCHDR_FCTL)

Definition at line 1686 of file t4_msg.h.

◆ G_FCOE_FCHDR_RCTL

#define G_FCOE_FCHDR_RCTL (   x)     (((x) >> S_FCOE_FCHDR_RCTL) & M_FCOE_FCHDR_RCTL)

Definition at line 1680 of file t4_msg.h.

◆ G_FILT_INFO

#define G_FILT_INFO (   x)    (((x) >> S_FILT_INFO) & M_FILT_INFO)

Definition at line 556 of file t4_msg.h.

◆ G_FILTER_TUPLE

#define G_FILTER_TUPLE (   x)    (((x) >> S_FILTER_TUPLE) & M_FILTER_TUPLE)

Definition at line 814 of file t4_msg.h.

◆ G_FSO_FCHDR_LEN

#define G_FSO_FCHDR_LEN (   x)    (((x) >> S_FSO_FCHDR_LEN) & M_FSO_FCHDR_LEN)

Definition at line 1514 of file t4_msg.h.

◆ G_HASHTYPE

#define G_HASHTYPE (   x)    (((x) >> S_HASHTYPE) & M_HASHTYPE)

Definition at line 395 of file t4_msg.h.

◆ G_IP_HDR_LEN

#define G_IP_HDR_LEN (   x)    (((x) >> S_IP_HDR_LEN) & M_IP_HDR_LEN)

Definition at line 749 of file t4_msg.h.

◆ G_ISCSI_PDU_LEN

#define G_ISCSI_PDU_LEN (   x)    (((x) >> S_ISCSI_PDU_LEN) & M_ISCSI_PDU_LEN)

Definition at line 1620 of file t4_msg.h.

◆ G_L2T_IDX

#define G_L2T_IDX (   x)    (((x) >> S_L2T_IDX) & M_L2T_IDX)

Definition at line 483 of file t4_msg.h.

◆ G_L2T_W_INFO

#define G_L2T_W_INFO (   x)    (((x) >> S_L2T_W_INFO) & M_L2T_W_INFO)

Definition at line 2310 of file t4_msg.h.

◆ G_L2T_W_PORT

#define G_L2T_W_PORT (   x)    (((x) >> S_L2T_W_PORT) & M_L2T_W_PORT)

Definition at line 2315 of file t4_msg.h.

◆ G_LE_CHAN

#define G_LE_CHAN (   x)    (((x) >> S_LE_CHAN) & M_LE_CHAN)

Definition at line 2643 of file t4_msg.h.

◆ G_LE_OFFSET

#define G_LE_OFFSET (   x)    (((x) >> S_LE_OFFSET) & M_LE_OFFSET)

Definition at line 2648 of file t4_msg.h.

◆ G_LE_REQCMD

#define G_LE_REQCMD (   x)    (((x) >> S_LE_REQCMD) & M_LE_REQCMD)

Definition at line 2662 of file t4_msg.h.

◆ G_LE_REQSIZE

#define G_LE_REQSIZE (   x)    (((x) >> S_LE_REQSIZE) & M_LE_REQSIZE)

Definition at line 2657 of file t4_msg.h.

◆ G_LE_RSPCMD

#define G_LE_RSPCMD (   x)    (((x) >> S_LE_RSPCMD) & M_LE_RSPCMD)

Definition at line 2676 of file t4_msg.h.

◆ G_LE_RSPSIZE

#define G_LE_RSPSIZE (   x)    (((x) >> S_LE_RSPSIZE) & M_LE_RSPSIZE)

Definition at line 2681 of file t4_msg.h.

◆ G_LISTEN_INTF

#define G_LISTEN_INTF (   x)    (((x) >> S_LISTEN_INTF) & M_LISTEN_INTF)

Definition at line 533 of file t4_msg.h.

◆ G_LSO_ETHHDR_LEN

#define G_LSO_ETHHDR_LEN (   x)    (((x) >> S_LSO_ETHHDR_LEN) & M_LSO_ETHHDR_LEN)

Definition at line 1454 of file t4_msg.h.

◆ G_LSO_IPHDR_LEN

#define G_LSO_IPHDR_LEN (   x)    (((x) >> S_LSO_IPHDR_LEN) & M_LSO_IPHDR_LEN)

Definition at line 1449 of file t4_msg.h.

◆ G_LSO_MSS

#define G_LSO_MSS (   x)    (((x) >> S_LSO_MSS) & M_LSO_MSS)

Definition at line 1486 of file t4_msg.h.

◆ G_LSO_OPCODE

#define G_LSO_OPCODE (   x)    (((x) >> S_LSO_OPCODE) & M_LSO_OPCODE)

Definition at line 1475 of file t4_msg.h.

◆ G_LSO_T5_XFER_SIZE

#define G_LSO_T5_XFER_SIZE (   x)    (((x) >> S_LSO_T5_XFER_SIZE) & M_LSO_T5_XFER_SIZE)

Definition at line 1480 of file t4_msg.h.

◆ G_LSO_TCPHDR_LEN

#define G_LSO_TCPHDR_LEN (   x)    (((x) >> S_LSO_TCPHDR_LEN) & M_LSO_TCPHDR_LEN)

Definition at line 1444 of file t4_msg.h.

◆ G_MAX_RT

#define G_MAX_RT (   x)    (((x) >> S_MAX_RT) & M_MAX_RT)

Definition at line 505 of file t4_msg.h.

◆ G_MSS_IDX

#define G_MSS_IDX (   x)    (((x) >> S_MSS_IDX) & M_MSS_IDX)

Definition at line 514 of file t4_msg.h.

◆ G_NTFY_ETHHDR_LEN

#define G_NTFY_ETHHDR_LEN (   x)    (((x) >> S_NTFY_ETHHDR_LEN) & M_NTFY_ETHHDR_LEN)

Definition at line 2604 of file t4_msg.h.

◆ G_NTFY_INTF

#define G_NTFY_INTF (   x)    (((x) >> S_NTFY_INTF) & M_NTFY_INTF)

Definition at line 2589 of file t4_msg.h.

◆ G_NTFY_IPHDR_LEN

#define G_NTFY_IPHDR_LEN (   x)    (((x) >> S_NTFY_IPHDR_LEN) & M_NTFY_IPHDR_LEN)

Definition at line 2599 of file t4_msg.h.

◆ G_NTFY_MAC_IDX

#define G_NTFY_MAC_IDX (   x)    (((x) >> S_NTFY_MAC_IDX) & M_NTFY_MAC_IDX)

Definition at line 2584 of file t4_msg.h.

◆ G_NTFY_T5_ETHHDR_LEN

#define G_NTFY_T5_ETHHDR_LEN (   x)    (((x) >> S_NTFY_T5_ETHHDR_LEN) & M_NTFY_T5_ETHHDR_LEN)

Definition at line 2614 of file t4_msg.h.

◆ G_NTFY_T5_IPHDR_LEN

#define G_NTFY_T5_IPHDR_LEN (   x)    (((x) >> S_NTFY_T5_IPHDR_LEN) & M_NTFY_T5_IPHDR_LEN)

Definition at line 2609 of file t4_msg.h.

◆ G_NTFY_TCPHDR_LEN

#define G_NTFY_TCPHDR_LEN (   x)    (((x) >> S_NTFY_TCPHDR_LEN) & M_NTFY_TCPHDR_LEN)

Definition at line 2594 of file t4_msg.h.

◆ G_PACE

#define G_PACE (   x)    (((x) >> S_PACE) & M_PACE)

Definition at line 585 of file t4_msg.h.

◆ G_PASS_OPEN_TID

#define G_PASS_OPEN_TID (   x)    (((x) >> S_PASS_OPEN_TID) & M_PASS_OPEN_TID)

Definition at line 686 of file t4_msg.h.

◆ G_PASS_OPEN_TOS

#define G_PASS_OPEN_TOS (   x)    (((x) >> S_PASS_OPEN_TOS) & M_PASS_OPEN_TOS)

Definition at line 691 of file t4_msg.h.

◆ G_QNUM

#define G_QNUM (   x)    (((x) >> S_QNUM) & M_QNUM)

Definition at line 399 of file t4_msg.h.

◆ G_QUEUENO

#define G_QUEUENO (   x)    (((x) >> S_QUEUENO) & M_QUEUENO)

Definition at line 934 of file t4_msg.h.

◆ G_RCV_BUFSIZ

#define G_RCV_BUFSIZ (   x)    (((x) >> S_RCV_BUFSIZ) & M_RCV_BUFSIZ)

Definition at line 468 of file t4_msg.h.

◆ G_RSS_QUEUE

#define G_RSS_QUEUE (   x)    (((x) >> S_RSS_QUEUE) & M_RSS_QUEUE)

Definition at line 562 of file t4_msg.h.

◆ G_RTE_REQ_LUT_BASE

#define G_RTE_REQ_LUT_BASE (   x)    (((x) >> S_RTE_REQ_LUT_BASE) & M_RTE_REQ_LUT_BASE)

Definition at line 2225 of file t4_msg.h.

◆ G_RTE_REQ_LUT_IX

#define G_RTE_REQ_LUT_IX (   x)    (((x) >> S_RTE_REQ_LUT_IX) & M_RTE_REQ_LUT_IX)

Definition at line 2220 of file t4_msg.h.

◆ G_RTE_WR_LUT_BASE

#define G_RTE_WR_LUT_BASE (   x)    (((x) >> S_RTE_WR_LUT_BASE) & M_RTE_WR_LUT_BASE)

Definition at line 2266 of file t4_msg.h.

◆ G_RTE_WR_LUT_IX

#define G_RTE_WR_LUT_IX (   x)    (((x) >> S_RTE_WR_LUT_IX) & M_RTE_WR_LUT_IX)

Definition at line 2261 of file t4_msg.h.

◆ G_RX_CHAN

#define G_RX_CHAN (   x)    (((x) >> S_RX_CHAN) & M_RX_CHAN)

Definition at line 2040 of file t4_msg.h.

◆ G_RX_COALESCE

#define G_RX_COALESCE (   x)    (((x) >> S_RX_COALESCE) & M_RX_COALESCE)

Definition at line 575 of file t4_msg.h.

◆ G_RX_CREDITS

#define G_RX_CREDITS (   x)    (((x) >> S_RX_CREDITS) & M_RX_CREDITS)

Definition at line 1727 of file t4_msg.h.

◆ G_RX_DACK_MODE

#define G_RX_DACK_MODE (   x)    (((x) >> S_RX_DACK_MODE) & M_RX_DACK_MODE)

Definition at line 1744 of file t4_msg.h.

◆ G_RX_DATYPE

#define G_RX_DATYPE (   x)    (((x) >> S_RX_DATYPE) & M_RX_DATYPE)

Definition at line 1999 of file t4_msg.h.

◆ G_RX_ETHHDR_LEN

#define G_RX_ETHHDR_LEN (   x)    (((x) >> S_RX_ETHHDR_LEN) & M_RX_ETHHDR_LEN)

Definition at line 1966 of file t4_msg.h.

◆ G_RX_IPHDR_LEN

#define G_RX_IPHDR_LEN (   x)    (((x) >> S_RX_IPHDR_LEN) & M_RX_IPHDR_LEN)

Definition at line 2051 of file t4_msg.h.

◆ G_RX_MACIDX

#define G_RX_MACIDX (   x)    (((x) >> S_RX_MACIDX) & M_RX_MACIDX)

Definition at line 1989 of file t4_msg.h.

◆ G_RX_PKTYPE

#define G_RX_PKTYPE (   x)    (((x) >> S_RX_PKTYPE) & M_RX_PKTYPE)

Definition at line 1979 of file t4_msg.h.

◆ G_RX_T5_DATYPE

#define G_RX_T5_DATYPE (   x)    (((x) >> S_RX_T5_DATYPE) & M_RX_T5_DATYPE)

Definition at line 1984 of file t4_msg.h.

◆ G_RX_T5_ETHHDR_LEN

#define G_RX_T5_ETHHDR_LEN (   x)    (((x) >> S_RX_T5_ETHHDR_LEN) & M_RX_T5_ETHHDR_LEN)

Definition at line 1971 of file t4_msg.h.

◆ G_RX_T5_PKTYPE

#define G_RX_T5_PKTYPE (   x)    (((x) >> S_RX_T5_PKTYPE) & M_RX_T5_PKTYPE)

Definition at line 1994 of file t4_msg.h.

◆ G_RX_T6_ETHHDR_LEN

#define G_RX_T6_ETHHDR_LEN (   x)    (((x) >> S_RX_ETHHDR_LEN) & M_RX_T6_ETHHDR_LEN)

Definition at line 1974 of file t4_msg.h.

◆ G_RX_TCPHDR_LEN

#define G_RX_TCPHDR_LEN (   x)    (((x) >> S_RX_TCPHDR_LEN) & M_RX_TCPHDR_LEN)

Definition at line 2046 of file t4_msg.h.

◆ G_SCMD_AADIVDROP

#define G_SCMD_AADIVDROP (   x)     (((x) >> S_SCMD_AADIVDROP) & M_SCMD_AADIVDROP)

Definition at line 3447 of file t4_msg.h.

◆ G_SCMD_AUTH_MODE

#define G_SCMD_AUTH_MODE (   x)     (((x) >> S_SCMD_AUTH_MODE) & M_SCMD_AUTH_MODE)

Definition at line 3352 of file t4_msg.h.

◆ G_SCMD_CIPH_AUTH_SEQ_CTRL

#define G_SCMD_CIPH_AUTH_SEQ_CTRL (   x)     (((x) >> S_SCMD_CIPH_AUTH_SEQ_CTRL) & M_SCMD_CIPH_AUTH_SEQ_CTRL)

Definition at line 3335 of file t4_msg.h.

◆ G_SCMD_CIPH_MODE

#define G_SCMD_CIPH_MODE (   x)     (((x) >> S_SCMD_CIPH_MODE) & M_SCMD_CIPH_MODE)

Definition at line 3344 of file t4_msg.h.

◆ G_SCMD_ENB_DBGID

#define G_SCMD_ENB_DBGID (   x)     (((x) >> S_SCMD_ENB_DBGID) & M_SCMD_ENB_DBGID)

Definition at line 3386 of file t4_msg.h.

◆ G_SCMD_ENC_DEC_CTRL

#define G_SCMD_ENC_DEC_CTRL (   x)     (((x) >> S_SCMD_ENC_DEC_CTRL) & M_SCMD_ENC_DEC_CTRL)

Definition at line 3326 of file t4_msg.h.

◆ G_SCMD_HDR_LEN

#define G_SCMD_HDR_LEN (   x)     (((x) >> S_SCMD_HDR_LEN) & M_SCMD_HDR_LEN)

Definition at line 3456 of file t4_msg.h.

◆ G_SCMD_HMAC_CTRL

#define G_SCMD_HMAC_CTRL (   x)     (((x) >> S_SCMD_HMAC_CTRL) & M_SCMD_HMAC_CTRL)

Definition at line 3361 of file t4_msg.h.

◆ G_SCMD_IV_GEN_CTRL

#define G_SCMD_IV_GEN_CTRL (   x)     (((x) >> S_SCMD_IV_GEN_CTRL) & M_SCMD_IV_GEN_CTRL)

Definition at line 3393 of file t4_msg.h.

◆ G_SCMD_IV_SIZE

#define G_SCMD_IV_SIZE (   x)     (((x) >> S_SCMD_IV_SIZE) & M_SCMD_IV_SIZE)

Definition at line 3368 of file t4_msg.h.

◆ G_SCMD_KEY_CTX_INLINE

#define G_SCMD_KEY_CTX_INLINE (   x)     (((x) >> S_SCMD_KEY_CTX_INLINE) & M_SCMD_KEY_CTX_INLINE)

Definition at line 3419 of file t4_msg.h.

◆ G_SCMD_LAST_FRAG

#define G_SCMD_LAST_FRAG (   x)    (((x) >> S_SCMD_LAST_FRAG) & M_SCMD_LAST_FRAG)

Definition at line 3407 of file t4_msg.h.

◆ G_SCMD_MAC_ONLY

#define G_SCMD_MAC_ONLY (   x)     (((x) >> S_SCMD_MAC_ONLY) & M_SCMD_MAC_ONLY)

Definition at line 3437 of file t4_msg.h.

◆ G_SCMD_MORE_FRAGS

#define G_SCMD_MORE_FRAGS (   x)    (((x) >> S_SCMD_MORE_FRAGS) & M_SCMD_MORE_FRAGS)

Definition at line 3401 of file t4_msg.h.

◆ G_SCMD_NUM_IVS

#define G_SCMD_NUM_IVS (   x)     (((x) >> S_SCMD_NUM_IVS) & M_SCMD_NUM_IVS)

Definition at line 3375 of file t4_msg.h.

◆ G_SCMD_PROTO_VERSION

#define G_SCMD_PROTO_VERSION (   x)     (((x) >> S_SCMD_PROTO_VERSION) & M_SCMD_PROTO_VERSION)

Definition at line 3319 of file t4_msg.h.

◆ G_SCMD_SEQ_NO_CTRL

#define G_SCMD_SEQ_NO_CTRL (   x)     (((x) >> S_SCMD_SEQ_NO_CTRL) & M_SCMD_SEQ_NO_CTRL)

Definition at line 3303 of file t4_msg.h.

◆ G_SCMD_STATUS_PRESENT

#define G_SCMD_STATUS_PRESENT (   x)     (((x) >> S_SCMD_STATUS_PRESENT) & M_SCMD_STATUS_PRESENT)

Definition at line 3310 of file t4_msg.h.

◆ G_SCMD_TLS_COMPPDU

#define G_SCMD_TLS_COMPPDU (   x)    (((x) >> S_SCMD_TLS_COMPPDU) & M_SCMD_TLS_COMPPDU)

Definition at line 3413 of file t4_msg.h.

◆ G_SCMD_TLS_FRAG_ENABLE

#define G_SCMD_TLS_FRAG_ENABLE (   x)     (((x) >> S_SCMD_TLS_FRAG_ENABLE) & M_SCMD_TLS_FRAG_ENABLE)

Definition at line 3427 of file t4_msg.h.

◆ G_SMAC_SEL

#define G_SMAC_SEL (   x)    (((x) >> S_SMAC_SEL) & M_SMAC_SEL)

Definition at line 478 of file t4_msg.h.

◆ G_SMTW_IDX

#define G_SMTW_IDX (   x)    (((x) >> S_SMTW_IDX) & M_SMTW_IDX)

Definition at line 2460 of file t4_msg.h.

◆ G_SMTW_OVLAN_IDX

#define G_SMTW_OVLAN_IDX (   x)    (((x) >> S_SMTW_OVLAN_IDX) & M_SMTW_OVLAN_IDX)

Definition at line 2455 of file t4_msg.h.

◆ G_SMTW_PF

#define G_SMTW_PF (   x)    (((x) >> S_SMTW_PF) & M_SMTW_PF)

Definition at line 2478 of file t4_msg.h.

◆ G_SMTW_VF

#define G_SMTW_VF (   x)    (((x) >> S_SMTW_VF) & M_SMTW_VF)

Definition at line 2473 of file t4_msg.h.

◆ G_SRQT_IDX

#define G_SRQT_IDX (   x)    (((x) >> S_SRQT_IDX) & M_SRQT_IDX)

Definition at line 2403 of file t4_msg.h.

◆ G_SRQT_PDID

#define G_SRQT_PDID (   x)    (((x) >> S_SRQT_PDID) & M_SRQT_PDID)

Definition at line 2398 of file t4_msg.h.

◆ G_SRQT_QBASE

#define G_SRQT_QBASE (   x)    (((x) >> S_SRQT_QBASE) & M_SRQT_QBASE)

Definition at line 2393 of file t4_msg.h.

◆ G_SRQT_QLEN

#define G_SRQT_QLEN (   x)    (((x) >> S_SRQT_QLEN) & M_SRQT_QLEN)

Definition at line 2388 of file t4_msg.h.

◆ G_SYN_INTF

#define G_SYN_INTF (   x)    (((x) >> S_SYN_INTF) & M_SYN_INTF)

Definition at line 778 of file t4_msg.h.

◆ G_SYN_MAC_IDX

#define G_SYN_MAC_IDX (   x)    (((x) >> S_SYN_MAC_IDX) & M_SYN_MAC_IDX)

Definition at line 769 of file t4_msg.h.

◆ G_SYN_RSS_QUEUE

#define G_SYN_RSS_QUEUE (   x)    (((x) >> S_SYN_RSS_QUEUE) & M_SYN_RSS_QUEUE)

Definition at line 528 of file t4_msg.h.

◆ G_SYN_RX_CHAN

#define G_SYN_RX_CHAN (   x)    (((x) >> S_SYN_RX_CHAN) & M_SYN_RX_CHAN)

Definition at line 735 of file t4_msg.h.

◆ G_T5_FILT_INFO

#define G_T5_FILT_INFO (   x)    (((x) >> S_T5_FILT_INFO) & M_T5_FILT_INFO)

Definition at line 551 of file t4_msg.h.

◆ G_T6_COMPR_RXERR_VEC

#define G_T6_COMPR_RXERR_VEC (   x)     (((x) >> S_T6_COMPR_RXERR_VEC) & M_T6_COMPR_RXERR_VEC)

Definition at line 2117 of file t4_msg.h.

◆ G_T6_ETH_HDR_LEN

#define G_T6_ETH_HDR_LEN (   x)    (((x) >> S_T6_ETH_HDR_LEN) & M_T6_ETH_HDR_LEN)

Definition at line 763 of file t4_msg.h.

◆ G_T6_IP_HDR_LEN

#define G_T6_IP_HDR_LEN (   x)    (((x) >> S_T6_IP_HDR_LEN) & M_IP_HDR_LEN)

Definition at line 753 of file t4_msg.h.

◆ G_T6_RX_TNL_TYPE

#define G_T6_RX_TNL_TYPE (   x)    (((x) >> S_T6_RX_TNL_TYPE) & M_T6_RX_TNL_TYPE)

Definition at line 2154 of file t4_msg.h.

◆ G_T6_RX_TNLHDR_LEN

#define G_T6_RX_TNLHDR_LEN (   x)    (((x) >> S_T6_RX_TNLHDR_LEN) & M_T6_RX_TNLHDR_LEN)

Definition at line 2163 of file t4_msg.h.

◆ G_T6_SMTW_IDX

#define G_T6_SMTW_IDX (   x)    (((x) >> S_SMTW_IDX) & M_T6_SMTW_IDX)

Definition at line 2463 of file t4_msg.h.

◆ G_T6_TCP_HDR_LEN

#define G_T6_TCP_HDR_LEN (   x)    (((x) >> S_T6_TCP_HDR_LEN) & M_TCP_HDR_LEN)

Definition at line 744 of file t4_msg.h.

◆ G_T6_TXPKT_ETHHDR_LEN

#define G_T6_TXPKT_ETHHDR_LEN (   x)     (((x) >> S_T6_TXPKT_ETHHDR_LEN) & M_T6_TXPKT_ETHHDR_LEN)

Definition at line 1380 of file t4_msg.h.

◆ G_T6_TXPKT_IPHDR_LEN

#define G_T6_TXPKT_IPHDR_LEN (   x)     (((x) >> S_TXPKT_IPHDR_LEN) & M_T6_TXPKT_IPHDR_LEN)

Definition at line 1364 of file t4_msg.h.

◆ G_TAGW_IDX

#define G_TAGW_IDX (   x)    (((x) >> S_TAGW_IDX) & M_TAGW_IDX)

Definition at line 2529 of file t4_msg.h.

◆ G_TCP_HDR_LEN

#define G_TCP_HDR_LEN (   x)    (((x) >> S_TCP_HDR_LEN) & M_TCP_HDR_LEN)

Definition at line 740 of file t4_msg.h.

◆ G_TCPOPT_MSS

#define G_TCPOPT_MSS (   x)    (((x) >> S_TCPOPT_MSS) & M_TCPOPT_MSS)

Definition at line 717 of file t4_msg.h.

◆ G_TCPOPT_SACK

#define G_TCPOPT_SACK (   x)    (((x) >> S_TCPOPT_SACK) & M_TCPOPT_SACK)

Definition at line 702 of file t4_msg.h.

◆ G_TCPOPT_SND_WSCALE

#define G_TCPOPT_SND_WSCALE (   x)    (((x) >> S_TCPOPT_SND_WSCALE) & M_TCPOPT_SND_WSCALE)

Definition at line 712 of file t4_msg.h.

◆ G_TCPOPT_TSTAMP

#define G_TCPOPT_TSTAMP (   x)    (((x) >> S_TCPOPT_TSTAMP) & M_TCPOPT_TSTAMP)

Definition at line 707 of file t4_msg.h.

◆ G_TCPOPT_WSCALE_OK

#define G_TCPOPT_WSCALE_OK (   x)    (((x) >> S_TCPOPT_WSCALE_OK) & M_TCPOPT_WSCALE_OK)

Definition at line 697 of file t4_msg.h.

◆ G_TID

#define G_TID (   x)    ((x) & 0xFFFFFF)

Definition at line 322 of file t4_msg.h.

◆ G_TID_COOKIE

#define G_TID_COOKIE (   x)    (((x) >> S_TID_COOKIE) & M_TID_COOKIE)

Definition at line 342 of file t4_msg.h.

◆ G_TID_QID

#define G_TID_QID (   x)    (((x) >> S_TID_QID) & M_TID_QID)

Definition at line 347 of file t4_msg.h.

◆ G_TID_TID

#define G_TID_TID (   x)    (((x) >> S_TID_TID) & M_TID_TID)

Definition at line 337 of file t4_msg.h.

◆ G_TX_ACK_PAGES

#define G_TX_ACK_PAGES (   x)    (((x) >> S_TX_ACK_PAGES) & M_TX_ACK_PAGES)

Definition at line 1131 of file t4_msg.h.

◆ G_TX_CHAN

#define G_TX_CHAN (   x)    (((x) >> S_TX_CHAN) & M_TX_CHAN)

Definition at line 442 of file t4_msg.h.

◆ G_TX_CPU_IDX

#define G_TX_CPU_IDX (   x)    (((x) >> S_TX_CPU_IDX) & M_TX_CPU_IDX)

Definition at line 1231 of file t4_msg.h.

◆ G_TX_DATA_MSS

#define G_TX_DATA_MSS (   x)    (((x) >> S_TX_DATA_MSS) & M_TX_DATA_MSS)

Definition at line 1165 of file t4_msg.h.

◆ G_TX_LENGTH

#define G_TX_LENGTH (   x)    (((x) >> S_TX_LENGTH) & M_TX_LENGTH)

Definition at line 1170 of file t4_msg.h.

◆ G_TX_MSS

#define G_TX_MSS (   x)    (((x) >> S_TX_MSS) & M_TX_MSS)

Definition at line 1142 of file t4_msg.h.

◆ G_TX_PORT

#define G_TX_PORT (   x)    (((x) >> S_TX_PORT) & M_TX_PORT)

Definition at line 1137 of file t4_msg.h.

◆ G_TX_QOS

#define G_TX_QOS (   x)    (((x) >> S_TX_QOS) & M_TX_QOS)

Definition at line 1147 of file t4_msg.h.

◆ G_TX_QUEUE

#define G_TX_QUEUE (   x)    (((x) >> S_TX_QUEUE) & M_TX_QUEUE)

Definition at line 614 of file t4_msg.h.

◆ G_TX_SNDBUF

#define G_TX_SNDBUF (   x)    (((x) >> S_TX_SNDBUF) & M_TX_SNDBUF)

Definition at line 1152 of file t4_msg.h.

◆ G_TX_ULP_MODE

#define G_TX_ULP_MODE (   x)    (((x) >> S_TX_ULP_MODE) & M_TX_ULP_MODE)

Definition at line 1185 of file t4_msg.h.

◆ G_TX_ULP_SUBMODE

#define G_TX_ULP_SUBMODE (   x)    (((x) >> S_TX_ULP_SUBMODE) & M_TX_ULP_SUBMODE)

Definition at line 1180 of file t4_msg.h.

◆ G_TXPKT_CSUM_END

#define G_TXPKT_CSUM_END (   x)    (((x) >> S_TXPKT_CSUM_END) & M_TXPKT_CSUM_END)

Definition at line 1351 of file t4_msg.h.

◆ G_TXPKT_CSUM_LOC

#define G_TXPKT_CSUM_LOC (   x)    (((x) >> S_TXPKT_CSUM_LOC) & M_TXPKT_CSUM_LOC)

Definition at line 1370 of file t4_msg.h.

◆ G_TXPKT_CSUM_START

#define G_TXPKT_CSUM_START (   x)    (((x) >> S_TXPKT_CSUM_START) & M_TXPKT_CSUM_START)

Definition at line 1356 of file t4_msg.h.

◆ G_TXPKT_CSUM_TYPE

#define G_TXPKT_CSUM_TYPE (   x)    (((x) >> S_TXPKT_CSUM_TYPE) & M_TXPKT_CSUM_TYPE)

Definition at line 1386 of file t4_msg.h.

◆ G_TXPKT_ETHHDR_LEN

#define G_TXPKT_ETHHDR_LEN (   x)    (((x) >> S_TXPKT_ETHHDR_LEN) & M_TXPKT_ETHHDR_LEN)

Definition at line 1375 of file t4_msg.h.

◆ G_TXPKT_INTF

#define G_TXPKT_INTF (   x)    (((x) >> S_TXPKT_INTF) & M_TXPKT_INTF)

Definition at line 1307 of file t4_msg.h.

◆ G_TXPKT_IPHDR_LEN

#define G_TXPKT_IPHDR_LEN (   x)    (((x) >> S_TXPKT_IPHDR_LEN) & M_TXPKT_IPHDR_LEN)

Definition at line 1361 of file t4_msg.h.

◆ G_TXPKT_OPCODE

#define G_TXPKT_OPCODE (   x)    (((x) >> S_TXPKT_OPCODE) & M_TXPKT_OPCODE)

Definition at line 1340 of file t4_msg.h.

◆ G_TXPKT_OVLAN_IDX

#define G_TXPKT_OVLAN_IDX (   x)    (((x) >> S_TXPKT_OVLAN_IDX) & M_TXPKT_OVLAN_IDX)

Definition at line 1296 of file t4_msg.h.

◆ G_TXPKT_PF

#define G_TXPKT_PF (   x)    (((x) >> S_TXPKT_PF) & M_TXPKT_PF)

Definition at line 1287 of file t4_msg.h.

◆ G_TXPKT_SA_IDX

#define G_TXPKT_SA_IDX (   x)    (((x) >> S_TXPKT_SA_IDX) & M_TXPKT_SA_IDX)

Definition at line 1346 of file t4_msg.h.

◆ G_TXPKT_T5_OVLAN_IDX

#define G_TXPKT_T5_OVLAN_IDX (   x)
Value:
(((x) >> S_TXPKT_T5_OVLAN_IDX) & \
M_TXPKT_T5_OVLAN_IDX)
#define S_TXPKT_T5_OVLAN_IDX
Definition: t4_msg.h:1298

Definition at line 1301 of file t4_msg.h.

◆ G_TXPKT_VF

#define G_TXPKT_VF (   x)    (((x) >> S_TXPKT_VF) & M_TXPKT_VF)

Definition at line 1282 of file t4_msg.h.

◆ G_TXPKT_VLAN

#define G_TXPKT_VLAN (   x)    (((x) >> S_TXPKT_VLAN) & M_TXPKT_VLAN)

Definition at line 1391 of file t4_msg.h.

◆ G_ULP_MODE

#define G_ULP_MODE (   x)    (((x) >> S_ULP_MODE) & M_ULP_MODE)

Definition at line 463 of file t4_msg.h.

◆ G_ULP_TXPKT_CHANNELID

#define G_ULP_TXPKT_CHANNELID (   x)     (((x) >> S_ULP_TXPKT_CHANNELID) & M_ULP_TXPKT_CHANNELID)

Definition at line 2961 of file t4_msg.h.

◆ G_ULP_TXPKT_DATAMODIFY

#define G_ULP_TXPKT_DATAMODIFY (   x)     (((x) >> S_ULP_TXPKT_DATAMODIFY) & M_ULP_TXPKT_DATAMODIFY_)

Definition at line 2954 of file t4_msg.h.

◆ G_ULPTX_NSGE

#define G_ULPTX_NSGE (   x)    (((x) >> S_ULPTX_NSGE) & M_ULPTX_NSGE)

Definition at line 2891 of file t4_msg.h.

◆ G_WND_SCALE

#define G_WND_SCALE (   x)    (((x) >> S_WND_SCALE) & M_WND_SCALE)

Definition at line 496 of file t4_msg.h.

◆ G_WORD

#define G_WORD (   x)    (((x) >> S_WORD) & M_WORD)

Definition at line 980 of file t4_msg.h.

◆ G_WR_LEN16

#define G_WR_LEN16 (   x)    (((x) >> S_WR_LEN16) & M_WR_LEN16)

Definition at line 418 of file t4_msg.h.

◆ G_WR_OP

#define G_WR_OP (   x)    (((x) >> S_WR_OP) & M_WR_OP)

Definition at line 424 of file t4_msg.h.

◆ GET_OPCODE

#define GET_OPCODE (   cmd)    ((cmd)->ot.opcode)

Definition at line 331 of file t4_msg.h.

◆ GET_TID

#define GET_TID (   cmd)    (G_TID(ntohl(OPCODE_TID(cmd))))

Definition at line 330 of file t4_msg.h.

◆ M_ABORT_RSS_SRQIDX

#define M_ABORT_RSS_SRQIDX   0xffffff

Definition at line 1049 of file t4_msg.h.

◆ M_ABORT_RSS_STATUS

#define M_ABORT_RSS_STATUS   0xff

Definition at line 1044 of file t4_msg.h.

◆ M_ACCEPT_MODE

#define M_ACCEPT_MODE   0x3

Definition at line 435 of file t4_msg.h.

◆ M_AOPEN_ATID

#define M_AOPEN_ATID   0xFFFFFF

Definition at line 907 of file t4_msg.h.

◆ M_AOPEN_STATUS

#define M_AOPEN_STATUS   0xFF

Definition at line 902 of file t4_msg.h.

◆ M_AUTOEQU

#define M_AUTOEQU   0x1

Definition at line 2696 of file t4_msg.h.

◆ M_CHAN_MAP

#define M_CHAN_MAP   0xF

Definition at line 2553 of file t4_msg.h.

◆ M_CONG_CNTRL

#define M_CONG_CNTRL   0x3

Definition at line 578 of file t4_msg.h.

◆ M_CONN_POLICY

#define M_CONN_POLICY   0x3

Definition at line 544 of file t4_msg.h.

◆ M_COOKIE

#define M_COOKIE   0x7

Definition at line 983 of file t4_msg.h.

◆ M_CPL_FW4_ACK_CR

#define M_CPL_FW4_ACK_CR   0xff

Definition at line 2787 of file t4_msg.h.

◆ M_CPL_FW4_ACK_FLOWID

#define M_CPL_FW4_ACK_FLOWID   0xffffff

Definition at line 2781 of file t4_msg.h.

◆ M_CPL_FW4_ACK_OPCODE

#define M_CPL_FW4_ACK_OPCODE   0xff

Definition at line 2775 of file t4_msg.h.

◆ M_CPL_FW4_ACK_SEQVAL

#define M_CPL_FW4_ACK_SEQVAL   0x1

Definition at line 2792 of file t4_msg.h.

◆ M_CPL_RX_MPS_PKT_OP

#define M_CPL_RX_MPS_PKT_OP   0xff

Definition at line 3174 of file t4_msg.h.

◆ M_CPL_RX_MPS_PKT_TYPE

#define M_CPL_RX_MPS_PKT_TYPE   0xf

Definition at line 3180 of file t4_msg.h.

◆ M_CPL_RX_PHYS_DSGL_DCAID

#define M_CPL_RX_PHYS_DSGL_DCAID   0x7ff

Definition at line 3657 of file t4_msg.h.

◆ M_CPL_RX_PHYS_DSGL_ISRDMA

#define M_CPL_RX_PHYS_DSGL_ISRDMA   0x1

Definition at line 3610 of file t4_msg.h.

◆ M_CPL_RX_PHYS_DSGL_NOOFSGENTR

#define M_CPL_RX_PHYS_DSGL_NOOFSGENTR   0xffff

Definition at line 3664 of file t4_msg.h.

◆ M_CPL_RX_PHYS_DSGL_OPCODE

#define M_CPL_RX_PHYS_DSGL_OPCODE   0xff

Definition at line 3604 of file t4_msg.h.

◆ M_CPL_RX_PHYS_DSGL_PCINOSNOOP

#define M_CPL_RX_PHYS_DSGL_PCINOSNOOP   0x1

Definition at line 3632 of file t4_msg.h.

◆ M_CPL_RX_PHYS_DSGL_PCIRLXORDER

#define M_CPL_RX_PHYS_DSGL_PCIRLXORDER   0x1

Definition at line 3623 of file t4_msg.h.

◆ M_CPL_RX_PHYS_DSGL_PCITPHNT

#define M_CPL_RX_PHYS_DSGL_PCITPHNT   0x3

Definition at line 3650 of file t4_msg.h.

◆ M_CPL_RX_PHYS_DSGL_PCITPHNTENB

#define M_CPL_RX_PHYS_DSGL_PCITPHNTENB   0x1

Definition at line 3641 of file t4_msg.h.

◆ M_CPL_RX_PHYS_DSGL_RSVD1

#define M_CPL_RX_PHYS_DSGL_RSVD1   0x7

Definition at line 3617 of file t4_msg.h.

◆ M_CPL_RX_TLS_CMP_LENGTH

#define M_CPL_RX_TLS_CMP_LENGTH   0xffff

Definition at line 3295 of file t4_msg.h.

◆ M_CPL_RX_TLS_CMP_OPCODE

#define M_CPL_RX_TLS_CMP_OPCODE   0xff

Definition at line 3277 of file t4_msg.h.

◆ M_CPL_RX_TLS_CMP_PDULENGTH

#define M_CPL_RX_TLS_CMP_PDULENGTH   0xffff

Definition at line 3289 of file t4_msg.h.

◆ M_CPL_RX_TLS_CMP_TID

#define M_CPL_RX_TLS_CMP_TID   0xffffff

Definition at line 3283 of file t4_msg.h.

◆ M_CPL_TLS_DATA_LENGTH

#define M_CPL_TLS_DATA_LENGTH   0xffff

Definition at line 3261 of file t4_msg.h.

◆ M_CPL_TLS_DATA_OPCODE

#define M_CPL_TLS_DATA_OPCODE   0xff

Definition at line 3249 of file t4_msg.h.

◆ M_CPL_TLS_DATA_TID

#define M_CPL_TLS_DATA_TID   0xffffff

Definition at line 3255 of file t4_msg.h.

◆ M_CPL_TX_DATA_ISO_CPLHDRLEN

#define M_CPL_TX_DATA_ISO_CPLHDRLEN   0x1

Definition at line 1563 of file t4_msg.h.

◆ M_CPL_TX_DATA_ISO_FIRST

#define M_CPL_TX_DATA_ISO_FIRST   0x1

Definition at line 1549 of file t4_msg.h.

◆ M_CPL_TX_DATA_ISO_HDRCRC

#define M_CPL_TX_DATA_ISO_HDRCRC   0x1

Definition at line 1570 of file t4_msg.h.

◆ M_CPL_TX_DATA_ISO_IMMEDIATE

#define M_CPL_TX_DATA_ISO_IMMEDIATE   0x1

Definition at line 1584 of file t4_msg.h.

◆ M_CPL_TX_DATA_ISO_LAST

#define M_CPL_TX_DATA_ISO_LAST   0x1

Definition at line 1556 of file t4_msg.h.

◆ M_CPL_TX_DATA_ISO_OP

#define M_CPL_TX_DATA_ISO_OP   0xff

Definition at line 1543 of file t4_msg.h.

◆ M_CPL_TX_DATA_ISO_PLDCRC

#define M_CPL_TX_DATA_ISO_PLDCRC   0x1

Definition at line 1577 of file t4_msg.h.

◆ M_CPL_TX_DATA_ISO_SCSI

#define M_CPL_TX_DATA_ISO_SCSI   0x3

Definition at line 1591 of file t4_msg.h.

◆ M_CPL_TX_DATA_ISO_SEGLEN_OFFSET

#define M_CPL_TX_DATA_ISO_SEGLEN_OFFSET   0xffffff

Definition at line 1598 of file t4_msg.h.

◆ M_CPL_TX_SEC_PDU_AADSTART

#define M_CPL_TX_SEC_PDU_AADSTART   0xff

Definition at line 3527 of file t4_msg.h.

◆ M_CPL_TX_SEC_PDU_AADSTOP

#define M_CPL_TX_SEC_PDU_AADSTOP   0x1ff

Definition at line 3536 of file t4_msg.h.

◆ M_CPL_TX_SEC_PDU_ACKFOLLOWS

#define M_CPL_TX_SEC_PDU_ACKFOLLOWS   0x1

Definition at line 3485 of file t4_msg.h.

◆ M_CPL_TX_SEC_PDU_AUTHINSERT

#define M_CPL_TX_SEC_PDU_AUTHINSERT   0x1ff

Definition at line 3591 of file t4_msg.h.

◆ M_CPL_TX_SEC_PDU_AUTHSTART

#define M_CPL_TX_SEC_PDU_AUTHSTART   0x3ff

Definition at line 3573 of file t4_msg.h.

◆ M_CPL_TX_SEC_PDU_AUTHSTOP

#define M_CPL_TX_SEC_PDU_AUTHSTOP   0x1ff

Definition at line 3582 of file t4_msg.h.

◆ M_CPL_TX_SEC_PDU_CIPHERSTART

#define M_CPL_TX_SEC_PDU_CIPHERSTART   0x3ff

Definition at line 3545 of file t4_msg.h.

◆ M_CPL_TX_SEC_PDU_CIPHERSTOP_HI

#define M_CPL_TX_SEC_PDU_CIPHERSTOP_HI   0x1f

Definition at line 3554 of file t4_msg.h.

◆ M_CPL_TX_SEC_PDU_CIPHERSTOP_LO

#define M_CPL_TX_SEC_PDU_CIPHERSTOP_LO   0xf

Definition at line 3562 of file t4_msg.h.

◆ M_CPL_TX_SEC_PDU_CPLLEN

#define M_CPL_TX_SEC_PDU_CPLLEN   0xf

Definition at line 3501 of file t4_msg.h.

◆ M_CPL_TX_SEC_PDU_IVINSRTOFST

#define M_CPL_TX_SEC_PDU_IVINSRTOFST   0x3ff

Definition at line 3516 of file t4_msg.h.

◆ M_CPL_TX_SEC_PDU_OPCODE

#define M_CPL_TX_SEC_PDU_OPCODE   0xff

Definition at line 3470 of file t4_msg.h.

◆ M_CPL_TX_SEC_PDU_PLACEHOLDER

#define M_CPL_TX_SEC_PDU_PLACEHOLDER   0x1

Definition at line 3508 of file t4_msg.h.

◆ M_CPL_TX_SEC_PDU_RXCHID

#define M_CPL_TX_SEC_PDU_RXCHID   0x1

Definition at line 3477 of file t4_msg.h.

◆ M_CPL_TX_SEC_PDU_ULPTXLPBK

#define M_CPL_TX_SEC_PDU_ULPTXLPBK   0x1

Definition at line 3493 of file t4_msg.h.

◆ M_CPL_TX_TLS_ACK_COMPLONERR

#define M_CPL_TX_TLS_ACK_COMPLONERR   0x1

Definition at line 3719 of file t4_msg.h.

◆ M_CPL_TX_TLS_ACK_CPLLEN

#define M_CPL_TX_TLS_ACK_CPLLEN   0xf

Definition at line 3713 of file t4_msg.h.

◆ M_CPL_TX_TLS_ACK_FWMSG

#define M_CPL_TX_TLS_ACK_FWMSG   0x1

Definition at line 3699 of file t4_msg.h.

◆ M_CPL_TX_TLS_ACK_LCB

#define M_CPL_TX_TLS_ACK_LCB   0x1

Definition at line 3726 of file t4_msg.h.

◆ M_CPL_TX_TLS_ACK_OPCODE

#define M_CPL_TX_TLS_ACK_OPCODE   0xff

Definition at line 3679 of file t4_msg.h.

◆ M_CPL_TX_TLS_ACK_PHASH

#define M_CPL_TX_TLS_ACK_PHASH   0x1

Definition at line 3733 of file t4_msg.h.

◆ M_CPL_TX_TLS_ACK_RSVD1

#define M_CPL_TX_TLS_ACK_RSVD1   0x1

Definition at line 3685 of file t4_msg.h.

◆ M_CPL_TX_TLS_ACK_RSVD2

#define M_CPL_TX_TLS_ACK_RSVD2   0x1fff

Definition at line 3740 of file t4_msg.h.

◆ M_CPL_TX_TLS_ACK_RXCHID

#define M_CPL_TX_TLS_ACK_RXCHID   0x1

Definition at line 3692 of file t4_msg.h.

◆ M_CPL_TX_TLS_ACK_ULPTXLPBK

#define M_CPL_TX_TLS_ACK_ULPTXLPBK   0x1

Definition at line 3706 of file t4_msg.h.

◆ M_CPL_TX_TLS_SFO_CPL_LEN

#define M_CPL_TX_TLS_SFO_CPL_LEN   0xf

Definition at line 3217 of file t4_msg.h.

◆ M_CPL_TX_TLS_SFO_DATA_TYPE

#define M_CPL_TX_TLS_SFO_DATA_TYPE   0xf

Definition at line 3211 of file t4_msg.h.

◆ M_CPL_TX_TLS_SFO_OPCODE

#define M_CPL_TX_TLS_SFO_OPCODE   0xff

Definition at line 3205 of file t4_msg.h.

◆ M_CPL_TX_TLS_SFO_PROTOVER

#define M_CPL_TX_TLS_SFO_PROTOVER   0xffff

Definition at line 3235 of file t4_msg.h.

◆ M_CPL_TX_TLS_SFO_SEG_LEN

#define M_CPL_TX_TLS_SFO_SEG_LEN   0xffff

Definition at line 3223 of file t4_msg.h.

◆ M_CPL_TX_TLS_SFO_TYPE

#define M_CPL_TX_TLS_SFO_TYPE   0xff

Definition at line 3229 of file t4_msg.h.

◆ M_CPL_TX_TNL_LSO_ETHHDRLEN

#define M_CPL_TX_TNL_LSO_ETHHDRLEN   0xf

Definition at line 3118 of file t4_msg.h.

◆ M_CPL_TX_TNL_LSO_ETHHDRLENOUT

#define M_CPL_TX_TNL_LSO_ETHHDRLENOUT   0xf

Definition at line 3034 of file t4_msg.h.

◆ M_CPL_TX_TNL_LSO_ETHHDRLENX

#define M_CPL_TX_TNL_LSO_ETHHDRLENX   0x1

Definition at line 3143 of file t4_msg.h.

◆ M_CPL_TX_TNL_LSO_ETHHDRLENXOUT

#define M_CPL_TX_TNL_LSO_ETHHDRLENXOUT   0x1

Definition at line 3019 of file t4_msg.h.

◆ M_CPL_TX_TNL_LSO_ETHLENOFFSET

#define M_CPL_TX_TNL_LSO_ETHLENOFFSET   0xf

Definition at line 3156 of file t4_msg.h.

◆ M_CPL_TX_TNL_LSO_FIRST

#define M_CPL_TX_TNL_LSO_FIRST   0x1

Definition at line 3005 of file t4_msg.h.

◆ M_CPL_TX_TNL_LSO_FLOW

#define M_CPL_TX_TNL_LSO_FLOW   0x1

Definition at line 3104 of file t4_msg.h.

◆ M_CPL_TX_TNL_LSO_IPHDRCHKOUT

#define M_CPL_TX_TNL_LSO_IPHDRCHKOUT   0x1

Definition at line 3047 of file t4_msg.h.

◆ M_CPL_TX_TNL_LSO_IPHDRLEN

#define M_CPL_TX_TNL_LSO_IPHDRLEN   0xfff

Definition at line 3124 of file t4_msg.h.

◆ M_CPL_TX_TNL_LSO_IPHDRLENOUT

#define M_CPL_TX_TNL_LSO_IPHDRLENOUT   0xfff

Definition at line 3041 of file t4_msg.h.

◆ M_CPL_TX_TNL_LSO_IPIDINCOUT

#define M_CPL_TX_TNL_LSO_IPIDINCOUT   0x1

Definition at line 3061 of file t4_msg.h.

◆ M_CPL_TX_TNL_LSO_IPIDSPLIT

#define M_CPL_TX_TNL_LSO_IPIDSPLIT   0x1

Definition at line 3136 of file t4_msg.h.

◆ M_CPL_TX_TNL_LSO_IPIDSPLITOUT

#define M_CPL_TX_TNL_LSO_IPIDSPLITOUT   0x1

Definition at line 3068 of file t4_msg.h.

◆ M_CPL_TX_TNL_LSO_IPLENSETOUT

#define M_CPL_TX_TNL_LSO_IPLENSETOUT   0x1

Definition at line 3054 of file t4_msg.h.

◆ M_CPL_TX_TNL_LSO_IPV6

#define M_CPL_TX_TNL_LSO_IPV6   0x1

Definition at line 3111 of file t4_msg.h.

◆ M_CPL_TX_TNL_LSO_IPV6OUT

#define M_CPL_TX_TNL_LSO_IPV6OUT   0x1

Definition at line 3027 of file t4_msg.h.

◆ M_CPL_TX_TNL_LSO_LAST

#define M_CPL_TX_TNL_LSO_LAST   0x1

Definition at line 3012 of file t4_msg.h.

◆ M_CPL_TX_TNL_LSO_MSS

#define M_CPL_TX_TNL_LSO_MSS   0x3fff

Definition at line 3150 of file t4_msg.h.

◆ M_CPL_TX_TNL_LSO_OPCODE

#define M_CPL_TX_TNL_LSO_OPCODE   0xff

Definition at line 2999 of file t4_msg.h.

◆ M_CPL_TX_TNL_LSO_SIZE

#define M_CPL_TX_TNL_LSO_SIZE   0xfffffff

Definition at line 3163 of file t4_msg.h.

◆ M_CPL_TX_TNL_LSO_TCPHDRLEN

#define M_CPL_TX_TNL_LSO_TCPHDRLEN   0xf

Definition at line 3130 of file t4_msg.h.

◆ M_CPL_TX_TNL_LSO_TNLHDRLEN

#define M_CPL_TX_TNL_LSO_TNLHDRLEN   0xfff

Definition at line 3098 of file t4_msg.h.

◆ M_CPL_TX_TNL_LSO_TNLTYPE

#define M_CPL_TX_TNL_LSO_TNLTYPE   0x3

Definition at line 3092 of file t4_msg.h.

◆ M_CPL_TX_TNL_LSO_UDPCHKCLROUT

#define M_CPL_TX_TNL_LSO_UDPCHKCLROUT   0x1

Definition at line 3084 of file t4_msg.h.

◆ M_CPL_TX_TNL_LSO_UDPLENSETOUT

#define M_CPL_TX_TNL_LSO_UDPLENSETOUT   0x1

Definition at line 3076 of file t4_msg.h.

◆ M_DDP_DACK_MODE

#define M_DDP_DACK_MODE   0x3

Definition at line 1910 of file t4_msg.h.

◆ M_DDP_OFFSET

#define M_DDP_OFFSET   0xFFFFFF

Definition at line 1905 of file t4_msg.h.

◆ M_DDP_ULP_MODE

#define M_DDP_ULP_MODE   0xF

Definition at line 1899 of file t4_msg.h.

◆ M_DDP_VALID

#define M_DDP_VALID   0x1FFFF

Definition at line 1842 of file t4_msg.h.

◆ M_DSCP

#define M_DSCP   0x3F

Definition at line 471 of file t4_msg.h.

◆ M_EGR_QID

#define M_EGR_QID   0x1FFFF

Definition at line 2701 of file t4_msg.h.

◆ M_ETH_HDR_LEN

#define M_ETH_HDR_LEN   0x3F

Definition at line 756 of file t4_msg.h.

◆ M_FCOE_FCHDR_FCTL

#define M_FCOE_FCHDR_FCTL   0xffffff

Definition at line 1684 of file t4_msg.h.

◆ M_FCOE_FCHDR_RCTL

#define M_FCOE_FCHDR_RCTL   0xff

Definition at line 1678 of file t4_msg.h.

◆ M_FILT_INFO

#define M_FILT_INFO   0xfffffffffULL

Definition at line 554 of file t4_msg.h.

◆ M_FILTER_TUPLE

#define M_FILTER_TUPLE   0xFFFFFFFFFF

Definition at line 812 of file t4_msg.h.

◆ M_FSO_FCHDR_LEN

#define M_FSO_FCHDR_LEN   0xF

Definition at line 1512 of file t4_msg.h.

◆ M_HASHTYPE

#define M_HASHTYPE   0x3

Definition at line 394 of file t4_msg.h.

◆ M_IP_HDR_LEN

#define M_IP_HDR_LEN   0x3FF

Definition at line 747 of file t4_msg.h.

◆ M_ISCSI_PDU_LEN

#define M_ISCSI_PDU_LEN   0x7FFF

Definition at line 1618 of file t4_msg.h.

◆ M_L2T_IDX

#define M_L2T_IDX   0xFFF

Definition at line 481 of file t4_msg.h.

◆ M_L2T_W_INFO

#define M_L2T_W_INFO   0x3F

Definition at line 2308 of file t4_msg.h.

◆ M_L2T_W_PORT

#define M_L2T_W_PORT   0x3

Definition at line 2313 of file t4_msg.h.

◆ M_LE_CHAN

#define M_LE_CHAN   0x3

Definition at line 2641 of file t4_msg.h.

◆ M_LE_OFFSET

#define M_LE_OFFSET   0x7

Definition at line 2646 of file t4_msg.h.

◆ M_LE_REQCMD

#define M_LE_REQCMD   0xF

Definition at line 2660 of file t4_msg.h.

◆ M_LE_REQSIZE

#define M_LE_REQSIZE   0x7

Definition at line 2655 of file t4_msg.h.

◆ M_LE_RSPCMD

#define M_LE_RSPCMD   0xF

Definition at line 2674 of file t4_msg.h.

◆ M_LE_RSPSIZE

#define M_LE_RSPSIZE   0x7

Definition at line 2679 of file t4_msg.h.

◆ M_LISTEN_INTF

#define M_LISTEN_INTF   0xFF

Definition at line 531 of file t4_msg.h.

◆ M_LSO_ETHHDR_LEN

#define M_LSO_ETHHDR_LEN   0xF

Definition at line 1452 of file t4_msg.h.

◆ M_LSO_IPHDR_LEN

#define M_LSO_IPHDR_LEN   0xFFF

Definition at line 1447 of file t4_msg.h.

◆ M_LSO_MSS

#define M_LSO_MSS   0x3FFF

Definition at line 1484 of file t4_msg.h.

◆ M_LSO_OPCODE

#define M_LSO_OPCODE   0xFF

Definition at line 1473 of file t4_msg.h.

◆ M_LSO_T5_XFER_SIZE

#define M_LSO_T5_XFER_SIZE   0xFFFFFFF

Definition at line 1478 of file t4_msg.h.

◆ M_LSO_TCPHDR_LEN

#define M_LSO_TCPHDR_LEN   0xF

Definition at line 1442 of file t4_msg.h.

◆ M_MAX_RT

#define M_MAX_RT   0xF

Definition at line 503 of file t4_msg.h.

◆ M_MSS_IDX

#define M_MSS_IDX   0xF

Definition at line 512 of file t4_msg.h.

◆ M_NTFY_ETHHDR_LEN

#define M_NTFY_ETHHDR_LEN   0x1F

Definition at line 2602 of file t4_msg.h.

◆ M_NTFY_INTF

#define M_NTFY_INTF   0xF

Definition at line 2587 of file t4_msg.h.

◆ M_NTFY_IPHDR_LEN

#define M_NTFY_IPHDR_LEN   0x1FF

Definition at line 2597 of file t4_msg.h.

◆ M_NTFY_MAC_IDX

#define M_NTFY_MAC_IDX   0x1FF

Definition at line 2582 of file t4_msg.h.

◆ M_NTFY_T5_ETHHDR_LEN

#define M_NTFY_T5_ETHHDR_LEN   0x3F

Definition at line 2612 of file t4_msg.h.

◆ M_NTFY_T5_IPHDR_LEN

#define M_NTFY_T5_IPHDR_LEN   0xFF

Definition at line 2607 of file t4_msg.h.

◆ M_NTFY_TCPHDR_LEN

#define M_NTFY_TCPHDR_LEN   0xF

Definition at line 2592 of file t4_msg.h.

◆ M_PACE

#define M_PACE   0x3

Definition at line 583 of file t4_msg.h.

◆ M_PASS_OPEN_TID

#define M_PASS_OPEN_TID   0xFFFFFF

Definition at line 684 of file t4_msg.h.

◆ M_PASS_OPEN_TOS

#define M_PASS_OPEN_TOS   0xFF

Definition at line 689 of file t4_msg.h.

◆ M_QNUM

#define M_QNUM   0xFFFF

Definition at line 398 of file t4_msg.h.

◆ M_QUEUENO

#define M_QUEUENO   0x3FF

Definition at line 932 of file t4_msg.h.

◆ M_RCV_BUFSIZ

#define M_RCV_BUFSIZ   0x3FFU

Definition at line 466 of file t4_msg.h.

◆ M_RSS_QUEUE

#define M_RSS_QUEUE   0x3FF

Definition at line 560 of file t4_msg.h.

◆ M_RTE_REQ_LUT_BASE

#define M_RTE_REQ_LUT_BASE   0x7FF

Definition at line 2223 of file t4_msg.h.

◆ M_RTE_REQ_LUT_IX

#define M_RTE_REQ_LUT_IX   0x7FF

Definition at line 2218 of file t4_msg.h.

◆ M_RTE_WR_LUT_BASE

#define M_RTE_WR_LUT_BASE   0x7FF

Definition at line 2264 of file t4_msg.h.

◆ M_RTE_WR_LUT_IX

#define M_RTE_WR_LUT_IX   0x7FF

Definition at line 2259 of file t4_msg.h.

◆ M_RX_CHAN

#define M_RX_CHAN   0xF

Definition at line 2038 of file t4_msg.h.

◆ M_RX_COALESCE

#define M_RX_COALESCE   0x3

Definition at line 573 of file t4_msg.h.

◆ M_RX_CREDITS

#define M_RX_CREDITS   0x3FFFFFF

Definition at line 1725 of file t4_msg.h.

◆ M_RX_DACK_MODE

#define M_RX_DACK_MODE   0x3

Definition at line 1742 of file t4_msg.h.

◆ M_RX_DATYPE

#define M_RX_DATYPE   0x3

Definition at line 1997 of file t4_msg.h.

◆ M_RX_ETHHDR_LEN

#define M_RX_ETHHDR_LEN   0x1F

Definition at line 1964 of file t4_msg.h.

◆ M_RX_IPHDR_LEN

#define M_RX_IPHDR_LEN   0x3FF

Definition at line 2049 of file t4_msg.h.

◆ M_RX_MACIDX

#define M_RX_MACIDX   0x1FF

Definition at line 1987 of file t4_msg.h.

◆ M_RX_PKTYPE

#define M_RX_PKTYPE   0x7

Definition at line 1977 of file t4_msg.h.

◆ M_RX_T5_DATYPE

#define M_RX_T5_DATYPE   0x3

Definition at line 1982 of file t4_msg.h.

◆ M_RX_T5_ETHHDR_LEN

#define M_RX_T5_ETHHDR_LEN   0x3F

Definition at line 1969 of file t4_msg.h.

◆ M_RX_T5_PKTYPE

#define M_RX_T5_PKTYPE   0x7

Definition at line 1992 of file t4_msg.h.

◆ M_RX_T6_ETHHDR_LEN

#define M_RX_T6_ETHHDR_LEN   0xFF

Definition at line 1973 of file t4_msg.h.

◆ M_RX_TCPHDR_LEN

#define M_RX_TCPHDR_LEN   0x3F

Definition at line 2044 of file t4_msg.h.

◆ M_SCMD_AADIVDROP

#define M_SCMD_AADIVDROP   0x1

Definition at line 3445 of file t4_msg.h.

◆ M_SCMD_AUTH_MODE

#define M_SCMD_AUTH_MODE   0xf

Definition at line 3350 of file t4_msg.h.

◆ M_SCMD_CIPH_AUTH_SEQ_CTRL

#define M_SCMD_CIPH_AUTH_SEQ_CTRL   0x1

Definition at line 3332 of file t4_msg.h.

◆ M_SCMD_CIPH_MODE

#define M_SCMD_CIPH_MODE   0xf

Definition at line 3342 of file t4_msg.h.

◆ M_SCMD_ENB_DBGID

#define M_SCMD_ENB_DBGID   0x1

Definition at line 3384 of file t4_msg.h.

◆ M_SCMD_ENC_DEC_CTRL

#define M_SCMD_ENC_DEC_CTRL   0x1

Definition at line 3324 of file t4_msg.h.

◆ M_SCMD_HDR_LEN

#define M_SCMD_HDR_LEN   0x3fff

Definition at line 3454 of file t4_msg.h.

◆ M_SCMD_HMAC_CTRL

#define M_SCMD_HMAC_CTRL   0x7

Definition at line 3359 of file t4_msg.h.

◆ M_SCMD_IV_GEN_CTRL

#define M_SCMD_IV_GEN_CTRL   0x1

Definition at line 3391 of file t4_msg.h.

◆ M_SCMD_IV_SIZE

#define M_SCMD_IV_SIZE   0xf

Definition at line 3366 of file t4_msg.h.

◆ M_SCMD_KEY_CTX_INLINE

#define M_SCMD_KEY_CTX_INLINE   0x1

Definition at line 3417 of file t4_msg.h.

◆ M_SCMD_LAST_FRAG

#define M_SCMD_LAST_FRAG   0x1

Definition at line 3405 of file t4_msg.h.

◆ M_SCMD_MAC_ONLY

#define M_SCMD_MAC_ONLY   0x1

Definition at line 3435 of file t4_msg.h.

◆ M_SCMD_MORE_FRAGS

#define M_SCMD_MORE_FRAGS   0x1

Definition at line 3399 of file t4_msg.h.

◆ M_SCMD_NUM_IVS

#define M_SCMD_NUM_IVS   0x7f

Definition at line 3373 of file t4_msg.h.

◆ M_SCMD_PROTO_VERSION

#define M_SCMD_PROTO_VERSION   0xf

Definition at line 3317 of file t4_msg.h.

◆ M_SCMD_SEQ_NO_CTRL

#define M_SCMD_SEQ_NO_CTRL   0x3

Definition at line 3301 of file t4_msg.h.

◆ M_SCMD_STATUS_PRESENT

#define M_SCMD_STATUS_PRESENT   0x1

Definition at line 3308 of file t4_msg.h.

◆ M_SCMD_TLS_COMPPDU

#define M_SCMD_TLS_COMPPDU   0x1

Definition at line 3411 of file t4_msg.h.

◆ M_SCMD_TLS_FRAG_ENABLE

#define M_SCMD_TLS_FRAG_ENABLE   0x1

Definition at line 3425 of file t4_msg.h.

◆ M_SMAC_SEL

#define M_SMAC_SEL   0xFF

Definition at line 476 of file t4_msg.h.

◆ M_SMTW_IDX

#define M_SMTW_IDX   0x7F

Definition at line 2458 of file t4_msg.h.

◆ M_SMTW_OVLAN_IDX

#define M_SMTW_OVLAN_IDX   0xF

Definition at line 2453 of file t4_msg.h.

◆ M_SMTW_PF

#define M_SMTW_PF   0x7

Definition at line 2476 of file t4_msg.h.

◆ M_SMTW_VF

#define M_SMTW_VF   0xFF

Definition at line 2471 of file t4_msg.h.

◆ M_SRQT_IDX

#define M_SRQT_IDX   0xF

Definition at line 2401 of file t4_msg.h.

◆ M_SRQT_PDID

#define M_SRQT_PDID   0xFF

Definition at line 2396 of file t4_msg.h.

◆ M_SRQT_QBASE

#define M_SRQT_QBASE   0x3FFFFFF

Definition at line 2391 of file t4_msg.h.

◆ M_SRQT_QLEN

#define M_SRQT_QLEN   0xF

Definition at line 2386 of file t4_msg.h.

◆ M_SYN_INTF

#define M_SYN_INTF   0xF

Definition at line 776 of file t4_msg.h.

◆ M_SYN_MAC_IDX

#define M_SYN_MAC_IDX   0x1FF

Definition at line 767 of file t4_msg.h.

◆ M_SYN_RSS_QUEUE

#define M_SYN_RSS_QUEUE   0x3FF

Definition at line 526 of file t4_msg.h.

◆ M_SYN_RX_CHAN

#define M_SYN_RX_CHAN   0xF

Definition at line 733 of file t4_msg.h.

◆ M_T5_FILT_INFO

#define M_T5_FILT_INFO   0xffffffffffULL

Definition at line 549 of file t4_msg.h.

◆ M_T5_ULP_MEMIO_FID

#define M_T5_ULP_MEMIO_FID   0x7ff

Definition at line 2920 of file t4_msg.h.

◆ M_T6_COMPR_RXERR_VEC

#define M_T6_COMPR_RXERR_VEC   0x3F

Definition at line 2115 of file t4_msg.h.

◆ M_T6_ETH_HDR_LEN

#define M_T6_ETH_HDR_LEN   0xFF

Definition at line 761 of file t4_msg.h.

◆ M_T6_RX_TNL_TYPE

#define M_T6_RX_TNL_TYPE   0x3

Definition at line 2152 of file t4_msg.h.

◆ M_T6_RX_TNLHDR_LEN

#define M_T6_RX_TNLHDR_LEN   0xFF

Definition at line 2161 of file t4_msg.h.

◆ M_T6_SMTW_IDX

#define M_T6_SMTW_IDX   0xFF

Definition at line 2462 of file t4_msg.h.

◆ M_T6_TXPKT_ETHHDR_LEN

#define M_T6_TXPKT_ETHHDR_LEN   0xFF

Definition at line 1378 of file t4_msg.h.

◆ M_T6_TXPKT_IPHDR_LEN

#define M_T6_TXPKT_IPHDR_LEN   0xFFF

Definition at line 1363 of file t4_msg.h.

◆ M_TAGW_IDX

#define M_TAGW_IDX   0x7F

Definition at line 2527 of file t4_msg.h.

◆ M_TCP_HDR_LEN

#define M_TCP_HDR_LEN   0x3F

Definition at line 738 of file t4_msg.h.

◆ M_TCPOPT_MSS

#define M_TCPOPT_MSS   0xF

Definition at line 715 of file t4_msg.h.

◆ M_TCPOPT_SACK

#define M_TCPOPT_SACK   0x1

Definition at line 700 of file t4_msg.h.

◆ M_TCPOPT_SND_WSCALE

#define M_TCPOPT_SND_WSCALE   0xF

Definition at line 710 of file t4_msg.h.

◆ M_TCPOPT_TSTAMP

#define M_TCPOPT_TSTAMP   0x1

Definition at line 705 of file t4_msg.h.

◆ M_TCPOPT_WSCALE_OK

#define M_TCPOPT_WSCALE_OK   0x1

Definition at line 695 of file t4_msg.h.

◆ M_TID_COOKIE

#define M_TID_COOKIE   0x7

Definition at line 340 of file t4_msg.h.

◆ M_TID_QID

#define M_TID_QID   0x3ff

Definition at line 345 of file t4_msg.h.

◆ M_TID_TID

#define M_TID_TID   0x7ff

Definition at line 335 of file t4_msg.h.

◆ M_TX_ACK_PAGES

#define M_TX_ACK_PAGES   0x7

Definition at line 1129 of file t4_msg.h.

◆ M_TX_CHAN

#define M_TX_CHAN   0x3

Definition at line 440 of file t4_msg.h.

◆ M_TX_CPU_IDX

#define M_TX_CPU_IDX   0x3F

Definition at line 1229 of file t4_msg.h.

◆ M_TX_DATA_MSS

#define M_TX_DATA_MSS   0xFFFF

Definition at line 1163 of file t4_msg.h.

◆ M_TX_LENGTH

#define M_TX_LENGTH   0xFFFF

Definition at line 1168 of file t4_msg.h.

◆ M_TX_MSS

#define M_TX_MSS   0xF

Definition at line 1140 of file t4_msg.h.

◆ M_TX_PORT

#define M_TX_PORT   0x7

Definition at line 1135 of file t4_msg.h.

◆ M_TX_QOS

#define M_TX_QOS   0xFF

Definition at line 1145 of file t4_msg.h.

◆ M_TX_QUEUE

#define M_TX_QUEUE   0x7

Definition at line 612 of file t4_msg.h.

◆ M_TX_SNDBUF

#define M_TX_SNDBUF   0xFFFF

Definition at line 1150 of file t4_msg.h.

◆ M_TX_ULP_MODE

#define M_TX_ULP_MODE   0x7

Definition at line 1183 of file t4_msg.h.

◆ M_TX_ULP_SUBMODE

#define M_TX_ULP_SUBMODE   0xF

Definition at line 1178 of file t4_msg.h.

◆ M_TXPKT_CSUM_END

#define M_TXPKT_CSUM_END   0xFF

Definition at line 1349 of file t4_msg.h.

◆ M_TXPKT_CSUM_LOC

#define M_TXPKT_CSUM_LOC   0x3FF

Definition at line 1368 of file t4_msg.h.

◆ M_TXPKT_CSUM_START

#define M_TXPKT_CSUM_START   0x3FF

Definition at line 1354 of file t4_msg.h.

◆ M_TXPKT_CSUM_TYPE

#define M_TXPKT_CSUM_TYPE   0xF

Definition at line 1384 of file t4_msg.h.

◆ M_TXPKT_ETHHDR_LEN

#define M_TXPKT_ETHHDR_LEN   0x3F

Definition at line 1373 of file t4_msg.h.

◆ M_TXPKT_INTF

#define M_TXPKT_INTF   0xF

Definition at line 1305 of file t4_msg.h.

◆ M_TXPKT_IPHDR_LEN

#define M_TXPKT_IPHDR_LEN   0x3FFF

Definition at line 1359 of file t4_msg.h.

◆ M_TXPKT_OPCODE

#define M_TXPKT_OPCODE   0xFF

Definition at line 1338 of file t4_msg.h.

◆ M_TXPKT_OVLAN_IDX

#define M_TXPKT_OVLAN_IDX   0xF

Definition at line 1294 of file t4_msg.h.

◆ M_TXPKT_PF

#define M_TXPKT_PF   0x7

Definition at line 1285 of file t4_msg.h.

◆ M_TXPKT_SA_IDX

#define M_TXPKT_SA_IDX   0xFFF

Definition at line 1344 of file t4_msg.h.

◆ M_TXPKT_T5_OVLAN_IDX

#define M_TXPKT_T5_OVLAN_IDX   0x7

Definition at line 1299 of file t4_msg.h.

◆ M_TXPKT_VF

#define M_TXPKT_VF   0xFF

Definition at line 1280 of file t4_msg.h.

◆ M_TXPKT_VLAN

#define M_TXPKT_VLAN   0xFFFF

Definition at line 1389 of file t4_msg.h.

◆ M_ULP_MEMIO_ADDR

#define M_ULP_MEMIO_ADDR   0x7FFFFFF

Definition at line 2925 of file t4_msg.h.

◆ M_ULP_MEMIO_DATA_LEN

#define M_ULP_MEMIO_DATA_LEN   0x1F

Definition at line 2934 of file t4_msg.h.

◆ M_ULP_MODE

#define M_ULP_MODE   0xF

Definition at line 461 of file t4_msg.h.

◆ M_ULP_TXPKT_CHANNELID

#define M_ULP_TXPKT_CHANNELID   0x1

Definition at line 2959 of file t4_msg.h.

◆ M_ULP_TXPKT_DATAMODIFY

#define M_ULP_TXPKT_DATAMODIFY   0x1

Definition at line 2952 of file t4_msg.h.

◆ M_ULP_TXPKT_DEST

#define M_ULP_TXPKT_DEST   0x3

Definition at line 2967 of file t4_msg.h.

◆ M_ULP_TXPKT_FID

#define M_ULP_TXPKT_FID   0x7ff

Definition at line 2971 of file t4_msg.h.

◆ M_ULPTX_CMD

#define M_ULPTX_CMD   0xFF

Definition at line 2844 of file t4_msg.h.

◆ M_ULPTX_LEN16

#define M_ULPTX_LEN16   0xFF

Definition at line 2848 of file t4_msg.h.

◆ M_ULPTX_NSGE

#define M_ULPTX_NSGE   0xFFFF

Definition at line 2889 of file t4_msg.h.

◆ M_WND_SCALE

#define M_WND_SCALE   0xF

Definition at line 494 of file t4_msg.h.

◆ M_WORD

#define M_WORD   0x1F

Definition at line 978 of file t4_msg.h.

◆ M_WR_LEN16

#define M_WR_LEN16   0xFF

Definition at line 416 of file t4_msg.h.

◆ M_WR_OP

#define M_WR_OP   0xFF

Definition at line 422 of file t4_msg.h.

◆ MK_OPCODE_TID

#define MK_OPCODE_TID (   opcode,
  tid 
)    (V_CPL_OPCODE(opcode) | (tid))

Definition at line 325 of file t4_msg.h.

◆ OPCODE_TID

#define OPCODE_TID (   cmd)    ((cmd)->ot.opcode_tid)

Definition at line 327 of file t4_msg.h.

◆ RSS_HDR

#define RSS_HDR

Definition at line 404 of file t4_msg.h.

◆ RX_PKT_TNL_TYPE_GENEVE

#define RX_PKT_TNL_TYPE_GENEVE   3

Definition at line 2158 of file t4_msg.h.

◆ RX_PKT_TNL_TYPE_NVGRE

#define RX_PKT_TNL_TYPE_NVGRE   1

Definition at line 2156 of file t4_msg.h.

◆ RX_PKT_TNL_TYPE_VXLAN

#define RX_PKT_TNL_TYPE_VXLAN   2

Definition at line 2157 of file t4_msg.h.

◆ S_ABORT_RSS_SRQIDX

#define S_ABORT_RSS_SRQIDX   8

Definition at line 1048 of file t4_msg.h.

◆ S_ABORT_RSS_STATUS

#define S_ABORT_RSS_STATUS   0

Definition at line 1043 of file t4_msg.h.

◆ S_ACCEPT_MODE

#define S_ACCEPT_MODE   0

Definition at line 434 of file t4_msg.h.

◆ S_AOPEN_ATID

#define S_AOPEN_ATID   8

Definition at line 906 of file t4_msg.h.

◆ S_AOPEN_FCOEMASK

#define S_AOPEN_FCOEMASK   0

Definition at line 844 of file t4_msg.h.

◆ S_AOPEN_STATUS

#define S_AOPEN_STATUS   0

Definition at line 901 of file t4_msg.h.

◆ S_AUTOEQU

#define S_AUTOEQU   22

Definition at line 2695 of file t4_msg.h.

◆ S_CCTRL_ECN

#define S_CCTRL_ECN   27

Definition at line 620 of file t4_msg.h.

◆ S_CHAN_MAP

#define S_CHAN_MAP   4

Definition at line 2552 of file t4_msg.h.

◆ S_CONG_CNTRL

#define S_CONG_CNTRL   14

Definition at line 577 of file t4_msg.h.

◆ S_CONG_CNTRL_VALID

#define S_CONG_CNTRL_VALID   18

Definition at line 587 of file t4_msg.h.

◆ S_CONN_POLICY

#define S_CONN_POLICY   22

Definition at line 543 of file t4_msg.h.

◆ S_COOKIE

#define S_COOKIE   5

Definition at line 982 of file t4_msg.h.

◆ S_CPL_FW4_ACK_CR

#define S_CPL_FW4_ACK_CR   24

Definition at line 2786 of file t4_msg.h.

◆ S_CPL_FW4_ACK_FLOWID

#define S_CPL_FW4_ACK_FLOWID   0

Definition at line 2780 of file t4_msg.h.

◆ S_CPL_FW4_ACK_OPCODE

#define S_CPL_FW4_ACK_OPCODE   24

Definition at line 2774 of file t4_msg.h.

◆ S_CPL_FW4_ACK_SEQVAL

#define S_CPL_FW4_ACK_SEQVAL   0

Definition at line 2791 of file t4_msg.h.

◆ S_CPL_OPCODE

#define S_CPL_OPCODE   24

Definition at line 319 of file t4_msg.h.

◆ S_CPL_RX_MPS_PKT_OP

#define S_CPL_RX_MPS_PKT_OP   24

Definition at line 3173 of file t4_msg.h.

◆ S_CPL_RX_MPS_PKT_TYPE

#define S_CPL_RX_MPS_PKT_TYPE   20

Definition at line 3179 of file t4_msg.h.

◆ S_CPL_RX_PHYS_DSGL_DCAID

#define S_CPL_RX_PHYS_DSGL_DCAID   16

Definition at line 3656 of file t4_msg.h.

◆ S_CPL_RX_PHYS_DSGL_ISRDMA

#define S_CPL_RX_PHYS_DSGL_ISRDMA   23

Definition at line 3609 of file t4_msg.h.

◆ S_CPL_RX_PHYS_DSGL_NOOFSGENTR

#define S_CPL_RX_PHYS_DSGL_NOOFSGENTR   0

Definition at line 3663 of file t4_msg.h.

◆ S_CPL_RX_PHYS_DSGL_OPCODE

#define S_CPL_RX_PHYS_DSGL_OPCODE   24

Definition at line 3603 of file t4_msg.h.

◆ S_CPL_RX_PHYS_DSGL_PCINOSNOOP

#define S_CPL_RX_PHYS_DSGL_PCINOSNOOP   30

Definition at line 3631 of file t4_msg.h.

◆ S_CPL_RX_PHYS_DSGL_PCIRLXORDER

#define S_CPL_RX_PHYS_DSGL_PCIRLXORDER   31

Definition at line 3622 of file t4_msg.h.

◆ S_CPL_RX_PHYS_DSGL_PCITPHNT

#define S_CPL_RX_PHYS_DSGL_PCITPHNT   27

Definition at line 3649 of file t4_msg.h.

◆ S_CPL_RX_PHYS_DSGL_PCITPHNTENB

#define S_CPL_RX_PHYS_DSGL_PCITPHNTENB   29

Definition at line 3640 of file t4_msg.h.

◆ S_CPL_RX_PHYS_DSGL_RSVD1

#define S_CPL_RX_PHYS_DSGL_RSVD1   20

Definition at line 3616 of file t4_msg.h.

◆ S_CPL_RX_TLS_CMP_LENGTH

#define S_CPL_RX_TLS_CMP_LENGTH   0

Definition at line 3294 of file t4_msg.h.

◆ S_CPL_RX_TLS_CMP_OPCODE

#define S_CPL_RX_TLS_CMP_OPCODE   24

Definition at line 3276 of file t4_msg.h.

◆ S_CPL_RX_TLS_CMP_PDULENGTH

#define S_CPL_RX_TLS_CMP_PDULENGTH   16

Definition at line 3288 of file t4_msg.h.

◆ S_CPL_RX_TLS_CMP_TID

#define S_CPL_RX_TLS_CMP_TID   0

Definition at line 3282 of file t4_msg.h.

◆ S_CPL_TLS_DATA_LENGTH

#define S_CPL_TLS_DATA_LENGTH   0

Definition at line 3260 of file t4_msg.h.

◆ S_CPL_TLS_DATA_OPCODE

#define S_CPL_TLS_DATA_OPCODE   24

Definition at line 3248 of file t4_msg.h.

◆ S_CPL_TLS_DATA_TID

#define S_CPL_TLS_DATA_TID   0

Definition at line 3254 of file t4_msg.h.

◆ S_CPL_TX_DATA_ISO_CPLHDRLEN

#define S_CPL_TX_DATA_ISO_CPLHDRLEN   21

Definition at line 1562 of file t4_msg.h.

◆ S_CPL_TX_DATA_ISO_FIRST

#define S_CPL_TX_DATA_ISO_FIRST   23

Definition at line 1548 of file t4_msg.h.

◆ S_CPL_TX_DATA_ISO_HDRCRC

#define S_CPL_TX_DATA_ISO_HDRCRC   20

Definition at line 1569 of file t4_msg.h.

◆ S_CPL_TX_DATA_ISO_IMMEDIATE

#define S_CPL_TX_DATA_ISO_IMMEDIATE   18

Definition at line 1583 of file t4_msg.h.

◆ S_CPL_TX_DATA_ISO_LAST

#define S_CPL_TX_DATA_ISO_LAST   22

Definition at line 1555 of file t4_msg.h.

◆ S_CPL_TX_DATA_ISO_OP

#define S_CPL_TX_DATA_ISO_OP   24

Definition at line 1542 of file t4_msg.h.

◆ S_CPL_TX_DATA_ISO_PLDCRC

#define S_CPL_TX_DATA_ISO_PLDCRC   19

Definition at line 1576 of file t4_msg.h.

◆ S_CPL_TX_DATA_ISO_SCSI

#define S_CPL_TX_DATA_ISO_SCSI   16

Definition at line 1590 of file t4_msg.h.

◆ S_CPL_TX_DATA_ISO_SEGLEN_OFFSET

#define S_CPL_TX_DATA_ISO_SEGLEN_OFFSET   0

Definition at line 1597 of file t4_msg.h.

◆ S_CPL_TX_SEC_PDU_AADSTART

#define S_CPL_TX_SEC_PDU_AADSTART   24

Definition at line 3526 of file t4_msg.h.

◆ S_CPL_TX_SEC_PDU_AADSTOP

#define S_CPL_TX_SEC_PDU_AADSTOP   15

Definition at line 3535 of file t4_msg.h.

◆ S_CPL_TX_SEC_PDU_ACKFOLLOWS

#define S_CPL_TX_SEC_PDU_ACKFOLLOWS   21

Definition at line 3484 of file t4_msg.h.

◆ S_CPL_TX_SEC_PDU_AUTHINSERT

#define S_CPL_TX_SEC_PDU_AUTHINSERT   0

Definition at line 3590 of file t4_msg.h.

◆ S_CPL_TX_SEC_PDU_AUTHSTART

#define S_CPL_TX_SEC_PDU_AUTHSTART   18

Definition at line 3572 of file t4_msg.h.

◆ S_CPL_TX_SEC_PDU_AUTHSTOP

#define S_CPL_TX_SEC_PDU_AUTHSTOP   9

Definition at line 3581 of file t4_msg.h.

◆ S_CPL_TX_SEC_PDU_CIPHERSTART

#define S_CPL_TX_SEC_PDU_CIPHERSTART   5

Definition at line 3544 of file t4_msg.h.

◆ S_CPL_TX_SEC_PDU_CIPHERSTOP_HI

#define S_CPL_TX_SEC_PDU_CIPHERSTOP_HI   0

Definition at line 3553 of file t4_msg.h.

◆ S_CPL_TX_SEC_PDU_CIPHERSTOP_LO

#define S_CPL_TX_SEC_PDU_CIPHERSTOP_LO   28

Definition at line 3561 of file t4_msg.h.

◆ S_CPL_TX_SEC_PDU_CPLLEN

#define S_CPL_TX_SEC_PDU_CPLLEN   16

Definition at line 3500 of file t4_msg.h.

◆ S_CPL_TX_SEC_PDU_IVINSRTOFST

#define S_CPL_TX_SEC_PDU_IVINSRTOFST   0

Definition at line 3515 of file t4_msg.h.

◆ S_CPL_TX_SEC_PDU_OPCODE

#define S_CPL_TX_SEC_PDU_OPCODE   24

Definition at line 3469 of file t4_msg.h.

◆ S_CPL_TX_SEC_PDU_PLACEHOLDER

#define S_CPL_TX_SEC_PDU_PLACEHOLDER   10

Definition at line 3507 of file t4_msg.h.

◆ S_CPL_TX_SEC_PDU_RXCHID

#define S_CPL_TX_SEC_PDU_RXCHID   22

Definition at line 3476 of file t4_msg.h.

◆ S_CPL_TX_SEC_PDU_ULPTXLPBK

#define S_CPL_TX_SEC_PDU_ULPTXLPBK   20

Definition at line 3492 of file t4_msg.h.

◆ S_CPL_TX_TLS_ACK_COMPLONERR

#define S_CPL_TX_TLS_ACK_COMPLONERR   15

Definition at line 3718 of file t4_msg.h.

◆ S_CPL_TX_TLS_ACK_CPLLEN

#define S_CPL_TX_TLS_ACK_CPLLEN   16

Definition at line 3712 of file t4_msg.h.

◆ S_CPL_TX_TLS_ACK_FWMSG

#define S_CPL_TX_TLS_ACK_FWMSG   21

Definition at line 3698 of file t4_msg.h.

◆ S_CPL_TX_TLS_ACK_LCB

#define S_CPL_TX_TLS_ACK_LCB   14

Definition at line 3725 of file t4_msg.h.

◆ S_CPL_TX_TLS_ACK_OPCODE

#define S_CPL_TX_TLS_ACK_OPCODE   24

Definition at line 3678 of file t4_msg.h.

◆ S_CPL_TX_TLS_ACK_PHASH

#define S_CPL_TX_TLS_ACK_PHASH   13

Definition at line 3732 of file t4_msg.h.

◆ S_CPL_TX_TLS_ACK_RSVD1

#define S_CPL_TX_TLS_ACK_RSVD1   23

Definition at line 3684 of file t4_msg.h.

◆ S_CPL_TX_TLS_ACK_RSVD2

#define S_CPL_TX_TLS_ACK_RSVD2   0

Definition at line 3739 of file t4_msg.h.

◆ S_CPL_TX_TLS_ACK_RXCHID

#define S_CPL_TX_TLS_ACK_RXCHID   22

Definition at line 3691 of file t4_msg.h.

◆ S_CPL_TX_TLS_ACK_ULPTXLPBK

#define S_CPL_TX_TLS_ACK_ULPTXLPBK   20

Definition at line 3705 of file t4_msg.h.

◆ S_CPL_TX_TLS_SFO_CPL_LEN

#define S_CPL_TX_TLS_SFO_CPL_LEN   16

Definition at line 3216 of file t4_msg.h.

◆ S_CPL_TX_TLS_SFO_DATA_TYPE

#define S_CPL_TX_TLS_SFO_DATA_TYPE   20

Definition at line 3210 of file t4_msg.h.

◆ S_CPL_TX_TLS_SFO_OPCODE

#define S_CPL_TX_TLS_SFO_OPCODE   24

Definition at line 3204 of file t4_msg.h.

◆ S_CPL_TX_TLS_SFO_PROTOVER

#define S_CPL_TX_TLS_SFO_PROTOVER   8

Definition at line 3234 of file t4_msg.h.

◆ S_CPL_TX_TLS_SFO_SEG_LEN

#define S_CPL_TX_TLS_SFO_SEG_LEN   0

Definition at line 3222 of file t4_msg.h.

◆ S_CPL_TX_TLS_SFO_TYPE

#define S_CPL_TX_TLS_SFO_TYPE   24

Definition at line 3228 of file t4_msg.h.

◆ S_CPL_TX_TNL_LSO_ETHHDRLEN

#define S_CPL_TX_TNL_LSO_ETHHDRLEN   16

Definition at line 3117 of file t4_msg.h.

◆ S_CPL_TX_TNL_LSO_ETHHDRLENOUT

#define S_CPL_TX_TNL_LSO_ETHHDRLENOUT   16

Definition at line 3033 of file t4_msg.h.

◆ S_CPL_TX_TNL_LSO_ETHHDRLENX

#define S_CPL_TX_TNL_LSO_ETHHDRLENX   14

Definition at line 3142 of file t4_msg.h.

◆ S_CPL_TX_TNL_LSO_ETHHDRLENXOUT

#define S_CPL_TX_TNL_LSO_ETHHDRLENXOUT   21

Definition at line 3018 of file t4_msg.h.

◆ S_CPL_TX_TNL_LSO_ETHLENOFFSET

#define S_CPL_TX_TNL_LSO_ETHLENOFFSET   28

Definition at line 3155 of file t4_msg.h.

◆ S_CPL_TX_TNL_LSO_FIRST

#define S_CPL_TX_TNL_LSO_FIRST   23

Definition at line 3004 of file t4_msg.h.

◆ S_CPL_TX_TNL_LSO_FLOW

#define S_CPL_TX_TNL_LSO_FLOW   21

Definition at line 3103 of file t4_msg.h.

◆ S_CPL_TX_TNL_LSO_IPHDRCHKOUT

#define S_CPL_TX_TNL_LSO_IPHDRCHKOUT   3

Definition at line 3046 of file t4_msg.h.

◆ S_CPL_TX_TNL_LSO_IPHDRLEN

#define S_CPL_TX_TNL_LSO_IPHDRLEN   4

Definition at line 3123 of file t4_msg.h.

◆ S_CPL_TX_TNL_LSO_IPHDRLENOUT

#define S_CPL_TX_TNL_LSO_IPHDRLENOUT   4

Definition at line 3040 of file t4_msg.h.

◆ S_CPL_TX_TNL_LSO_IPIDINCOUT

#define S_CPL_TX_TNL_LSO_IPIDINCOUT   1

Definition at line 3060 of file t4_msg.h.

◆ S_CPL_TX_TNL_LSO_IPIDSPLIT

#define S_CPL_TX_TNL_LSO_IPIDSPLIT   15

Definition at line 3135 of file t4_msg.h.

◆ S_CPL_TX_TNL_LSO_IPIDSPLITOUT

#define S_CPL_TX_TNL_LSO_IPIDSPLITOUT   0

Definition at line 3067 of file t4_msg.h.

◆ S_CPL_TX_TNL_LSO_IPLENSETOUT

#define S_CPL_TX_TNL_LSO_IPLENSETOUT   2

Definition at line 3053 of file t4_msg.h.

◆ S_CPL_TX_TNL_LSO_IPV6

#define S_CPL_TX_TNL_LSO_IPV6   20

Definition at line 3110 of file t4_msg.h.

◆ S_CPL_TX_TNL_LSO_IPV6OUT

#define S_CPL_TX_TNL_LSO_IPV6OUT   20

Definition at line 3026 of file t4_msg.h.

◆ S_CPL_TX_TNL_LSO_LAST

#define S_CPL_TX_TNL_LSO_LAST   22

Definition at line 3011 of file t4_msg.h.

◆ S_CPL_TX_TNL_LSO_MSS

#define S_CPL_TX_TNL_LSO_MSS   0

Definition at line 3149 of file t4_msg.h.

◆ S_CPL_TX_TNL_LSO_OPCODE

#define S_CPL_TX_TNL_LSO_OPCODE   24

Definition at line 2998 of file t4_msg.h.

◆ S_CPL_TX_TNL_LSO_SIZE

#define S_CPL_TX_TNL_LSO_SIZE   0

Definition at line 3162 of file t4_msg.h.

◆ S_CPL_TX_TNL_LSO_TCPHDRLEN

#define S_CPL_TX_TNL_LSO_TCPHDRLEN   0

Definition at line 3129 of file t4_msg.h.

◆ S_CPL_TX_TNL_LSO_TNLHDRLEN

#define S_CPL_TX_TNL_LSO_TNLHDRLEN   0

Definition at line 3097 of file t4_msg.h.

◆ S_CPL_TX_TNL_LSO_TNLTYPE

#define S_CPL_TX_TNL_LSO_TNLTYPE   12

Definition at line 3091 of file t4_msg.h.

◆ S_CPL_TX_TNL_LSO_UDPCHKCLROUT

#define S_CPL_TX_TNL_LSO_UDPCHKCLROUT   14

Definition at line 3083 of file t4_msg.h.

◆ S_CPL_TX_TNL_LSO_UDPLENSETOUT

#define S_CPL_TX_TNL_LSO_UDPLENSETOUT   15

Definition at line 3075 of file t4_msg.h.

◆ S_DDP_BUF_COMPLETE

#define S_DDP_BUF_COMPLETE   29

Definition at line 1926 of file t4_msg.h.

◆ S_DDP_BUF_IDX

#define S_DDP_BUF_IDX   26

Definition at line 1914 of file t4_msg.h.

◆ S_DDP_BUF_TIMED_OUT

#define S_DDP_BUF_TIMED_OUT   30

Definition at line 1930 of file t4_msg.h.

◆ S_DDP_COLOR_ERR

#define S_DDP_COLOR_ERR   25

Definition at line 1886 of file t4_msg.h.

◆ S_DDP_DACK_MODE

#define S_DDP_DACK_MODE   24

Definition at line 1909 of file t4_msg.h.

◆ S_DDP_DATACRC_ERR

#define S_DDP_DATACRC_ERR   21

Definition at line 1870 of file t4_msg.h.

◆ S_DDP_HDRCRC_ERR

#define S_DDP_HDRCRC_ERR   20

Definition at line 1866 of file t4_msg.h.

◆ S_DDP_INV

#define S_DDP_INV   31

Definition at line 1934 of file t4_msg.h.

◆ S_DDP_INVALID_PPOD

#define S_DDP_INVALID_PPOD   27

Definition at line 1894 of file t4_msg.h.

◆ S_DDP_INVALID_TAG

#define S_DDP_INVALID_TAG   22

Definition at line 1874 of file t4_msg.h.

◆ S_DDP_LLIMIT_ERR

#define S_DDP_LLIMIT_ERR   17

Definition at line 1854 of file t4_msg.h.

◆ S_DDP_OFFSET

#define S_DDP_OFFSET   0

Definition at line 1904 of file t4_msg.h.

◆ S_DDP_OFFSET_ERR

#define S_DDP_OFFSET_ERR   24

Definition at line 1882 of file t4_msg.h.

◆ S_DDP_PADDING_ERR

#define S_DDP_PADDING_ERR   19

Definition at line 1862 of file t4_msg.h.

◆ S_DDP_PDU

#define S_DDP_PDU   16

Definition at line 1850 of file t4_msg.h.

◆ S_DDP_PPOD_MISMATCH

#define S_DDP_PPOD_MISMATCH   15

Definition at line 1846 of file t4_msg.h.

◆ S_DDP_PPOD_PARITY_ERR

#define S_DDP_PPOD_PARITY_ERR   18

Definition at line 1858 of file t4_msg.h.

◆ S_DDP_PSH

#define S_DDP_PSH   28

Definition at line 1922 of file t4_msg.h.

◆ S_DDP_TID_MISMATCH

#define S_DDP_TID_MISMATCH   26

Definition at line 1890 of file t4_msg.h.

◆ S_DDP_ULIMIT_ERR

#define S_DDP_ULIMIT_ERR   23

Definition at line 1878 of file t4_msg.h.

◆ S_DDP_ULP_MODE

#define S_DDP_ULP_MODE   28

Definition at line 1898 of file t4_msg.h.

◆ S_DDP_URG

#define S_DDP_URG   27

Definition at line 1918 of file t4_msg.h.

◆ S_DDP_VALID

#define S_DDP_VALID   15

Definition at line 1841 of file t4_msg.h.

◆ S_DELACK

#define S_DELACK   5

Definition at line 448 of file t4_msg.h.

◆ S_DSCP

#define S_DSCP   22

Definition at line 470 of file t4_msg.h.

◆ S_EGR_QID

#define S_EGR_QID   0

Definition at line 2700 of file t4_msg.h.

◆ S_ETH_HDR_LEN

#define S_ETH_HDR_LEN   26

Definition at line 755 of file t4_msg.h.

◆ S_FCOE_FCHDR_FCTL

#define S_FCOE_FCHDR_FCTL   0

Definition at line 1683 of file t4_msg.h.

◆ S_FCOE_FCHDR_RCTL

#define S_FCOE_FCHDR_RCTL   24

Definition at line 1677 of file t4_msg.h.

◆ S_FILT_INFO

#define S_FILT_INFO   28

Definition at line 553 of file t4_msg.h.

◆ S_FILTER_TUPLE

#define S_FILTER_TUPLE   24

Definition at line 811 of file t4_msg.h.

◆ S_FSO_FCHDR_LEN

#define S_FSO_FCHDR_LEN   12

Definition at line 1511 of file t4_msg.h.

◆ S_FSO_INITIATOR

#define S_FSO_INITIATOR   20

Definition at line 1507 of file t4_msg.h.

◆ S_FSO_XCHG_CLASS

#define S_FSO_XCHG_CLASS   21

Definition at line 1503 of file t4_msg.h.

◆ S_HASHTYPE

#define S_HASHTYPE   20

Definition at line 393 of file t4_msg.h.

◆ S_INJECT_TIMER

#define S_INJECT_TIMER   6

Definition at line 452 of file t4_msg.h.

◆ S_IP_HDR_LEN

#define S_IP_HDR_LEN   16

Definition at line 746 of file t4_msg.h.

◆ S_ISCSI_DDP

#define S_ISCSI_DDP   15

Definition at line 1622 of file t4_msg.h.

◆ S_ISCSI_PDU_LEN

#define S_ISCSI_PDU_LEN   0

Definition at line 1617 of file t4_msg.h.

◆ S_KEEP_ALIVE

#define S_KEEP_ALIVE   54

Definition at line 498 of file t4_msg.h.

◆ S_L2T_IDX

#define S_L2T_IDX   36

Definition at line 480 of file t4_msg.h.

◆ S_L2T_W_ARPMISS

#define S_L2T_W_ARPMISS   11

Definition at line 2321 of file t4_msg.h.

◆ S_L2T_W_INFO

#define S_L2T_W_INFO   2

Definition at line 2307 of file t4_msg.h.

◆ S_L2T_W_LPBK

#define S_L2T_W_LPBK   10

Definition at line 2317 of file t4_msg.h.

◆ S_L2T_W_NOREPLY

#define S_L2T_W_NOREPLY   15

Definition at line 2325 of file t4_msg.h.

◆ S_L2T_W_PORT

#define S_L2T_W_PORT   8

Definition at line 2312 of file t4_msg.h.

◆ S_LE_CHAN

#define S_LE_CHAN   0

Definition at line 2640 of file t4_msg.h.

◆ S_LE_MORE

#define S_LE_MORE   8

Definition at line 2650 of file t4_msg.h.

◆ S_LE_OFFSET

#define S_LE_OFFSET   5

Definition at line 2645 of file t4_msg.h.

◆ S_LE_REQ_IP6

#define S_LE_REQ_IP6   13

Definition at line 2635 of file t4_msg.h.

◆ S_LE_REQCMD

#define S_LE_REQCMD   12

Definition at line 2659 of file t4_msg.h.

◆ S_LE_REQSIZE

#define S_LE_REQSIZE   9

Definition at line 2654 of file t4_msg.h.

◆ S_LE_RSPCMD

#define S_LE_RSPCMD   0

Definition at line 2673 of file t4_msg.h.

◆ S_LE_RSPSIZE

#define S_LE_RSPSIZE   4

Definition at line 2678 of file t4_msg.h.

◆ S_LE_RSPTYPE

#define S_LE_RSPTYPE   7

Definition at line 2683 of file t4_msg.h.

◆ S_LISTEN_FILTER

#define S_LISTEN_FILTER   20

Definition at line 535 of file t4_msg.h.

◆ S_LISTEN_INTF

#define S_LISTEN_INTF   12

Definition at line 530 of file t4_msg.h.

◆ S_LISTSVR_IPV6

#define S_LISTSVR_IPV6   14

Definition at line 1019 of file t4_msg.h.

◆ S_LSO_ETHHDR_LEN

#define S_LSO_ETHHDR_LEN   16

Definition at line 1451 of file t4_msg.h.

◆ S_LSO_FIRST_SLICE

#define S_LSO_FIRST_SLICE   23

Definition at line 1468 of file t4_msg.h.

◆ S_LSO_IPHDR_LEN

#define S_LSO_IPHDR_LEN   4

Definition at line 1446 of file t4_msg.h.

◆ S_LSO_IPID_SPLIT

#define S_LSO_IPID_SPLIT   15

Definition at line 1488 of file t4_msg.h.

◆ S_LSO_IPV6

#define S_LSO_IPV6   20

Definition at line 1456 of file t4_msg.h.

◆ S_LSO_LAST_SLICE

#define S_LSO_LAST_SLICE   22

Definition at line 1464 of file t4_msg.h.

◆ S_LSO_MSS

#define S_LSO_MSS   0

Definition at line 1483 of file t4_msg.h.

◆ S_LSO_OFLD_ENCAP

#define S_LSO_OFLD_ENCAP   21

Definition at line 1460 of file t4_msg.h.

◆ S_LSO_OPCODE

#define S_LSO_OPCODE   24

Definition at line 1472 of file t4_msg.h.

◆ S_LSO_T5_XFER_SIZE

#define S_LSO_T5_XFER_SIZE   0

Definition at line 1477 of file t4_msg.h.

◆ S_LSO_TCPHDR_LEN

#define S_LSO_TCPHDR_LEN   0

Definition at line 1441 of file t4_msg.h.

◆ S_MAX_RT

#define S_MAX_RT   55

Definition at line 502 of file t4_msg.h.

◆ S_MAX_RT_OVERRIDE

#define S_MAX_RT_OVERRIDE   59

Definition at line 507 of file t4_msg.h.

◆ S_MSS_IDX

#define S_MSS_IDX   60

Definition at line 511 of file t4_msg.h.

◆ S_NAGLE

#define S_NAGLE   49

Definition at line 489 of file t4_msg.h.

◆ S_NO_CONG

#define S_NO_CONG   4

Definition at line 444 of file t4_msg.h.

◆ S_NO_REPLY

#define S_NO_REPLY   15

Definition at line 940 of file t4_msg.h.

◆ S_NON_OFFLOAD

#define S_NON_OFFLOAD   7

Definition at line 456 of file t4_msg.h.

◆ S_NTFY_ETHHDR_LEN

#define S_NTFY_ETHHDR_LEN   27

Definition at line 2601 of file t4_msg.h.

◆ S_NTFY_INTF

#define S_NTFY_INTF   10

Definition at line 2586 of file t4_msg.h.

◆ S_NTFY_IPHDR_LEN

#define S_NTFY_IPHDR_LEN   18

Definition at line 2596 of file t4_msg.h.

◆ S_NTFY_MAC_IDX

#define S_NTFY_MAC_IDX   0

Definition at line 2581 of file t4_msg.h.

◆ S_NTFY_T5_ETHHDR_LEN

#define S_NTFY_T5_ETHHDR_LEN   26

Definition at line 2611 of file t4_msg.h.

◆ S_NTFY_T5_IPHDR_LEN

#define S_NTFY_T5_IPHDR_LEN   18

Definition at line 2606 of file t4_msg.h.

◆ S_NTFY_TCPHDR_LEN

#define S_NTFY_TCPHDR_LEN   14

Definition at line 2591 of file t4_msg.h.

◆ S_PACE

#define S_PACE   16

Definition at line 582 of file t4_msg.h.

◆ S_PACE_VALID

#define S_PACE_VALID   19

Definition at line 595 of file t4_msg.h.

◆ S_PASS_OPEN_TID

#define S_PASS_OPEN_TID   0

Definition at line 683 of file t4_msg.h.

◆ S_PASS_OPEN_TOS

#define S_PASS_OPEN_TOS   24

Definition at line 688 of file t4_msg.h.

◆ S_QNUM

#define S_QNUM   0

Definition at line 397 of file t4_msg.h.

◆ S_QUEUENO

#define S_QUEUENO   0

Definition at line 931 of file t4_msg.h.

◆ S_RCV_BUFSIZ

#define S_RCV_BUFSIZ   12

Definition at line 465 of file t4_msg.h.

◆ S_REPLY_CHAN

#define S_REPLY_CHAN   14

Definition at line 936 of file t4_msg.h.

◆ S_RSS_QUEUE

#define S_RSS_QUEUE   0

Definition at line 559 of file t4_msg.h.

◆ S_RSS_QUEUE_VALID

#define S_RSS_QUEUE_VALID   10

Definition at line 564 of file t4_msg.h.

◆ S_RTE_READ_REQ_SELECT

#define S_RTE_READ_REQ_SELECT   31

Definition at line 2227 of file t4_msg.h.

◆ S_RTE_REQ_LUT_BASE

#define S_RTE_REQ_LUT_BASE   19

Definition at line 2222 of file t4_msg.h.

◆ S_RTE_REQ_LUT_IX

#define S_RTE_REQ_LUT_IX   8

Definition at line 2217 of file t4_msg.h.

◆ S_RTE_WR_FADDR

#define S_RTE_WR_FADDR   30

Definition at line 2253 of file t4_msg.h.

◆ S_RTE_WR_L2TIDX

#define S_RTE_WR_L2TIDX   31

Definition at line 2249 of file t4_msg.h.

◆ S_RTE_WR_LUT_BASE

#define S_RTE_WR_LUT_BASE   21

Definition at line 2263 of file t4_msg.h.

◆ S_RTE_WR_LUT_IX

#define S_RTE_WR_LUT_IX   10

Definition at line 2258 of file t4_msg.h.

◆ S_RX_CHAN

#define S_RX_CHAN   28

Definition at line 2037 of file t4_msg.h.

◆ S_RX_CHANNEL

#define S_RX_CHANNEL   26

Definition at line 616 of file t4_msg.h.

◆ S_RX_COALESCE

#define S_RX_COALESCE   12

Definition at line 572 of file t4_msg.h.

◆ S_RX_COALESCE_VALID

#define S_RX_COALESCE_VALID   11

Definition at line 568 of file t4_msg.h.

◆ S_RX_CREDITS

#define S_RX_CREDITS   0

Definition at line 1724 of file t4_msg.h.

◆ S_RX_DACK_CHANGE

#define S_RX_DACK_CHANGE   31

Definition at line 1746 of file t4_msg.h.

◆ S_RX_DACK_MODE

#define S_RX_DACK_MODE   29

Definition at line 1741 of file t4_msg.h.

◆ S_RX_DATYPE

#define S_RX_DATYPE   18

Definition at line 1996 of file t4_msg.h.

◆ S_RX_ETHHDR_LEN

#define S_RX_ETHHDR_LEN   0

Definition at line 1963 of file t4_msg.h.

◆ S_RX_FC_DDP

#define S_RX_FC_DDP   21

Definition at line 603 of file t4_msg.h.

◆ S_RX_FC_DISABLE

#define S_RX_FC_DISABLE   20

Definition at line 599 of file t4_msg.h.

◆ S_RX_FC_VALID

#define S_RX_FC_VALID   22

Definition at line 607 of file t4_msg.h.

◆ S_RX_FORCE_ACK

#define S_RX_FORCE_ACK   28

Definition at line 1737 of file t4_msg.h.

◆ S_RX_IPHDR_LEN

#define S_RX_IPHDR_LEN   6

Definition at line 2048 of file t4_msg.h.

◆ S_RX_MACIDX

#define S_RX_MACIDX   8

Definition at line 1986 of file t4_msg.h.

◆ S_RX_MODULATE_RX

#define S_RX_MODULATE_RX   27

Definition at line 1733 of file t4_msg.h.

◆ S_RX_MODULATE_TX

#define S_RX_MODULATE_TX   26

Definition at line 1729 of file t4_msg.h.

◆ S_RX_PKTYPE

#define S_RX_PKTYPE   5

Definition at line 1976 of file t4_msg.h.

◆ S_RX_T5_DATYPE

#define S_RX_T5_DATYPE   6

Definition at line 1981 of file t4_msg.h.

◆ S_RX_T5_ETHHDR_LEN

#define S_RX_T5_ETHHDR_LEN   0

Definition at line 1968 of file t4_msg.h.

◆ S_RX_T5_PKTYPE

#define S_RX_T5_PKTYPE   17

Definition at line 1991 of file t4_msg.h.

◆ S_RX_TCPHDR_LEN

#define S_RX_TCPHDR_LEN   0

Definition at line 2043 of file t4_msg.h.

◆ S_RXERR_ATTACK

#define S_RXERR_ATTACK   4

Definition at line 2070 of file t4_msg.h.

◆ S_RXERR_CSUM

#define S_RXERR_CSUM   13

Definition at line 2098 of file t4_msg.h.

◆ S_RXERR_ETHHDR_LEN

#define S_RXERR_ETHHDR_LEN   5

Definition at line 2074 of file t4_msg.h.

◆ S_RXERR_FRAG

#define S_RXERR_FRAG   3

Definition at line 2066 of file t4_msg.h.

◆ S_RXERR_IPCSUM

#define S_RXERR_IPCSUM   12

Definition at line 2094 of file t4_msg.h.

◆ S_RXERR_IPHDR_LEN

#define S_RXERR_IPHDR_LEN   6

Definition at line 2078 of file t4_msg.h.

◆ S_RXERR_IPVERS

#define S_RXERR_IPVERS   2

Definition at line 2062 of file t4_msg.h.

◆ S_RXERR_MAC

#define S_RXERR_MAC   1

Definition at line 2058 of file t4_msg.h.

◆ S_RXERR_OR

#define S_RXERR_OR   0

Definition at line 2054 of file t4_msg.h.

◆ S_RXERR_PING

#define S_RXERR_PING   14

Definition at line 2102 of file t4_msg.h.

◆ S_RXERR_PKT_LEN

#define S_RXERR_PKT_LEN   8

Definition at line 2086 of file t4_msg.h.

◆ S_RXERR_TCP_OPT

#define S_RXERR_TCP_OPT   9

Definition at line 2090 of file t4_msg.h.

◆ S_RXERR_TCPHDR_LEN

#define S_RXERR_TCPHDR_LEN   7

Definition at line 2082 of file t4_msg.h.

◆ S_RXF_FCOE

#define S_RXF_FCOE   26

Definition at line 2029 of file t4_msg.h.

◆ S_RXF_IP

#define S_RXF_IP   24

Definition at line 2017 of file t4_msg.h.

◆ S_RXF_IP6

#define S_RXF_IP6   25

Definition at line 2021 of file t4_msg.h.

◆ S_RXF_LRO

#define S_RXF_LRO   27

Definition at line 2033 of file t4_msg.h.

◆ S_RXF_PSH

#define S_RXF_PSH   20

Definition at line 2001 of file t4_msg.h.

◆ S_RXF_SYN

#define S_RXF_SYN   21

Definition at line 2005 of file t4_msg.h.

◆ S_RXF_SYN_COOKIE

#define S_RXF_SYN_COOKIE   26

Definition at line 2025 of file t4_msg.h.

◆ S_RXF_TCP

#define S_RXF_TCP   23

Definition at line 2013 of file t4_msg.h.

◆ S_RXF_UDP

#define S_RXF_UDP   22

Definition at line 2009 of file t4_msg.h.

◆ S_SACK_EN

#define S_SACK_EN   30

Definition at line 632 of file t4_msg.h.

◆ S_SCMD_AADIVDROP

#define S_SCMD_AADIVDROP   14

Definition at line 3444 of file t4_msg.h.

◆ S_SCMD_AUTH_MODE

#define S_SCMD_AUTH_MODE   14

Definition at line 3349 of file t4_msg.h.

◆ S_SCMD_CIPH_AUTH_SEQ_CTRL

#define S_SCMD_CIPH_AUTH_SEQ_CTRL   22

Definition at line 3331 of file t4_msg.h.

◆ S_SCMD_CIPH_MODE

#define S_SCMD_CIPH_MODE   18

Definition at line 3341 of file t4_msg.h.

◆ S_SCMD_ENB_DBGID

#define S_SCMD_ENB_DBGID   31

Definition at line 3383 of file t4_msg.h.

◆ S_SCMD_ENC_DEC_CTRL

#define S_SCMD_ENC_DEC_CTRL   23

Definition at line 3323 of file t4_msg.h.

◆ S_SCMD_HDR_LEN

#define S_SCMD_HDR_LEN   0

Definition at line 3453 of file t4_msg.h.

◆ S_SCMD_HMAC_CTRL

#define S_SCMD_HMAC_CTRL   11

Definition at line 3358 of file t4_msg.h.

◆ S_SCMD_IV_GEN_CTRL

#define S_SCMD_IV_GEN_CTRL   30

Definition at line 3390 of file t4_msg.h.

◆ S_SCMD_IV_SIZE

#define S_SCMD_IV_SIZE   7

Definition at line 3365 of file t4_msg.h.

◆ S_SCMD_KEY_CTX_INLINE

#define S_SCMD_KEY_CTX_INLINE   17

Definition at line 3416 of file t4_msg.h.

◆ S_SCMD_LAST_FRAG

#define S_SCMD_LAST_FRAG   19

Definition at line 3404 of file t4_msg.h.

◆ S_SCMD_MAC_ONLY

#define S_SCMD_MAC_ONLY   15

Definition at line 3434 of file t4_msg.h.

◆ S_SCMD_MORE_FRAGS

#define S_SCMD_MORE_FRAGS   20

Definition at line 3398 of file t4_msg.h.

◆ S_SCMD_NUM_IVS

#define S_SCMD_NUM_IVS   0

Definition at line 3372 of file t4_msg.h.

◆ S_SCMD_PROTO_VERSION

#define S_SCMD_PROTO_VERSION   24

Definition at line 3316 of file t4_msg.h.

◆ S_SCMD_SEQ_NO_CTRL

#define S_SCMD_SEQ_NO_CTRL   29

Definition at line 3300 of file t4_msg.h.

◆ S_SCMD_STATUS_PRESENT

#define S_SCMD_STATUS_PRESENT   28

Definition at line 3307 of file t4_msg.h.

◆ S_SCMD_TLS_COMPPDU

#define S_SCMD_TLS_COMPPDU   18

Definition at line 3410 of file t4_msg.h.

◆ S_SCMD_TLS_FRAG_ENABLE

#define S_SCMD_TLS_FRAG_ENABLE   16

Definition at line 3424 of file t4_msg.h.

◆ S_SMAC_SEL

#define S_SMAC_SEL   28

Definition at line 475 of file t4_msg.h.

◆ S_SMTW_IDX

#define S_SMTW_IDX   20

Definition at line 2457 of file t4_msg.h.

◆ S_SMTW_NORPL

#define S_SMTW_NORPL   31

Definition at line 2465 of file t4_msg.h.

◆ S_SMTW_OVLAN_IDX

#define S_SMTW_OVLAN_IDX   16

Definition at line 2452 of file t4_msg.h.

◆ S_SMTW_PF

#define S_SMTW_PF   8

Definition at line 2475 of file t4_msg.h.

◆ S_SMTW_VF

#define S_SMTW_VF   0

Definition at line 2470 of file t4_msg.h.

◆ S_SMTW_VF_VLD

#define S_SMTW_VF_VLD   11

Definition at line 2480 of file t4_msg.h.

◆ S_SRQT_IDX

#define S_SRQT_IDX   0

Definition at line 2400 of file t4_msg.h.

◆ S_SRQT_PDID

#define S_SRQT_PDID   0

Definition at line 2395 of file t4_msg.h.

◆ S_SRQT_QBASE

#define S_SRQT_QBASE   0

Definition at line 2390 of file t4_msg.h.

◆ S_SRQT_QLEN

#define S_SRQT_QLEN   28

Definition at line 2385 of file t4_msg.h.

◆ S_SYN_DEFENSE

#define S_SYN_DEFENSE   21

Definition at line 539 of file t4_msg.h.

◆ S_SYN_INTF

#define S_SYN_INTF   12

Definition at line 775 of file t4_msg.h.

◆ S_SYN_MAC_IDX

#define S_SYN_MAC_IDX   0

Definition at line 766 of file t4_msg.h.

◆ S_SYN_RSS_ENABLE

#define S_SYN_RSS_ENABLE   0

Definition at line 517 of file t4_msg.h.

◆ S_SYN_RSS_QUEUE

#define S_SYN_RSS_QUEUE   2

Definition at line 525 of file t4_msg.h.

◆ S_SYN_RSS_USE_HASH

#define S_SYN_RSS_USE_HASH   1

Definition at line 521 of file t4_msg.h.

◆ S_SYN_RX_CHAN

#define S_SYN_RX_CHAN   0

Definition at line 732 of file t4_msg.h.

◆ S_SYN_XACT_MATCH

#define S_SYN_XACT_MATCH   9

Definition at line 771 of file t4_msg.h.

◆ S_T5_FILT_INFO

#define S_T5_FILT_INFO   24

Definition at line 548 of file t4_msg.h.

◆ S_T5_ISS

#define S_T5_ISS   18

Definition at line 591 of file t4_msg.h.

◆ S_T5_OPT_2_VALID

#define S_T5_OPT_2_VALID   31

Definition at line 636 of file t4_msg.h.

◆ S_T5_ULP_MEMIO_FID

#define S_T5_ULP_MEMIO_FID   4

Definition at line 2919 of file t4_msg.h.

◆ S_T5_ULP_MEMIO_IMM

#define S_T5_ULP_MEMIO_IMM   23

Definition at line 2911 of file t4_msg.h.

◆ S_T5_ULP_MEMIO_ORDER

#define S_T5_ULP_MEMIO_ORDER   22

Definition at line 2915 of file t4_msg.h.

◆ S_T6_COMPR_RXERR_IPV6_EXT

#define S_T6_COMPR_RXERR_IPV6_EXT   3

Definition at line 2135 of file t4_msg.h.

◆ S_T6_COMPR_RXERR_LEN

#define S_T6_COMPR_RXERR_LEN   1

Definition at line 2127 of file t4_msg.h.

◆ S_T6_COMPR_RXERR_MAC

#define S_T6_COMPR_RXERR_MAC   0

Definition at line 2120 of file t4_msg.h.

◆ S_T6_COMPR_RXERR_MISC

#define S_T6_COMPR_RXERR_MISC   5

Definition at line 2147 of file t4_msg.h.

◆ S_T6_COMPR_RXERR_SUM

#define S_T6_COMPR_RXERR_SUM   4

Definition at line 2140 of file t4_msg.h.

◆ S_T6_COMPR_RXERR_TCP_OPT

#define S_T6_COMPR_RXERR_TCP_OPT   2

Definition at line 2131 of file t4_msg.h.

◆ S_T6_COMPR_RXERR_VEC

#define S_T6_COMPR_RXERR_VEC   0

Definition at line 2114 of file t4_msg.h.

◆ S_T6_ETH_HDR_LEN

#define S_T6_ETH_HDR_LEN   24

Definition at line 760 of file t4_msg.h.

◆ S_T6_IP_HDR_LEN

#define S_T6_IP_HDR_LEN   14

Definition at line 751 of file t4_msg.h.

◆ S_T6_RX_TNL_TYPE

#define S_T6_RX_TNL_TYPE   6

Definition at line 2151 of file t4_msg.h.

◆ S_T6_RX_TNLHDR_LEN

#define S_T6_RX_TNLHDR_LEN   8

Definition at line 2160 of file t4_msg.h.

◆ S_T6_TCP_HDR_LEN

#define S_T6_TCP_HDR_LEN   8

Definition at line 742 of file t4_msg.h.

◆ S_T6_TX_FORCE

#define S_T6_TX_FORCE   20

Definition at line 1215 of file t4_msg.h.

◆ S_T6_TXPKT_ETHHDR_LEN

#define S_T6_TXPKT_ETHHDR_LEN   32

Definition at line 1377 of file t4_msg.h.

◆ S_TAGW_IDX

#define S_TAGW_IDX   0

Definition at line 2526 of file t4_msg.h.

◆ S_TAGW_INS_ENABLE

#define S_TAGW_INS_ENABLE   23

Definition at line 2535 of file t4_msg.h.

◆ S_TAGW_LEN

#define S_TAGW_LEN   20

Definition at line 2531 of file t4_msg.h.

◆ S_TAGW_NORPL

#define S_TAGW_NORPL   31

Definition at line 2539 of file t4_msg.h.

◆ S_TCAM_BYPASS

#define S_TCAM_BYPASS   48

Definition at line 485 of file t4_msg.h.

◆ S_TCP_HDR_LEN

#define S_TCP_HDR_LEN   10

Definition at line 737 of file t4_msg.h.

◆ S_TCPOPT_MSS

#define S_TCPOPT_MSS   12

Definition at line 714 of file t4_msg.h.

◆ S_TCPOPT_SACK

#define S_TCPOPT_SACK   6

Definition at line 699 of file t4_msg.h.

◆ S_TCPOPT_SND_WSCALE

#define S_TCPOPT_SND_WSCALE   8

Definition at line 709 of file t4_msg.h.

◆ S_TCPOPT_TSTAMP

#define S_TCPOPT_TSTAMP   7

Definition at line 704 of file t4_msg.h.

◆ S_TCPOPT_WSCALE_OK

#define S_TCPOPT_WSCALE_OK   5

Definition at line 694 of file t4_msg.h.

◆ S_TID_COOKIE

#define S_TID_COOKIE   11

Definition at line 339 of file t4_msg.h.

◆ S_TID_QID

#define S_TID_QID   14

Definition at line 344 of file t4_msg.h.

◆ S_TID_TID

#define S_TID_TID   0

Definition at line 334 of file t4_msg.h.

◆ S_TSTAMPS_EN

#define S_TSTAMPS_EN   29

Definition at line 628 of file t4_msg.h.

◆ S_TX_ACK_PAGES

#define S_TX_ACK_PAGES   21

Definition at line 1128 of file t4_msg.h.

◆ S_TX_BYPASS

#define S_TX_BYPASS   21

Definition at line 1219 of file t4_msg.h.

◆ S_TX_CHAN

#define S_TX_CHAN   2

Definition at line 439 of file t4_msg.h.

◆ S_TX_CLOSE

#define S_TX_CLOSE   17

Definition at line 1233 of file t4_msg.h.

◆ S_TX_CPU_IDX

#define S_TX_CPU_IDX   0

Definition at line 1228 of file t4_msg.h.

◆ S_TX_DATA_MSS

#define S_TX_DATA_MSS   16

Definition at line 1162 of file t4_msg.h.

◆ S_TX_FLUSH

#define S_TX_FLUSH   17

Definition at line 1203 of file t4_msg.h.

◆ S_TX_FORCE

#define S_TX_FORCE   13

Definition at line 1187 of file t4_msg.h.

◆ S_TX_IMM_ACK

#define S_TX_IMM_ACK   19

Definition at line 1241 of file t4_msg.h.

◆ S_TX_IMM_DMA

#define S_TX_IMM_DMA   20

Definition at line 1245 of file t4_msg.h.

◆ S_TX_INIT

#define S_TX_INIT   18

Definition at line 1237 of file t4_msg.h.

◆ S_TX_LENGTH

#define S_TX_LENGTH   0

Definition at line 1167 of file t4_msg.h.

◆ S_TX_MORE

#define S_TX_MORE   15

Definition at line 1195 of file t4_msg.h.

◆ S_TX_MSS

#define S_TX_MSS   4

Definition at line 1139 of file t4_msg.h.

◆ S_TX_PORT

#define S_TX_PORT   0

Definition at line 1134 of file t4_msg.h.

◆ S_TX_PROXY

#define S_TX_PROXY   5

Definition at line 1173 of file t4_msg.h.

◆ S_TX_PUSH

#define S_TX_PUSH   22

Definition at line 1223 of file t4_msg.h.

◆ S_TX_QOS

#define S_TX_QOS   8

Definition at line 1144 of file t4_msg.h.

◆ S_TX_QUEUE

#define S_TX_QUEUE   23

Definition at line 611 of file t4_msg.h.

◆ S_TX_SAVE

#define S_TX_SAVE   18

Definition at line 1207 of file t4_msg.h.

◆ S_TX_SHOVE

#define S_TX_SHOVE   14

Definition at line 1191 of file t4_msg.h.

◆ S_TX_SNDBUF

#define S_TX_SNDBUF   16

Definition at line 1149 of file t4_msg.h.

◆ S_TX_TNL

#define S_TX_TNL   19

Definition at line 1211 of file t4_msg.h.

◆ S_TX_ULP_MODE

#define S_TX_ULP_MODE   10

Definition at line 1182 of file t4_msg.h.

◆ S_TX_ULP_SUBMODE

#define S_TX_ULP_SUBMODE   6

Definition at line 1177 of file t4_msg.h.

◆ S_TX_URG

#define S_TX_URG   16

Definition at line 1199 of file t4_msg.h.

◆ S_TXPKT_CSUM_END

#define S_TXPKT_CSUM_END   12

Definition at line 1348 of file t4_msg.h.

◆ S_TXPKT_CSUM_LOC

#define S_TXPKT_CSUM_LOC   30

Definition at line 1367 of file t4_msg.h.

◆ S_TXPKT_CSUM_START

#define S_TXPKT_CSUM_START   20

Definition at line 1353 of file t4_msg.h.

◆ S_TXPKT_CSUM_TYPE

#define S_TXPKT_CSUM_TYPE   40

Definition at line 1383 of file t4_msg.h.

◆ S_TXPKT_ETHHDR_LEN

#define S_TXPKT_ETHHDR_LEN   34

Definition at line 1372 of file t4_msg.h.

◆ S_TXPKT_INS_OVLAN

#define S_TXPKT_INS_OVLAN   21

Definition at line 1317 of file t4_msg.h.

◆ S_TXPKT_INTF

#define S_TXPKT_INTF   16

Definition at line 1304 of file t4_msg.h.

◆ S_TXPKT_IPCSUM_DIS

#define S_TXPKT_IPCSUM_DIS   62

Definition at line 1401 of file t4_msg.h.

◆ S_TXPKT_IPHDR_LEN

#define S_TXPKT_IPHDR_LEN   20

Definition at line 1358 of file t4_msg.h.

◆ S_TXPKT_IPSEC

#define S_TXPKT_IPSEC   61

Definition at line 1397 of file t4_msg.h.

◆ S_TXPKT_L4CSUM_DIS

#define S_TXPKT_L4CSUM_DIS   63

Definition at line 1405 of file t4_msg.h.

◆ S_TXPKT_LOOPBACK

#define S_TXPKT_LOOPBACK   23

Definition at line 1329 of file t4_msg.h.

◆ S_TXPKT_OPCODE

#define S_TXPKT_OPCODE   24

Definition at line 1337 of file t4_msg.h.

◆ S_TXPKT_OVLAN_IDX

#define S_TXPKT_OVLAN_IDX   12

Definition at line 1293 of file t4_msg.h.

◆ S_TXPKT_PF

#define S_TXPKT_PF   8

Definition at line 1284 of file t4_msg.h.

◆ S_TXPKT_SA_IDX

#define S_TXPKT_SA_IDX   0

Definition at line 1343 of file t4_msg.h.

◆ S_TXPKT_SPECIAL_STAT

#define S_TXPKT_SPECIAL_STAT   20

Definition at line 1309 of file t4_msg.h.

◆ S_TXPKT_STAT_DIS

#define S_TXPKT_STAT_DIS   22

Definition at line 1325 of file t4_msg.h.

◆ S_TXPKT_T5_FCS_DIS

#define S_TXPKT_T5_FCS_DIS   21

Definition at line 1313 of file t4_msg.h.

◆ S_TXPKT_T5_INS_OVLAN

#define S_TXPKT_T5_INS_OVLAN   15

Definition at line 1321 of file t4_msg.h.

◆ S_TXPKT_T5_OVLAN_IDX

#define S_TXPKT_T5_OVLAN_IDX   12

Definition at line 1298 of file t4_msg.h.

◆ S_TXPKT_TSTAMP

#define S_TXPKT_TSTAMP   23

Definition at line 1333 of file t4_msg.h.

◆ S_TXPKT_VF

#define S_TXPKT_VF   0

Definition at line 1279 of file t4_msg.h.

◆ S_TXPKT_VF_VLD

#define S_TXPKT_VF_VLD   11

Definition at line 1289 of file t4_msg.h.

◆ S_TXPKT_VLAN

#define S_TXPKT_VLAN   44

Definition at line 1388 of file t4_msg.h.

◆ S_TXPKT_VLAN_VLD

#define S_TXPKT_VLAN_VLD   60

Definition at line 1393 of file t4_msg.h.

◆ S_ULP_MEMIO_ADDR

#define S_ULP_MEMIO_ADDR   0

Definition at line 2924 of file t4_msg.h.

◆ S_ULP_MEMIO_DATA_LEN

#define S_ULP_MEMIO_DATA_LEN   0

Definition at line 2933 of file t4_msg.h.

◆ S_ULP_MEMIO_LOCK

#define S_ULP_MEMIO_LOCK   31

Definition at line 2928 of file t4_msg.h.

◆ S_ULP_MEMIO_ORDER

#define S_ULP_MEMIO_ORDER   23

Definition at line 2907 of file t4_msg.h.

◆ S_ULP_MODE

#define S_ULP_MODE   8

Definition at line 460 of file t4_msg.h.

◆ S_ULP_TX_SC_MORE

#define S_ULP_TX_SC_MORE   23

Definition at line 2851 of file t4_msg.h.

◆ S_ULP_TXPKT_CHANNELID

#define S_ULP_TXPKT_CHANNELID   22

Definition at line 2958 of file t4_msg.h.

◆ S_ULP_TXPKT_DATAMODIFY

#define S_ULP_TXPKT_DATAMODIFY   23

Definition at line 2951 of file t4_msg.h.

◆ S_ULP_TXPKT_DEST

#define S_ULP_TXPKT_DEST   16

Definition at line 2966 of file t4_msg.h.

◆ S_ULP_TXPKT_FID

#define S_ULP_TXPKT_FID   4

Definition at line 2970 of file t4_msg.h.

◆ S_ULP_TXPKT_RO

#define S_ULP_TXPKT_RO   3

Definition at line 2974 of file t4_msg.h.

◆ S_ULPTX_CMD

#define S_ULPTX_CMD   24

Definition at line 2843 of file t4_msg.h.

◆ S_ULPTX_LEN16

#define S_ULPTX_LEN16   0

Definition at line 2847 of file t4_msg.h.

◆ S_ULPTX_NSGE

#define S_ULPTX_NSGE   0

Definition at line 2888 of file t4_msg.h.

◆ S_WND_SCALE

#define S_WND_SCALE   50

Definition at line 493 of file t4_msg.h.

◆ S_WND_SCALE_EN

#define S_WND_SCALE_EN   28

Definition at line 624 of file t4_msg.h.

◆ S_WORD

#define S_WORD   0

Definition at line 977 of file t4_msg.h.

◆ S_WR_LEN16

#define S_WR_LEN16   0

Definition at line 415 of file t4_msg.h.

◆ S_WR_OP

#define S_WR_OP   24

Definition at line 421 of file t4_msg.h.

◆ V_ABORT_RSS_SRQIDX

#define V_ABORT_RSS_SRQIDX (   x)    ((x) << S_ABORT_RSS_SRQIDX)

Definition at line 1050 of file t4_msg.h.

◆ V_ABORT_RSS_STATUS

#define V_ABORT_RSS_STATUS (   x)    ((x) << S_ABORT_RSS_STATUS)

Definition at line 1045 of file t4_msg.h.

◆ V_ACCEPT_MODE

#define V_ACCEPT_MODE (   x)    ((x) << S_ACCEPT_MODE)

Definition at line 436 of file t4_msg.h.

◆ V_AOPEN_ATID

#define V_AOPEN_ATID (   x)    ((x) << S_AOPEN_ATID)

Definition at line 908 of file t4_msg.h.

◆ V_AOPEN_FCOEMASK

#define V_AOPEN_FCOEMASK (   x)    ((x) << S_AOPEN_FCOEMASK)

Definition at line 845 of file t4_msg.h.

◆ V_AOPEN_STATUS

#define V_AOPEN_STATUS (   x)    ((x) << S_AOPEN_STATUS)

Definition at line 903 of file t4_msg.h.

◆ V_AUTOEQU

#define V_AUTOEQU (   x)    ((x) << S_AUTOEQU)

Definition at line 2697 of file t4_msg.h.

◆ V_CCTRL_ECN

#define V_CCTRL_ECN (   x)    ((x) << S_CCTRL_ECN)

Definition at line 621 of file t4_msg.h.

◆ V_CHAN_MAP

#define V_CHAN_MAP (   x)    ((x) << S_CHAN_MAP)

Definition at line 2554 of file t4_msg.h.

◆ V_CONG_CNTRL

#define V_CONG_CNTRL (   x)    ((x) << S_CONG_CNTRL)

Definition at line 579 of file t4_msg.h.

◆ V_CONG_CNTRL_VALID

#define V_CONG_CNTRL_VALID (   x)    ((x) << S_CONG_CNTRL_VALID)

Definition at line 588 of file t4_msg.h.

◆ V_CONN_POLICY

#define V_CONN_POLICY (   x)    ((x) << S_CONN_POLICY)

Definition at line 545 of file t4_msg.h.

◆ V_COOKIE

#define V_COOKIE (   x)    ((x) << S_COOKIE)

Definition at line 984 of file t4_msg.h.

◆ V_CPL_FW4_ACK_CR

#define V_CPL_FW4_ACK_CR (   x)    ((x) << S_CPL_FW4_ACK_CR)

Definition at line 2788 of file t4_msg.h.

◆ V_CPL_FW4_ACK_FLOWID

#define V_CPL_FW4_ACK_FLOWID (   x)    ((x) << S_CPL_FW4_ACK_FLOWID)

Definition at line 2782 of file t4_msg.h.

◆ V_CPL_FW4_ACK_OPCODE

#define V_CPL_FW4_ACK_OPCODE (   x)    ((x) << S_CPL_FW4_ACK_OPCODE)

Definition at line 2776 of file t4_msg.h.

◆ V_CPL_FW4_ACK_SEQVAL

#define V_CPL_FW4_ACK_SEQVAL (   x)    ((x) << S_CPL_FW4_ACK_SEQVAL)

Definition at line 2793 of file t4_msg.h.

◆ V_CPL_OPCODE

#define V_CPL_OPCODE (   x)    ((x) << S_CPL_OPCODE)

Definition at line 320 of file t4_msg.h.

◆ V_CPL_RX_MPS_PKT_OP

#define V_CPL_RX_MPS_PKT_OP (   x)    ((x) << S_CPL_RX_MPS_PKT_OP)

Definition at line 3175 of file t4_msg.h.

◆ V_CPL_RX_MPS_PKT_TYPE

#define V_CPL_RX_MPS_PKT_TYPE (   x)    ((x) << S_CPL_RX_MPS_PKT_TYPE)

Definition at line 3181 of file t4_msg.h.

◆ V_CPL_RX_PHYS_DSGL_DCAID

#define V_CPL_RX_PHYS_DSGL_DCAID (   x)    ((x) << S_CPL_RX_PHYS_DSGL_DCAID)

Definition at line 3658 of file t4_msg.h.

◆ V_CPL_RX_PHYS_DSGL_ISRDMA

#define V_CPL_RX_PHYS_DSGL_ISRDMA (   x)    ((x) << S_CPL_RX_PHYS_DSGL_ISRDMA)

Definition at line 3611 of file t4_msg.h.

◆ V_CPL_RX_PHYS_DSGL_NOOFSGENTR

#define V_CPL_RX_PHYS_DSGL_NOOFSGENTR (   x)     ((x) << S_CPL_RX_PHYS_DSGL_NOOFSGENTR)

Definition at line 3665 of file t4_msg.h.

◆ V_CPL_RX_PHYS_DSGL_OPCODE

#define V_CPL_RX_PHYS_DSGL_OPCODE (   x)    ((x) << S_CPL_RX_PHYS_DSGL_OPCODE)

Definition at line 3605 of file t4_msg.h.

◆ V_CPL_RX_PHYS_DSGL_PCINOSNOOP

#define V_CPL_RX_PHYS_DSGL_PCINOSNOOP (   x)     ((x) << S_CPL_RX_PHYS_DSGL_PCINOSNOOP)

Definition at line 3633 of file t4_msg.h.

◆ V_CPL_RX_PHYS_DSGL_PCIRLXORDER

#define V_CPL_RX_PHYS_DSGL_PCIRLXORDER (   x)     ((x) << S_CPL_RX_PHYS_DSGL_PCIRLXORDER)

Definition at line 3624 of file t4_msg.h.

◆ V_CPL_RX_PHYS_DSGL_PCITPHNT

#define V_CPL_RX_PHYS_DSGL_PCITPHNT (   x)    ((x) << S_CPL_RX_PHYS_DSGL_PCITPHNT)

Definition at line 3651 of file t4_msg.h.

◆ V_CPL_RX_PHYS_DSGL_PCITPHNTENB

#define V_CPL_RX_PHYS_DSGL_PCITPHNTENB (   x)     ((x) << S_CPL_RX_PHYS_DSGL_PCITPHNTENB)

Definition at line 3642 of file t4_msg.h.

◆ V_CPL_RX_PHYS_DSGL_RSVD1

#define V_CPL_RX_PHYS_DSGL_RSVD1 (   x)    ((x) << S_CPL_RX_PHYS_DSGL_RSVD1)

Definition at line 3618 of file t4_msg.h.

◆ V_CPL_RX_TLS_CMP_LENGTH

#define V_CPL_RX_TLS_CMP_LENGTH (   x)    ((x) << S_CPL_RX_TLS_CMP_LENGTH)

Definition at line 3296 of file t4_msg.h.

◆ V_CPL_RX_TLS_CMP_OPCODE

#define V_CPL_RX_TLS_CMP_OPCODE (   x)    ((x) << S_CPL_RX_TLS_CMP_OPCODE)

Definition at line 3278 of file t4_msg.h.

◆ V_CPL_RX_TLS_CMP_PDULENGTH

#define V_CPL_RX_TLS_CMP_PDULENGTH (   x)    ((x) << S_CPL_RX_TLS_CMP_PDULENGTH)

Definition at line 3290 of file t4_msg.h.

◆ V_CPL_RX_TLS_CMP_TID

#define V_CPL_RX_TLS_CMP_TID (   x)    ((x) << S_CPL_RX_TLS_CMP_TID)

Definition at line 3284 of file t4_msg.h.

◆ V_CPL_TLS_DATA_LENGTH

#define V_CPL_TLS_DATA_LENGTH (   x)    ((x) << S_CPL_TLS_DATA_LENGTH)

Definition at line 3262 of file t4_msg.h.

◆ V_CPL_TLS_DATA_OPCODE

#define V_CPL_TLS_DATA_OPCODE (   x)    ((x) << S_CPL_TLS_DATA_OPCODE)

Definition at line 3250 of file t4_msg.h.

◆ V_CPL_TLS_DATA_TID

#define V_CPL_TLS_DATA_TID (   x)    ((x) << S_CPL_TLS_DATA_TID)

Definition at line 3256 of file t4_msg.h.

◆ V_CPL_TX_DATA_ISO_CPLHDRLEN

#define V_CPL_TX_DATA_ISO_CPLHDRLEN (   x)    ((x) << S_CPL_TX_DATA_ISO_CPLHDRLEN)

Definition at line 1564 of file t4_msg.h.

◆ V_CPL_TX_DATA_ISO_FIRST

#define V_CPL_TX_DATA_ISO_FIRST (   x)    ((x) << S_CPL_TX_DATA_ISO_FIRST)

Definition at line 1550 of file t4_msg.h.

◆ V_CPL_TX_DATA_ISO_HDRCRC

#define V_CPL_TX_DATA_ISO_HDRCRC (   x)    ((x) << S_CPL_TX_DATA_ISO_HDRCRC)

Definition at line 1571 of file t4_msg.h.

◆ V_CPL_TX_DATA_ISO_IMMEDIATE

#define V_CPL_TX_DATA_ISO_IMMEDIATE (   x)    ((x) << S_CPL_TX_DATA_ISO_IMMEDIATE)

Definition at line 1585 of file t4_msg.h.

◆ V_CPL_TX_DATA_ISO_LAST

#define V_CPL_TX_DATA_ISO_LAST (   x)    ((x) << S_CPL_TX_DATA_ISO_LAST)

Definition at line 1557 of file t4_msg.h.

◆ V_CPL_TX_DATA_ISO_OP

#define V_CPL_TX_DATA_ISO_OP (   x)    ((x) << S_CPL_TX_DATA_ISO_OP)

Definition at line 1544 of file t4_msg.h.

◆ V_CPL_TX_DATA_ISO_PLDCRC

#define V_CPL_TX_DATA_ISO_PLDCRC (   x)    ((x) << S_CPL_TX_DATA_ISO_PLDCRC)

Definition at line 1578 of file t4_msg.h.

◆ V_CPL_TX_DATA_ISO_SCSI

#define V_CPL_TX_DATA_ISO_SCSI (   x)    ((x) << S_CPL_TX_DATA_ISO_SCSI)

Definition at line 1592 of file t4_msg.h.

◆ V_CPL_TX_DATA_ISO_SEGLEN_OFFSET

#define V_CPL_TX_DATA_ISO_SEGLEN_OFFSET (   x)     ((x) << S_CPL_TX_DATA_ISO_SEGLEN_OFFSET)

Definition at line 1599 of file t4_msg.h.

◆ V_CPL_TX_SEC_PDU_AADSTART

#define V_CPL_TX_SEC_PDU_AADSTART (   x)    ((x) << S_CPL_TX_SEC_PDU_AADSTART)

Definition at line 3528 of file t4_msg.h.

◆ V_CPL_TX_SEC_PDU_AADSTOP

#define V_CPL_TX_SEC_PDU_AADSTOP (   x)    ((x) << S_CPL_TX_SEC_PDU_AADSTOP)

Definition at line 3537 of file t4_msg.h.

◆ V_CPL_TX_SEC_PDU_ACKFOLLOWS

#define V_CPL_TX_SEC_PDU_ACKFOLLOWS (   x)    ((x) << S_CPL_TX_SEC_PDU_ACKFOLLOWS)

Definition at line 3486 of file t4_msg.h.

◆ V_CPL_TX_SEC_PDU_AUTHINSERT

#define V_CPL_TX_SEC_PDU_AUTHINSERT (   x)    ((x) << S_CPL_TX_SEC_PDU_AUTHINSERT)

Definition at line 3592 of file t4_msg.h.

◆ V_CPL_TX_SEC_PDU_AUTHSTART

#define V_CPL_TX_SEC_PDU_AUTHSTART (   x)    ((x) << S_CPL_TX_SEC_PDU_AUTHSTART)

Definition at line 3574 of file t4_msg.h.

◆ V_CPL_TX_SEC_PDU_AUTHSTOP

#define V_CPL_TX_SEC_PDU_AUTHSTOP (   x)    ((x) << S_CPL_TX_SEC_PDU_AUTHSTOP)

Definition at line 3583 of file t4_msg.h.

◆ V_CPL_TX_SEC_PDU_CIPHERSTART

#define V_CPL_TX_SEC_PDU_CIPHERSTART (   x)    ((x) << S_CPL_TX_SEC_PDU_CIPHERSTART)

Definition at line 3546 of file t4_msg.h.

◆ V_CPL_TX_SEC_PDU_CIPHERSTOP_HI

#define V_CPL_TX_SEC_PDU_CIPHERSTOP_HI (   x)     ((x) << S_CPL_TX_SEC_PDU_CIPHERSTOP_HI)

Definition at line 3555 of file t4_msg.h.

◆ V_CPL_TX_SEC_PDU_CIPHERSTOP_LO

#define V_CPL_TX_SEC_PDU_CIPHERSTOP_LO (   x)     ((x) << S_CPL_TX_SEC_PDU_CIPHERSTOP_LO)

Definition at line 3563 of file t4_msg.h.

◆ V_CPL_TX_SEC_PDU_CPLLEN

#define V_CPL_TX_SEC_PDU_CPLLEN (   x)    ((x) << S_CPL_TX_SEC_PDU_CPLLEN)

Definition at line 3502 of file t4_msg.h.

◆ V_CPL_TX_SEC_PDU_IVINSRTOFST

#define V_CPL_TX_SEC_PDU_IVINSRTOFST (   x)    ((x) << S_CPL_TX_SEC_PDU_IVINSRTOFST)

Definition at line 3517 of file t4_msg.h.

◆ V_CPL_TX_SEC_PDU_OPCODE

#define V_CPL_TX_SEC_PDU_OPCODE (   x)    ((x) << S_CPL_TX_SEC_PDU_OPCODE)

Definition at line 3471 of file t4_msg.h.

◆ V_CPL_TX_SEC_PDU_PLACEHOLDER

#define V_CPL_TX_SEC_PDU_PLACEHOLDER (   x)    ((x) << S_CPL_TX_SEC_PDU_PLACEHOLDER)

Definition at line 3509 of file t4_msg.h.

◆ V_CPL_TX_SEC_PDU_RXCHID

#define V_CPL_TX_SEC_PDU_RXCHID (   x)    ((x) << S_CPL_TX_SEC_PDU_RXCHID)

Definition at line 3478 of file t4_msg.h.

◆ V_CPL_TX_SEC_PDU_ULPTXLPBK

#define V_CPL_TX_SEC_PDU_ULPTXLPBK (   x)    ((x) << S_CPL_TX_SEC_PDU_ULPTXLPBK)

Definition at line 3494 of file t4_msg.h.

◆ V_CPL_TX_TLS_ACK_COMPLONERR

#define V_CPL_TX_TLS_ACK_COMPLONERR (   x)    ((x) << S_CPL_TX_TLS_ACK_COMPLONERR)

Definition at line 3720 of file t4_msg.h.

◆ V_CPL_TX_TLS_ACK_CPLLEN

#define V_CPL_TX_TLS_ACK_CPLLEN (   x)    ((x) << S_CPL_TX_TLS_ACK_CPLLEN)

Definition at line 3714 of file t4_msg.h.

◆ V_CPL_TX_TLS_ACK_FWMSG

#define V_CPL_TX_TLS_ACK_FWMSG (   x)    ((x) << S_CPL_TX_TLS_ACK_FWMSG)

Definition at line 3700 of file t4_msg.h.

◆ V_CPL_TX_TLS_ACK_LCB

#define V_CPL_TX_TLS_ACK_LCB (   x)    ((x) << S_CPL_TX_TLS_ACK_LCB)

Definition at line 3727 of file t4_msg.h.

◆ V_CPL_TX_TLS_ACK_OPCODE

#define V_CPL_TX_TLS_ACK_OPCODE (   x)    ((x) << S_CPL_TX_TLS_ACK_OPCODE)

Definition at line 3680 of file t4_msg.h.

◆ V_CPL_TX_TLS_ACK_PHASH

#define V_CPL_TX_TLS_ACK_PHASH (   x)    ((x) << S_CPL_TX_TLS_ACK_PHASH)

Definition at line 3734 of file t4_msg.h.

◆ V_CPL_TX_TLS_ACK_RSVD1

#define V_CPL_TX_TLS_ACK_RSVD1 (   x)    ((x) << S_CPL_TX_TLS_ACK_RSVD1)

Definition at line 3686 of file t4_msg.h.

◆ V_CPL_TX_TLS_ACK_RSVD2

#define V_CPL_TX_TLS_ACK_RSVD2 (   x)    ((x) << S_CPL_TX_TLS_ACK_RSVD2)

Definition at line 3741 of file t4_msg.h.

◆ V_CPL_TX_TLS_ACK_RXCHID

#define V_CPL_TX_TLS_ACK_RXCHID (   x)    ((x) << S_CPL_TX_TLS_ACK_RXCHID)

Definition at line 3693 of file t4_msg.h.

◆ V_CPL_TX_TLS_ACK_ULPTXLPBK

#define V_CPL_TX_TLS_ACK_ULPTXLPBK (   x)    ((x) << S_CPL_TX_TLS_ACK_ULPTXLPBK)

Definition at line 3707 of file t4_msg.h.

◆ V_CPL_TX_TLS_SFO_CPL_LEN

#define V_CPL_TX_TLS_SFO_CPL_LEN (   x)    ((x) << S_CPL_TX_TLS_SFO_CPL_LEN)

Definition at line 3218 of file t4_msg.h.

◆ V_CPL_TX_TLS_SFO_DATA_TYPE

#define V_CPL_TX_TLS_SFO_DATA_TYPE (   x)    ((x) << S_CPL_TX_TLS_SFO_DATA_TYPE)

Definition at line 3212 of file t4_msg.h.

◆ V_CPL_TX_TLS_SFO_OPCODE

#define V_CPL_TX_TLS_SFO_OPCODE (   x)    ((x) << S_CPL_TX_TLS_SFO_OPCODE)

Definition at line 3206 of file t4_msg.h.

◆ V_CPL_TX_TLS_SFO_PROTOVER

#define V_CPL_TX_TLS_SFO_PROTOVER (   x)    ((x) << S_CPL_TX_TLS_SFO_PROTOVER)

Definition at line 3236 of file t4_msg.h.

◆ V_CPL_TX_TLS_SFO_SEG_LEN

#define V_CPL_TX_TLS_SFO_SEG_LEN (   x)    ((x) << S_CPL_TX_TLS_SFO_SEG_LEN)

Definition at line 3224 of file t4_msg.h.

◆ V_CPL_TX_TLS_SFO_TYPE

#define V_CPL_TX_TLS_SFO_TYPE (   x)    ((x) << S_CPL_TX_TLS_SFO_TYPE)

Definition at line 3230 of file t4_msg.h.

◆ V_CPL_TX_TNL_LSO_ETHHDRLEN

#define V_CPL_TX_TNL_LSO_ETHHDRLEN (   x)    ((x) << S_CPL_TX_TNL_LSO_ETHHDRLEN)

Definition at line 3119 of file t4_msg.h.

◆ V_CPL_TX_TNL_LSO_ETHHDRLENOUT

#define V_CPL_TX_TNL_LSO_ETHHDRLENOUT (   x)     ((x) << S_CPL_TX_TNL_LSO_ETHHDRLENOUT)

Definition at line 3035 of file t4_msg.h.

◆ V_CPL_TX_TNL_LSO_ETHHDRLENX

#define V_CPL_TX_TNL_LSO_ETHHDRLENX (   x)    ((x) << S_CPL_TX_TNL_LSO_ETHHDRLENX)

Definition at line 3144 of file t4_msg.h.

◆ V_CPL_TX_TNL_LSO_ETHHDRLENXOUT

#define V_CPL_TX_TNL_LSO_ETHHDRLENXOUT (   x)     ((x) << S_CPL_TX_TNL_LSO_ETHHDRLENXOUT)

Definition at line 3020 of file t4_msg.h.

◆ V_CPL_TX_TNL_LSO_ETHLENOFFSET

#define V_CPL_TX_TNL_LSO_ETHLENOFFSET (   x)     ((x) << S_CPL_TX_TNL_LSO_ETHLENOFFSET)

Definition at line 3157 of file t4_msg.h.

◆ V_CPL_TX_TNL_LSO_FIRST

#define V_CPL_TX_TNL_LSO_FIRST (   x)    ((x) << S_CPL_TX_TNL_LSO_FIRST)

Definition at line 3006 of file t4_msg.h.

◆ V_CPL_TX_TNL_LSO_FLOW

#define V_CPL_TX_TNL_LSO_FLOW (   x)    ((x) << S_CPL_TX_TNL_LSO_FLOW)

Definition at line 3105 of file t4_msg.h.

◆ V_CPL_TX_TNL_LSO_IPHDRCHKOUT

#define V_CPL_TX_TNL_LSO_IPHDRCHKOUT (   x)    ((x) << S_CPL_TX_TNL_LSO_IPHDRCHKOUT)

Definition at line 3048 of file t4_msg.h.

◆ V_CPL_TX_TNL_LSO_IPHDRLEN

#define V_CPL_TX_TNL_LSO_IPHDRLEN (   x)    ((x) << S_CPL_TX_TNL_LSO_IPHDRLEN)

Definition at line 3125 of file t4_msg.h.

◆ V_CPL_TX_TNL_LSO_IPHDRLENOUT

#define V_CPL_TX_TNL_LSO_IPHDRLENOUT (   x)    ((x) << S_CPL_TX_TNL_LSO_IPHDRLENOUT)

Definition at line 3042 of file t4_msg.h.

◆ V_CPL_TX_TNL_LSO_IPIDINCOUT

#define V_CPL_TX_TNL_LSO_IPIDINCOUT (   x)    ((x) << S_CPL_TX_TNL_LSO_IPIDINCOUT)

Definition at line 3062 of file t4_msg.h.

◆ V_CPL_TX_TNL_LSO_IPIDSPLIT

#define V_CPL_TX_TNL_LSO_IPIDSPLIT (   x)    ((x) << S_CPL_TX_TNL_LSO_IPIDSPLIT)

Definition at line 3137 of file t4_msg.h.

◆ V_CPL_TX_TNL_LSO_IPIDSPLITOUT

#define V_CPL_TX_TNL_LSO_IPIDSPLITOUT (   x)     ((x) << S_CPL_TX_TNL_LSO_IPIDSPLITOUT)

Definition at line 3069 of file t4_msg.h.

◆ V_CPL_TX_TNL_LSO_IPLENSETOUT

#define V_CPL_TX_TNL_LSO_IPLENSETOUT (   x)    ((x) << S_CPL_TX_TNL_LSO_IPLENSETOUT)

Definition at line 3055 of file t4_msg.h.

◆ V_CPL_TX_TNL_LSO_IPV6

#define V_CPL_TX_TNL_LSO_IPV6 (   x)    ((x) << S_CPL_TX_TNL_LSO_IPV6)

Definition at line 3112 of file t4_msg.h.

◆ V_CPL_TX_TNL_LSO_IPV6OUT

#define V_CPL_TX_TNL_LSO_IPV6OUT (   x)    ((x) << S_CPL_TX_TNL_LSO_IPV6OUT)

Definition at line 3028 of file t4_msg.h.

◆ V_CPL_TX_TNL_LSO_LAST

#define V_CPL_TX_TNL_LSO_LAST (   x)    ((x) << S_CPL_TX_TNL_LSO_LAST)

Definition at line 3013 of file t4_msg.h.

◆ V_CPL_TX_TNL_LSO_MSS

#define V_CPL_TX_TNL_LSO_MSS (   x)    ((x) << S_CPL_TX_TNL_LSO_MSS)

Definition at line 3151 of file t4_msg.h.

◆ V_CPL_TX_TNL_LSO_OPCODE

#define V_CPL_TX_TNL_LSO_OPCODE (   x)    ((x) << S_CPL_TX_TNL_LSO_OPCODE)

Definition at line 3000 of file t4_msg.h.

◆ V_CPL_TX_TNL_LSO_SIZE

#define V_CPL_TX_TNL_LSO_SIZE (   x)    ((x) << S_CPL_TX_TNL_LSO_SIZE)

Definition at line 3164 of file t4_msg.h.

◆ V_CPL_TX_TNL_LSO_TCPHDRLEN

#define V_CPL_TX_TNL_LSO_TCPHDRLEN (   x)    ((x) << S_CPL_TX_TNL_LSO_TCPHDRLEN)

Definition at line 3131 of file t4_msg.h.

◆ V_CPL_TX_TNL_LSO_TNLHDRLEN

#define V_CPL_TX_TNL_LSO_TNLHDRLEN (   x)    ((x) << S_CPL_TX_TNL_LSO_TNLHDRLEN)

Definition at line 3099 of file t4_msg.h.

◆ V_CPL_TX_TNL_LSO_TNLTYPE

#define V_CPL_TX_TNL_LSO_TNLTYPE (   x)    ((x) << S_CPL_TX_TNL_LSO_TNLTYPE)

Definition at line 3093 of file t4_msg.h.

◆ V_CPL_TX_TNL_LSO_UDPCHKCLROUT

#define V_CPL_TX_TNL_LSO_UDPCHKCLROUT (   x)     ((x) << S_CPL_TX_TNL_LSO_UDPCHKCLROUT)

Definition at line 3085 of file t4_msg.h.

◆ V_CPL_TX_TNL_LSO_UDPLENSETOUT

#define V_CPL_TX_TNL_LSO_UDPLENSETOUT (   x)     ((x) << S_CPL_TX_TNL_LSO_UDPLENSETOUT)

Definition at line 3077 of file t4_msg.h.

◆ V_DDP_BUF_COMPLETE

#define V_DDP_BUF_COMPLETE (   x)    ((x) << S_DDP_BUF_COMPLETE)

Definition at line 1927 of file t4_msg.h.

◆ V_DDP_BUF_IDX

#define V_DDP_BUF_IDX (   x)    ((x) << S_DDP_BUF_IDX)

Definition at line 1915 of file t4_msg.h.

◆ V_DDP_BUF_TIMED_OUT

#define V_DDP_BUF_TIMED_OUT (   x)    ((x) << S_DDP_BUF_TIMED_OUT)

Definition at line 1931 of file t4_msg.h.

◆ V_DDP_COLOR_ERR

#define V_DDP_COLOR_ERR (   x)    ((x) << S_DDP_COLOR_ERR)

Definition at line 1887 of file t4_msg.h.

◆ V_DDP_DACK_MODE

#define V_DDP_DACK_MODE (   x)    ((x) << S_DDP_DACK_MODE)

Definition at line 1911 of file t4_msg.h.

◆ V_DDP_DATACRC_ERR

#define V_DDP_DATACRC_ERR (   x)    ((x) << S_DDP_DATACRC_ERR)

Definition at line 1871 of file t4_msg.h.

◆ V_DDP_HDRCRC_ERR

#define V_DDP_HDRCRC_ERR (   x)    ((x) << S_DDP_HDRCRC_ERR)

Definition at line 1867 of file t4_msg.h.

◆ V_DDP_INV

#define V_DDP_INV (   x)    ((x) << S_DDP_INV)

Definition at line 1935 of file t4_msg.h.

◆ V_DDP_INVALID_PPOD

#define V_DDP_INVALID_PPOD (   x)    ((x) << S_DDP_INVALID_PPOD)

Definition at line 1895 of file t4_msg.h.

◆ V_DDP_INVALID_TAG

#define V_DDP_INVALID_TAG (   x)    ((x) << S_DDP_INVALID_TAG)

Definition at line 1875 of file t4_msg.h.

◆ V_DDP_LLIMIT_ERR

#define V_DDP_LLIMIT_ERR (   x)    ((x) << S_DDP_LLIMIT_ERR)

Definition at line 1855 of file t4_msg.h.

◆ V_DDP_OFFSET

#define V_DDP_OFFSET (   x)    ((x) << S_DDP_OFFSET)

Definition at line 1906 of file t4_msg.h.

◆ V_DDP_OFFSET_ERR

#define V_DDP_OFFSET_ERR (   x)    ((x) << S_DDP_OFFSET_ERR)

Definition at line 1883 of file t4_msg.h.

◆ V_DDP_PADDING_ERR

#define V_DDP_PADDING_ERR (   x)    ((x) << S_DDP_PADDING_ERR)

Definition at line 1863 of file t4_msg.h.

◆ V_DDP_PDU

#define V_DDP_PDU (   x)    ((x) << S_DDP_PDU)

Definition at line 1851 of file t4_msg.h.

◆ V_DDP_PPOD_MISMATCH

#define V_DDP_PPOD_MISMATCH (   x)    ((x) << S_DDP_PPOD_MISMATCH)

Definition at line 1847 of file t4_msg.h.

◆ V_DDP_PPOD_PARITY_ERR

#define V_DDP_PPOD_PARITY_ERR (   x)    ((x) << S_DDP_PPOD_PARITY_ERR)

Definition at line 1859 of file t4_msg.h.

◆ V_DDP_PSH

#define V_DDP_PSH (   x)    ((x) << S_DDP_PSH)

Definition at line 1923 of file t4_msg.h.

◆ V_DDP_TID_MISMATCH

#define V_DDP_TID_MISMATCH (   x)    ((x) << S_DDP_TID_MISMATCH)

Definition at line 1891 of file t4_msg.h.

◆ V_DDP_ULIMIT_ERR

#define V_DDP_ULIMIT_ERR (   x)    ((x) << S_DDP_ULIMIT_ERR)

Definition at line 1879 of file t4_msg.h.

◆ V_DDP_ULP_MODE

#define V_DDP_ULP_MODE (   x)    ((x) << S_DDP_ULP_MODE)

Definition at line 1900 of file t4_msg.h.

◆ V_DDP_URG

#define V_DDP_URG (   x)    ((x) << S_DDP_URG)

Definition at line 1919 of file t4_msg.h.

◆ V_DDP_VALID

#define V_DDP_VALID (   x)    ((x) << S_DDP_VALID)

Definition at line 1843 of file t4_msg.h.

◆ V_DELACK

#define V_DELACK (   x)    ((x) << S_DELACK)

Definition at line 449 of file t4_msg.h.

◆ V_DSCP

#define V_DSCP (   x)    ((x) << S_DSCP)

Definition at line 472 of file t4_msg.h.

◆ V_EGR_QID

#define V_EGR_QID (   x)    ((x) << S_EGR_QID)

Definition at line 2702 of file t4_msg.h.

◆ V_ETH_HDR_LEN

#define V_ETH_HDR_LEN (   x)    ((x) << S_ETH_HDR_LEN)

Definition at line 757 of file t4_msg.h.

◆ V_FCOE_FCHDR_FCTL

#define V_FCOE_FCHDR_FCTL (   x)    ((x) << S_FCOE_FCHDR_FCTL)

Definition at line 1685 of file t4_msg.h.

◆ V_FCOE_FCHDR_RCTL

#define V_FCOE_FCHDR_RCTL (   x)    ((x) << S_FCOE_FCHDR_RCTL)

Definition at line 1679 of file t4_msg.h.

◆ V_FILT_INFO

#define V_FILT_INFO (   x)    ((x) << S_FILT_INFO)

Definition at line 555 of file t4_msg.h.

◆ V_FILTER_TUPLE

#define V_FILTER_TUPLE (   x)    ((x) << S_FILTER_TUPLE)

Definition at line 813 of file t4_msg.h.

◆ V_FSO_FCHDR_LEN

#define V_FSO_FCHDR_LEN (   x)    ((x) << S_FSO_FCHDR_LEN)

Definition at line 1513 of file t4_msg.h.

◆ V_FSO_INITIATOR

#define V_FSO_INITIATOR (   x)    ((x) << S_FSO_INITIATOR)

Definition at line 1508 of file t4_msg.h.

◆ V_FSO_XCHG_CLASS

#define V_FSO_XCHG_CLASS (   x)    ((x) << S_FSO_XCHG_CLASS)

Definition at line 1504 of file t4_msg.h.

◆ V_INJECT_TIMER

#define V_INJECT_TIMER (   x)    ((x) << S_INJECT_TIMER)

Definition at line 453 of file t4_msg.h.

◆ V_IP_HDR_LEN

#define V_IP_HDR_LEN (   x)    ((x) << S_IP_HDR_LEN)

Definition at line 748 of file t4_msg.h.

◆ V_ISCSI_DDP

#define V_ISCSI_DDP (   x)    ((x) << S_ISCSI_DDP)

Definition at line 1623 of file t4_msg.h.

◆ V_ISCSI_PDU_LEN

#define V_ISCSI_PDU_LEN (   x)    ((x) << S_ISCSI_PDU_LEN)

Definition at line 1619 of file t4_msg.h.

◆ V_KEEP_ALIVE

#define V_KEEP_ALIVE (   x)    ((__u64)(x) << S_KEEP_ALIVE)

Definition at line 499 of file t4_msg.h.

◆ V_L2T_IDX

#define V_L2T_IDX (   x)    ((__u64)(x) << S_L2T_IDX)

Definition at line 482 of file t4_msg.h.

◆ V_L2T_W_ARPMISS

#define V_L2T_W_ARPMISS (   x)    ((x) << S_L2T_W_ARPMISS)

Definition at line 2322 of file t4_msg.h.

◆ V_L2T_W_INFO

#define V_L2T_W_INFO (   x)    ((x) << S_L2T_W_INFO)

Definition at line 2309 of file t4_msg.h.

◆ V_L2T_W_LPBK

#define V_L2T_W_LPBK (   x)    ((x) << S_L2T_W_LPBK)

Definition at line 2318 of file t4_msg.h.

◆ V_L2T_W_NOREPLY

#define V_L2T_W_NOREPLY (   x)    ((x) << S_L2T_W_NOREPLY)

Definition at line 2326 of file t4_msg.h.

◆ V_L2T_W_PORT

#define V_L2T_W_PORT (   x)    ((x) << S_L2T_W_PORT)

Definition at line 2314 of file t4_msg.h.

◆ V_LE_CHAN

#define V_LE_CHAN (   x)    ((x) << S_LE_CHAN)

Definition at line 2642 of file t4_msg.h.

◆ V_LE_MORE

#define V_LE_MORE (   x)    ((x) << S_LE_MORE)

Definition at line 2651 of file t4_msg.h.

◆ V_LE_OFFSET

#define V_LE_OFFSET (   x)    ((x) << S_LE_OFFSET)

Definition at line 2647 of file t4_msg.h.

◆ V_LE_REQ_IP6

#define V_LE_REQ_IP6 (   x)    ((x) << S_LE_REQ_IP6)

Definition at line 2636 of file t4_msg.h.

◆ V_LE_REQCMD

#define V_LE_REQCMD (   x)    ((x) << S_LE_REQCMD)

Definition at line 2661 of file t4_msg.h.

◆ V_LE_REQSIZE

#define V_LE_REQSIZE (   x)    ((x) << S_LE_REQSIZE)

Definition at line 2656 of file t4_msg.h.

◆ V_LE_RSPCMD

#define V_LE_RSPCMD (   x)    ((x) << S_LE_RSPCMD)

Definition at line 2675 of file t4_msg.h.

◆ V_LE_RSPSIZE

#define V_LE_RSPSIZE (   x)    ((x) << S_LE_RSPSIZE)

Definition at line 2680 of file t4_msg.h.

◆ V_LE_RSPTYPE

#define V_LE_RSPTYPE (   x)    ((x) << S_LE_RSPTYPE)

Definition at line 2684 of file t4_msg.h.

◆ V_LISTEN_FILTER

#define V_LISTEN_FILTER (   x)    ((x) << S_LISTEN_FILTER)

Definition at line 536 of file t4_msg.h.

◆ V_LISTEN_INTF

#define V_LISTEN_INTF (   x)    ((x) << S_LISTEN_INTF)

Definition at line 532 of file t4_msg.h.

◆ V_LISTSVR_IPV6

#define V_LISTSVR_IPV6 (   x)    ((x) << S_LISTSVR_IPV6)

Definition at line 1020 of file t4_msg.h.

◆ V_LSO_ETHHDR_LEN

#define V_LSO_ETHHDR_LEN (   x)    ((x) << S_LSO_ETHHDR_LEN)

Definition at line 1453 of file t4_msg.h.

◆ V_LSO_FIRST_SLICE

#define V_LSO_FIRST_SLICE (   x)    ((x) << S_LSO_FIRST_SLICE)

Definition at line 1469 of file t4_msg.h.

◆ V_LSO_IPHDR_LEN

#define V_LSO_IPHDR_LEN (   x)    ((x) << S_LSO_IPHDR_LEN)

Definition at line 1448 of file t4_msg.h.

◆ V_LSO_IPID_SPLIT

#define V_LSO_IPID_SPLIT (   x)    ((x) << S_LSO_IPID_SPLIT)

Definition at line 1489 of file t4_msg.h.

◆ V_LSO_IPV6

#define V_LSO_IPV6 (   x)    ((x) << S_LSO_IPV6)

Definition at line 1457 of file t4_msg.h.

◆ V_LSO_LAST_SLICE

#define V_LSO_LAST_SLICE (   x)    ((x) << S_LSO_LAST_SLICE)

Definition at line 1465 of file t4_msg.h.

◆ V_LSO_MSS

#define V_LSO_MSS (   x)    ((x) << S_LSO_MSS)

Definition at line 1485 of file t4_msg.h.

◆ V_LSO_OFLD_ENCAP

#define V_LSO_OFLD_ENCAP (   x)    ((x) << S_LSO_OFLD_ENCAP)

Definition at line 1461 of file t4_msg.h.

◆ V_LSO_OPCODE

#define V_LSO_OPCODE (   x)    ((x) << S_LSO_OPCODE)

Definition at line 1474 of file t4_msg.h.

◆ V_LSO_T5_XFER_SIZE

#define V_LSO_T5_XFER_SIZE (   x)    ((x) << S_LSO_T5_XFER_SIZE)

Definition at line 1479 of file t4_msg.h.

◆ V_LSO_TCPHDR_LEN

#define V_LSO_TCPHDR_LEN (   x)    ((x) << S_LSO_TCPHDR_LEN)

Definition at line 1443 of file t4_msg.h.

◆ V_MAX_RT

#define V_MAX_RT (   x)    ((__u64)(x) << S_MAX_RT)

Definition at line 504 of file t4_msg.h.

◆ V_MAX_RT_OVERRIDE

#define V_MAX_RT_OVERRIDE (   x)    ((__u64)(x) << S_MAX_RT_OVERRIDE)

Definition at line 508 of file t4_msg.h.

◆ V_MSS_IDX

#define V_MSS_IDX (   x)    ((__u64)(x) << S_MSS_IDX)

Definition at line 513 of file t4_msg.h.

◆ V_NAGLE

#define V_NAGLE (   x)    ((__u64)(x) << S_NAGLE)

Definition at line 490 of file t4_msg.h.

◆ V_NO_CONG

#define V_NO_CONG (   x)    ((x) << S_NO_CONG)

Definition at line 445 of file t4_msg.h.

◆ V_NO_REPLY

#define V_NO_REPLY (   x)    ((x) << S_NO_REPLY)

Definition at line 941 of file t4_msg.h.

◆ V_NON_OFFLOAD

#define V_NON_OFFLOAD (   x)    ((x) << S_NON_OFFLOAD)

Definition at line 457 of file t4_msg.h.

◆ V_NTFY_ETHHDR_LEN

#define V_NTFY_ETHHDR_LEN (   x)    ((x) << S_NTFY_ETHHDR_LEN)

Definition at line 2603 of file t4_msg.h.

◆ V_NTFY_INTF

#define V_NTFY_INTF (   x)    ((x) << S_NTFY_INTF)

Definition at line 2588 of file t4_msg.h.

◆ V_NTFY_IPHDR_LEN

#define V_NTFY_IPHDR_LEN (   x)    ((x) << S_NTFY_IPHDR_LEN)

Definition at line 2598 of file t4_msg.h.

◆ V_NTFY_MAC_IDX

#define V_NTFY_MAC_IDX (   x)    ((x) << S_NTFY_MAC_IDX)

Definition at line 2583 of file t4_msg.h.

◆ V_NTFY_T5_ETHHDR_LEN

#define V_NTFY_T5_ETHHDR_LEN (   x)    ((x) << S_NTFY_T5_ETHHDR_LEN)

Definition at line 2613 of file t4_msg.h.

◆ V_NTFY_T5_IPHDR_LEN

#define V_NTFY_T5_IPHDR_LEN (   x)    ((x) << S_NTFY_T5_IPHDR_LEN)

Definition at line 2608 of file t4_msg.h.

◆ V_NTFY_TCPHDR_LEN

#define V_NTFY_TCPHDR_LEN (   x)    ((x) << S_NTFY_TCPHDR_LEN)

Definition at line 2593 of file t4_msg.h.

◆ V_PACE

#define V_PACE (   x)    ((x) << S_PACE)

Definition at line 584 of file t4_msg.h.

◆ V_PACE_VALID

#define V_PACE_VALID (   x)    ((x) << S_PACE_VALID)

Definition at line 596 of file t4_msg.h.

◆ V_PASS_OPEN_TID

#define V_PASS_OPEN_TID (   x)    ((x) << S_PASS_OPEN_TID)

Definition at line 685 of file t4_msg.h.

◆ V_PASS_OPEN_TOS

#define V_PASS_OPEN_TOS (   x)    ((x) << S_PASS_OPEN_TOS)

Definition at line 690 of file t4_msg.h.

◆ V_QUEUENO

#define V_QUEUENO (   x)    ((x) << S_QUEUENO)

Definition at line 933 of file t4_msg.h.

◆ V_RCV_BUFSIZ

#define V_RCV_BUFSIZ (   x)    ((x) << S_RCV_BUFSIZ)

Definition at line 467 of file t4_msg.h.

◆ V_REPLY_CHAN

#define V_REPLY_CHAN (   x)    ((x) << S_REPLY_CHAN)

Definition at line 937 of file t4_msg.h.

◆ V_RSS_QUEUE

#define V_RSS_QUEUE (   x)    ((x) << S_RSS_QUEUE)

Definition at line 561 of file t4_msg.h.

◆ V_RSS_QUEUE_VALID

#define V_RSS_QUEUE_VALID (   x)    ((x) << S_RSS_QUEUE_VALID)

Definition at line 565 of file t4_msg.h.

◆ V_RTE_READ_REQ_SELECT

#define V_RTE_READ_REQ_SELECT (   x)    ((x) << S_RTE_READ_REQ_SELECT)

Definition at line 2228 of file t4_msg.h.

◆ V_RTE_REQ_LUT_BASE

#define V_RTE_REQ_LUT_BASE (   x)    ((x) << S_RTE_REQ_LUT_BASE)

Definition at line 2224 of file t4_msg.h.

◆ V_RTE_REQ_LUT_IX

#define V_RTE_REQ_LUT_IX (   x)    ((x) << S_RTE_REQ_LUT_IX)

Definition at line 2219 of file t4_msg.h.

◆ V_RTE_WR_FADDR

#define V_RTE_WR_FADDR (   x)    ((x) << S_RTE_WR_FADDR)

Definition at line 2254 of file t4_msg.h.

◆ V_RTE_WR_L2TIDX

#define V_RTE_WR_L2TIDX (   x)    ((x) << S_RTE_WR_L2TIDX)

Definition at line 2250 of file t4_msg.h.

◆ V_RTE_WR_LUT_BASE

#define V_RTE_WR_LUT_BASE (   x)    ((x) << S_RTE_WR_LUT_BASE)

Definition at line 2265 of file t4_msg.h.

◆ V_RTE_WR_LUT_IX

#define V_RTE_WR_LUT_IX (   x)    ((x) << S_RTE_WR_LUT_IX)

Definition at line 2260 of file t4_msg.h.

◆ V_RX_CHAN

#define V_RX_CHAN (   x)    ((x) << S_RX_CHAN)

Definition at line 2039 of file t4_msg.h.

◆ V_RX_CHANNEL

#define V_RX_CHANNEL (   x)    ((x) << S_RX_CHANNEL)

Definition at line 617 of file t4_msg.h.

◆ V_RX_COALESCE

#define V_RX_COALESCE (   x)    ((x) << S_RX_COALESCE)

Definition at line 574 of file t4_msg.h.

◆ V_RX_COALESCE_VALID

#define V_RX_COALESCE_VALID (   x)    ((x) << S_RX_COALESCE_VALID)

Definition at line 569 of file t4_msg.h.

◆ V_RX_CREDITS

#define V_RX_CREDITS (   x)    ((x) << S_RX_CREDITS)

Definition at line 1726 of file t4_msg.h.

◆ V_RX_DACK_CHANGE

#define V_RX_DACK_CHANGE (   x)    ((x) << S_RX_DACK_CHANGE)

Definition at line 1747 of file t4_msg.h.

◆ V_RX_DACK_MODE

#define V_RX_DACK_MODE (   x)    ((x) << S_RX_DACK_MODE)

Definition at line 1743 of file t4_msg.h.

◆ V_RX_DATYPE

#define V_RX_DATYPE (   x)    ((x) << S_RX_DATYPE)

Definition at line 1998 of file t4_msg.h.

◆ V_RX_ETHHDR_LEN

#define V_RX_ETHHDR_LEN (   x)    ((x) << S_RX_ETHHDR_LEN)

Definition at line 1965 of file t4_msg.h.

◆ V_RX_FC_DDP

#define V_RX_FC_DDP (   x)    ((x) << S_RX_FC_DDP)

Definition at line 604 of file t4_msg.h.

◆ V_RX_FC_DISABLE

#define V_RX_FC_DISABLE (   x)    ((x) << S_RX_FC_DISABLE)

Definition at line 600 of file t4_msg.h.

◆ V_RX_FC_VALID

#define V_RX_FC_VALID (   x)    ((x) << S_RX_FC_VALID)

Definition at line 608 of file t4_msg.h.

◆ V_RX_FORCE_ACK

#define V_RX_FORCE_ACK (   x)    ((x) << S_RX_FORCE_ACK)

Definition at line 1738 of file t4_msg.h.

◆ V_RX_IPHDR_LEN

#define V_RX_IPHDR_LEN (   x)    ((x) << S_RX_IPHDR_LEN)

Definition at line 2050 of file t4_msg.h.

◆ V_RX_MACIDX

#define V_RX_MACIDX (   x)    ((x) << S_RX_MACIDX)

Definition at line 1988 of file t4_msg.h.

◆ V_RX_MODULATE_RX

#define V_RX_MODULATE_RX (   x)    ((x) << S_RX_MODULATE_RX)

Definition at line 1734 of file t4_msg.h.

◆ V_RX_MODULATE_TX

#define V_RX_MODULATE_TX (   x)    ((x) << S_RX_MODULATE_TX)

Definition at line 1730 of file t4_msg.h.

◆ V_RX_PKTYPE

#define V_RX_PKTYPE (   x)    ((x) << S_RX_PKTYPE)

Definition at line 1978 of file t4_msg.h.

◆ V_RX_T5_DATYPE

#define V_RX_T5_DATYPE (   x)    ((x) << S_RX_T5_DATYPE)

Definition at line 1983 of file t4_msg.h.

◆ V_RX_T5_ETHHDR_LEN

#define V_RX_T5_ETHHDR_LEN (   x)    ((x) << S_RX_T5_ETHHDR_LEN)

Definition at line 1970 of file t4_msg.h.

◆ V_RX_T5_PKTYPE

#define V_RX_T5_PKTYPE (   x)    ((x) << S_RX_T5_PKTYPE)

Definition at line 1993 of file t4_msg.h.

◆ V_RX_TCPHDR_LEN

#define V_RX_TCPHDR_LEN (   x)    ((x) << S_RX_TCPHDR_LEN)

Definition at line 2045 of file t4_msg.h.

◆ V_RXERR_ATTACK

#define V_RXERR_ATTACK (   x)    ((x) << S_RXERR_ATTACK)

Definition at line 2071 of file t4_msg.h.

◆ V_RXERR_CSUM

#define V_RXERR_CSUM (   x)    ((x) << S_RXERR_CSUM)

Definition at line 2099 of file t4_msg.h.

◆ V_RXERR_ETHHDR_LEN

#define V_RXERR_ETHHDR_LEN (   x)    ((x) << S_RXERR_ETHHDR_LEN)

Definition at line 2075 of file t4_msg.h.

◆ V_RXERR_FRAG

#define V_RXERR_FRAG (   x)    ((x) << S_RXERR_FRAG)

Definition at line 2067 of file t4_msg.h.

◆ V_RXERR_IPCSUM

#define V_RXERR_IPCSUM (   x)    ((x) << S_RXERR_IPCSUM)

Definition at line 2095 of file t4_msg.h.

◆ V_RXERR_IPHDR_LEN

#define V_RXERR_IPHDR_LEN (   x)    ((x) << S_RXERR_IPHDR_LEN)

Definition at line 2079 of file t4_msg.h.

◆ V_RXERR_IPVERS

#define V_RXERR_IPVERS (   x)    ((x) << S_RXERR_IPVERS)

Definition at line 2063 of file t4_msg.h.

◆ V_RXERR_MAC

#define V_RXERR_MAC (   x)    ((x) << S_RXERR_MAC)

Definition at line 2059 of file t4_msg.h.

◆ V_RXERR_OR

#define V_RXERR_OR (   x)    ((x) << S_RXERR_OR)

Definition at line 2055 of file t4_msg.h.

◆ V_RXERR_PING

#define V_RXERR_PING (   x)    ((x) << S_RXERR_PING)

Definition at line 2103 of file t4_msg.h.

◆ V_RXERR_PKT_LEN

#define V_RXERR_PKT_LEN (   x)    ((x) << S_RXERR_PKT_LEN)

Definition at line 2087 of file t4_msg.h.

◆ V_RXERR_TCP_OPT

#define V_RXERR_TCP_OPT (   x)    ((x) << S_RXERR_TCP_OPT)

Definition at line 2091 of file t4_msg.h.

◆ V_RXERR_TCPHDR_LEN

#define V_RXERR_TCPHDR_LEN (   x)    ((x) << S_RXERR_TCPHDR_LEN)

Definition at line 2083 of file t4_msg.h.

◆ V_RXF_FCOE

#define V_RXF_FCOE (   x)    ((x) << S_RXF_FCOE)

Definition at line 2030 of file t4_msg.h.

◆ V_RXF_IP

#define V_RXF_IP (   x)    ((x) << S_RXF_IP)

Definition at line 2018 of file t4_msg.h.

◆ V_RXF_IP6

#define V_RXF_IP6 (   x)    ((x) << S_RXF_IP6)

Definition at line 2022 of file t4_msg.h.

◆ V_RXF_LRO

#define V_RXF_LRO (   x)    ((x) << S_RXF_LRO)

Definition at line 2034 of file t4_msg.h.

◆ V_RXF_PSH

#define V_RXF_PSH (   x)    ((x) << S_RXF_PSH)

Definition at line 2002 of file t4_msg.h.

◆ V_RXF_SYN

#define V_RXF_SYN (   x)    ((x) << S_RXF_SYN)

Definition at line 2006 of file t4_msg.h.

◆ V_RXF_SYN_COOKIE

#define V_RXF_SYN_COOKIE (   x)    ((x) << S_RXF_SYN_COOKIE)

Definition at line 2026 of file t4_msg.h.

◆ V_RXF_TCP

#define V_RXF_TCP (   x)    ((x) << S_RXF_TCP)

Definition at line 2014 of file t4_msg.h.

◆ V_RXF_UDP

#define V_RXF_UDP (   x)    ((x) << S_RXF_UDP)

Definition at line 2010 of file t4_msg.h.

◆ V_SACK_EN

#define V_SACK_EN (   x)    ((x) << S_SACK_EN)

Definition at line 633 of file t4_msg.h.

◆ V_SCMD_AADIVDROP

#define V_SCMD_AADIVDROP (   x)    ((x) << S_SCMD_AADIVDROP)

Definition at line 3446 of file t4_msg.h.

◆ V_SCMD_AUTH_MODE

#define V_SCMD_AUTH_MODE (   x)    ((x) << S_SCMD_AUTH_MODE)

Definition at line 3351 of file t4_msg.h.

◆ V_SCMD_CIPH_AUTH_SEQ_CTRL

#define V_SCMD_CIPH_AUTH_SEQ_CTRL (   x)     ((x) << S_SCMD_CIPH_AUTH_SEQ_CTRL)

Definition at line 3333 of file t4_msg.h.

◆ V_SCMD_CIPH_MODE

#define V_SCMD_CIPH_MODE (   x)    ((x) << S_SCMD_CIPH_MODE)

Definition at line 3343 of file t4_msg.h.

◆ V_SCMD_ENB_DBGID

#define V_SCMD_ENB_DBGID (   x)    ((x) << S_SCMD_ENB_DBGID)

Definition at line 3385 of file t4_msg.h.

◆ V_SCMD_ENC_DEC_CTRL

#define V_SCMD_ENC_DEC_CTRL (   x)    ((x) << S_SCMD_ENC_DEC_CTRL)

Definition at line 3325 of file t4_msg.h.

◆ V_SCMD_HDR_LEN

#define V_SCMD_HDR_LEN (   x)    ((x) << S_SCMD_HDR_LEN)

Definition at line 3455 of file t4_msg.h.

◆ V_SCMD_HMAC_CTRL

#define V_SCMD_HMAC_CTRL (   x)    ((x) << S_SCMD_HMAC_CTRL)

Definition at line 3360 of file t4_msg.h.

◆ V_SCMD_IV_GEN_CTRL

#define V_SCMD_IV_GEN_CTRL (   x)    ((x) << S_SCMD_IV_GEN_CTRL)

Definition at line 3392 of file t4_msg.h.

◆ V_SCMD_IV_SIZE

#define V_SCMD_IV_SIZE (   x)    ((x) << S_SCMD_IV_SIZE)

Definition at line 3367 of file t4_msg.h.

◆ V_SCMD_KEY_CTX_INLINE

#define V_SCMD_KEY_CTX_INLINE (   x)    ((x) << S_SCMD_KEY_CTX_INLINE)

Definition at line 3418 of file t4_msg.h.

◆ V_SCMD_LAST_FRAG

#define V_SCMD_LAST_FRAG (   x)    ((x) << S_SCMD_LAST_FRAG)

Definition at line 3406 of file t4_msg.h.

◆ V_SCMD_MAC_ONLY

#define V_SCMD_MAC_ONLY (   x)    ((x) << S_SCMD_MAC_ONLY)

Definition at line 3436 of file t4_msg.h.

◆ V_SCMD_MORE_FRAGS

#define V_SCMD_MORE_FRAGS (   x)    ((x) << S_SCMD_MORE_FRAGS)

Definition at line 3400 of file t4_msg.h.

◆ V_SCMD_NUM_IVS

#define V_SCMD_NUM_IVS (   x)    ((x) << S_SCMD_NUM_IVS)

Definition at line 3374 of file t4_msg.h.

◆ V_SCMD_PROTO_VERSION

#define V_SCMD_PROTO_VERSION (   x)    ((x) << S_SCMD_PROTO_VERSION)

Definition at line 3318 of file t4_msg.h.

◆ V_SCMD_SEQ_NO_CTRL

#define V_SCMD_SEQ_NO_CTRL (   x)    ((x) << S_SCMD_SEQ_NO_CTRL)

Definition at line 3302 of file t4_msg.h.

◆ V_SCMD_STATUS_PRESENT

#define V_SCMD_STATUS_PRESENT (   x)    ((x) << S_SCMD_STATUS_PRESENT)

Definition at line 3309 of file t4_msg.h.

◆ V_SCMD_TLS_COMPPDU

#define V_SCMD_TLS_COMPPDU (   x)    ((x) << S_SCMD_TLS_COMPPDU)

Definition at line 3412 of file t4_msg.h.

◆ V_SCMD_TLS_FRAG_ENABLE

#define V_SCMD_TLS_FRAG_ENABLE (   x)    ((x) << S_SCMD_TLS_FRAG_ENABLE)

Definition at line 3426 of file t4_msg.h.

◆ V_SMAC_SEL

#define V_SMAC_SEL (   x)    ((__u64)(x) << S_SMAC_SEL)

Definition at line 477 of file t4_msg.h.

◆ V_SMTW_IDX

#define V_SMTW_IDX (   x)    ((x) << S_SMTW_IDX)

Definition at line 2459 of file t4_msg.h.

◆ V_SMTW_NORPL

#define V_SMTW_NORPL (   x)    ((x) << S_SMTW_NORPL)

Definition at line 2466 of file t4_msg.h.

◆ V_SMTW_OVLAN_IDX

#define V_SMTW_OVLAN_IDX (   x)    ((x) << S_SMTW_OVLAN_IDX)

Definition at line 2454 of file t4_msg.h.

◆ V_SMTW_PF

#define V_SMTW_PF (   x)    ((x) << S_SMTW_PF)

Definition at line 2477 of file t4_msg.h.

◆ V_SMTW_VF

#define V_SMTW_VF (   x)    ((x) << S_SMTW_VF)

Definition at line 2472 of file t4_msg.h.

◆ V_SMTW_VF_VLD

#define V_SMTW_VF_VLD (   x)    ((x) << S_SMTW_VF_VLD)

Definition at line 2481 of file t4_msg.h.

◆ V_SRQT_IDX

#define V_SRQT_IDX (   x)    ((x) << S_SRQT_IDX)

Definition at line 2402 of file t4_msg.h.

◆ V_SRQT_PDID

#define V_SRQT_PDID (   x)    ((x) << S_SRQT_PDID)

Definition at line 2397 of file t4_msg.h.

◆ V_SRQT_QBASE

#define V_SRQT_QBASE (   x)    ((x) << S_SRQT_QBASE)

Definition at line 2392 of file t4_msg.h.

◆ V_SRQT_QLEN

#define V_SRQT_QLEN (   x)    ((x) << S_SRQT_QLEN)

Definition at line 2387 of file t4_msg.h.

◆ V_SYN_DEFENSE

#define V_SYN_DEFENSE (   x)    ((x) << S_SYN_DEFENSE)

Definition at line 540 of file t4_msg.h.

◆ V_SYN_INTF

#define V_SYN_INTF (   x)    ((x) << S_SYN_INTF)

Definition at line 777 of file t4_msg.h.

◆ V_SYN_MAC_IDX

#define V_SYN_MAC_IDX (   x)    ((x) << S_SYN_MAC_IDX)

Definition at line 768 of file t4_msg.h.

◆ V_SYN_RSS_ENABLE

#define V_SYN_RSS_ENABLE (   x)    ((x) << S_SYN_RSS_ENABLE)

Definition at line 518 of file t4_msg.h.

◆ V_SYN_RSS_QUEUE

#define V_SYN_RSS_QUEUE (   x)    ((x) << S_SYN_RSS_QUEUE)

Definition at line 527 of file t4_msg.h.

◆ V_SYN_RSS_USE_HASH

#define V_SYN_RSS_USE_HASH (   x)    ((x) << S_SYN_RSS_USE_HASH)

Definition at line 522 of file t4_msg.h.

◆ V_SYN_RX_CHAN

#define V_SYN_RX_CHAN (   x)    ((x) << S_SYN_RX_CHAN)

Definition at line 734 of file t4_msg.h.

◆ V_SYN_XACT_MATCH

#define V_SYN_XACT_MATCH (   x)    ((x) << S_SYN_XACT_MATCH)

Definition at line 772 of file t4_msg.h.

◆ V_T5_FILT_INFO

#define V_T5_FILT_INFO (   x)    ((x) << S_T5_FILT_INFO)

Definition at line 550 of file t4_msg.h.

◆ V_T5_ISS

#define V_T5_ISS (   x)    ((x) << S_T5_ISS)

Definition at line 592 of file t4_msg.h.

◆ V_T5_OPT_2_VALID

#define V_T5_OPT_2_VALID (   x)    ((x) << S_T5_OPT_2_VALID)

Definition at line 637 of file t4_msg.h.

◆ V_T5_ULP_MEMIO_FID

#define V_T5_ULP_MEMIO_FID (   x)    ((x) << S_T5_ULP_MEMIO_FID)

Definition at line 2921 of file t4_msg.h.

◆ V_T5_ULP_MEMIO_IMM

#define V_T5_ULP_MEMIO_IMM (   x)    ((x) << S_T5_ULP_MEMIO_IMM)

Definition at line 2912 of file t4_msg.h.

◆ V_T5_ULP_MEMIO_ORDER

#define V_T5_ULP_MEMIO_ORDER (   x)    ((x) << S_T5_ULP_MEMIO_ORDER)

Definition at line 2916 of file t4_msg.h.

◆ V_T6_COMPR_RXERR_IPV6_EXT

#define V_T6_COMPR_RXERR_IPV6_EXT (   x)    ((x) << S_T6_COMPR_RXERR_IPV6_EXT)

Definition at line 2136 of file t4_msg.h.

◆ V_T6_COMPR_RXERR_LEN

#define V_T6_COMPR_RXERR_LEN (   x)    ((x) << S_T6_COMPR_RXERR_LEN)

Definition at line 2128 of file t4_msg.h.

◆ V_T6_COMPR_RXERR_MAC

#define V_T6_COMPR_RXERR_MAC (   x)    ((x) << S_T6_COMPR_RXERR_MAC)

Definition at line 2121 of file t4_msg.h.

◆ V_T6_COMPR_RXERR_MISC

#define V_T6_COMPR_RXERR_MISC (   x)    ((x) << S_T6_COMPR_RXERR_MISC)

Definition at line 2148 of file t4_msg.h.

◆ V_T6_COMPR_RXERR_SUM

#define V_T6_COMPR_RXERR_SUM (   x)    ((x) << S_T6_COMPR_RXERR_SUM)

Definition at line 2141 of file t4_msg.h.

◆ V_T6_COMPR_RXERR_TCP_OPT

#define V_T6_COMPR_RXERR_TCP_OPT (   x)    ((x) << S_T6_COMPR_RXERR_TCP_OPT)

Definition at line 2132 of file t4_msg.h.

◆ V_T6_COMPR_RXERR_VEC

#define V_T6_COMPR_RXERR_VEC (   x)    ((x) << S_T6_COMPR_RXERR_VEC)

Definition at line 2116 of file t4_msg.h.

◆ V_T6_ETH_HDR_LEN

#define V_T6_ETH_HDR_LEN (   x)    ((x) << S_T6_ETH_HDR_LEN)

Definition at line 762 of file t4_msg.h.

◆ V_T6_IP_HDR_LEN

#define V_T6_IP_HDR_LEN (   x)    ((x) << S_T6_IP_HDR_LEN)

Definition at line 752 of file t4_msg.h.

◆ V_T6_RX_TNL_TYPE

#define V_T6_RX_TNL_TYPE (   x)    ((x) << S_T6_RX_TNL_TYPE)

Definition at line 2153 of file t4_msg.h.

◆ V_T6_RX_TNLHDR_LEN

#define V_T6_RX_TNLHDR_LEN (   x)    ((x) << S_T6_RX_TNLHDR_LEN)

Definition at line 2162 of file t4_msg.h.

◆ V_T6_TCP_HDR_LEN

#define V_T6_TCP_HDR_LEN (   x)    ((x) << S_T6_TCP_HDR_LEN)

Definition at line 743 of file t4_msg.h.

◆ V_T6_TX_FORCE

#define V_T6_TX_FORCE (   x)    ((x) << S_T6_TX_FORCE)

Definition at line 1216 of file t4_msg.h.

◆ V_T6_TXPKT_ETHHDR_LEN

#define V_T6_TXPKT_ETHHDR_LEN (   x)    ((__u64)(x) << S_T6_TXPKT_ETHHDR_LEN)

Definition at line 1379 of file t4_msg.h.

◆ V_TAGW_IDX

#define V_TAGW_IDX (   x)    ((x) << S_TAGW_IDX)

Definition at line 2528 of file t4_msg.h.

◆ V_TAGW_INS_ENABLE

#define V_TAGW_INS_ENABLE (   x)    ((x) << S_TAGW_INS_ENABLE)

Definition at line 2536 of file t4_msg.h.

◆ V_TAGW_LEN

#define V_TAGW_LEN (   x)    ((x) << S_TAGW_LEN)

Definition at line 2532 of file t4_msg.h.

◆ V_TAGW_NORPL

#define V_TAGW_NORPL (   x)    ((x) << S_TAGW_NORPL)

Definition at line 2540 of file t4_msg.h.

◆ V_TCAM_BYPASS

#define V_TCAM_BYPASS (   x)    ((__u64)(x) << S_TCAM_BYPASS)

Definition at line 486 of file t4_msg.h.

◆ V_TCP_HDR_LEN

#define V_TCP_HDR_LEN (   x)    ((x) << S_TCP_HDR_LEN)

Definition at line 739 of file t4_msg.h.

◆ V_TCPOPT_MSS

#define V_TCPOPT_MSS (   x)    ((x) << S_TCPOPT_MSS)

Definition at line 716 of file t4_msg.h.

◆ V_TCPOPT_SACK

#define V_TCPOPT_SACK (   x)    ((x) << S_TCPOPT_SACK)

Definition at line 701 of file t4_msg.h.

◆ V_TCPOPT_SND_WSCALE

#define V_TCPOPT_SND_WSCALE (   x)    ((x) << S_TCPOPT_SND_WSCALE)

Definition at line 711 of file t4_msg.h.

◆ V_TCPOPT_TSTAMP

#define V_TCPOPT_TSTAMP (   x)    ((x) << S_TCPOPT_TSTAMP)

Definition at line 706 of file t4_msg.h.

◆ V_TCPOPT_WSCALE_OK

#define V_TCPOPT_WSCALE_OK (   x)    ((x) << S_TCPOPT_WSCALE_OK)

Definition at line 696 of file t4_msg.h.

◆ V_TID_COOKIE

#define V_TID_COOKIE (   x)    ((x) << S_TID_COOKIE)

Definition at line 341 of file t4_msg.h.

◆ V_TID_QID

#define V_TID_QID (   x)    ((x) << S_TID_QID)

Definition at line 346 of file t4_msg.h.

◆ V_TID_TID

#define V_TID_TID (   x)    ((x) << S_TID_TID)

Definition at line 336 of file t4_msg.h.

◆ V_TSTAMPS_EN

#define V_TSTAMPS_EN (   x)    ((x) << S_TSTAMPS_EN)

Definition at line 629 of file t4_msg.h.

◆ V_TX_ACK_PAGES

#define V_TX_ACK_PAGES (   x)    ((x) << S_TX_ACK_PAGES)

Definition at line 1130 of file t4_msg.h.

◆ V_TX_BYPASS

#define V_TX_BYPASS (   x)    ((x) << S_TX_BYPASS)

Definition at line 1220 of file t4_msg.h.

◆ V_TX_CHAN

#define V_TX_CHAN (   x)    ((x) << S_TX_CHAN)

Definition at line 441 of file t4_msg.h.

◆ V_TX_CLOSE

#define V_TX_CLOSE (   x)    ((x) << S_TX_CLOSE)

Definition at line 1234 of file t4_msg.h.

◆ V_TX_CPU_IDX

#define V_TX_CPU_IDX (   x)    ((x) << S_TX_CPU_IDX)

Definition at line 1230 of file t4_msg.h.

◆ V_TX_DATA_MSS

#define V_TX_DATA_MSS (   x)    ((x) << S_TX_DATA_MSS)

Definition at line 1164 of file t4_msg.h.

◆ V_TX_FLUSH

#define V_TX_FLUSH (   x)    ((x) << S_TX_FLUSH)

Definition at line 1204 of file t4_msg.h.

◆ V_TX_FORCE

#define V_TX_FORCE (   x)    ((x) << S_TX_FORCE)

Definition at line 1188 of file t4_msg.h.

◆ V_TX_IMM_ACK

#define V_TX_IMM_ACK (   x)    ((x) << S_TX_IMM_ACK)

Definition at line 1242 of file t4_msg.h.

◆ V_TX_IMM_DMA

#define V_TX_IMM_DMA (   x)    ((x) << S_TX_IMM_DMA)

Definition at line 1246 of file t4_msg.h.

◆ V_TX_INIT

#define V_TX_INIT (   x)    ((x) << S_TX_INIT)

Definition at line 1238 of file t4_msg.h.

◆ V_TX_LENGTH

#define V_TX_LENGTH (   x)    ((x) << S_TX_LENGTH)

Definition at line 1169 of file t4_msg.h.

◆ V_TX_MORE

#define V_TX_MORE (   x)    ((x) << S_TX_MORE)

Definition at line 1196 of file t4_msg.h.

◆ V_TX_MSS

#define V_TX_MSS (   x)    ((x) << S_TX_MSS)

Definition at line 1141 of file t4_msg.h.

◆ V_TX_PORT

#define V_TX_PORT (   x)    ((x) << S_TX_PORT)

Definition at line 1136 of file t4_msg.h.

◆ V_TX_PROXY

#define V_TX_PROXY (   x)    ((x) << S_TX_PROXY)

Definition at line 1174 of file t4_msg.h.

◆ V_TX_PUSH

#define V_TX_PUSH (   x)    ((x) << S_TX_PUSH)

Definition at line 1224 of file t4_msg.h.

◆ V_TX_QOS

#define V_TX_QOS (   x)    ((x) << S_TX_QOS)

Definition at line 1146 of file t4_msg.h.

◆ V_TX_QUEUE

#define V_TX_QUEUE (   x)    ((x) << S_TX_QUEUE)

Definition at line 613 of file t4_msg.h.

◆ V_TX_SAVE

#define V_TX_SAVE (   x)    ((x) << S_TX_SAVE)

Definition at line 1208 of file t4_msg.h.

◆ V_TX_SHOVE

#define V_TX_SHOVE (   x)    ((x) << S_TX_SHOVE)

Definition at line 1192 of file t4_msg.h.

◆ V_TX_SNDBUF

#define V_TX_SNDBUF (   x)    ((x) << S_TX_SNDBUF)

Definition at line 1151 of file t4_msg.h.

◆ V_TX_TNL

#define V_TX_TNL (   x)    ((x) << S_TX_TNL)

Definition at line 1212 of file t4_msg.h.

◆ V_TX_ULP_MODE

#define V_TX_ULP_MODE (   x)    ((x) << S_TX_ULP_MODE)

Definition at line 1184 of file t4_msg.h.

◆ V_TX_ULP_SUBMODE

#define V_TX_ULP_SUBMODE (   x)    ((x) << S_TX_ULP_SUBMODE)

Definition at line 1179 of file t4_msg.h.

◆ V_TX_URG

#define V_TX_URG (   x)    ((x) << S_TX_URG)

Definition at line 1200 of file t4_msg.h.

◆ V_TXPKT_CSUM_END

#define V_TXPKT_CSUM_END (   x)    ((x) << S_TXPKT_CSUM_END)

Definition at line 1350 of file t4_msg.h.

◆ V_TXPKT_CSUM_LOC

#define V_TXPKT_CSUM_LOC (   x)    ((__u64)(x) << S_TXPKT_CSUM_LOC)

Definition at line 1369 of file t4_msg.h.

◆ V_TXPKT_CSUM_START

#define V_TXPKT_CSUM_START (   x)    ((x) << S_TXPKT_CSUM_START)

Definition at line 1355 of file t4_msg.h.

◆ V_TXPKT_CSUM_TYPE

#define V_TXPKT_CSUM_TYPE (   x)    ((__u64)(x) << S_TXPKT_CSUM_TYPE)

Definition at line 1385 of file t4_msg.h.

◆ V_TXPKT_ETHHDR_LEN

#define V_TXPKT_ETHHDR_LEN (   x)    ((__u64)(x) << S_TXPKT_ETHHDR_LEN)

Definition at line 1374 of file t4_msg.h.

◆ V_TXPKT_INS_OVLAN

#define V_TXPKT_INS_OVLAN (   x)    ((x) << S_TXPKT_INS_OVLAN)

Definition at line 1318 of file t4_msg.h.

◆ V_TXPKT_INTF

#define V_TXPKT_INTF (   x)    ((x) << S_TXPKT_INTF)

Definition at line 1306 of file t4_msg.h.

◆ V_TXPKT_IPCSUM_DIS

#define V_TXPKT_IPCSUM_DIS (   x)    ((__u64)(x) << S_TXPKT_IPCSUM_DIS)

Definition at line 1402 of file t4_msg.h.

◆ V_TXPKT_IPHDR_LEN

#define V_TXPKT_IPHDR_LEN (   x)    ((__u64)(x) << S_TXPKT_IPHDR_LEN)

Definition at line 1360 of file t4_msg.h.

◆ V_TXPKT_IPSEC

#define V_TXPKT_IPSEC (   x)    ((__u64)(x) << S_TXPKT_IPSEC)

Definition at line 1398 of file t4_msg.h.

◆ V_TXPKT_L4CSUM_DIS

#define V_TXPKT_L4CSUM_DIS (   x)    ((__u64)(x) << S_TXPKT_L4CSUM_DIS)

Definition at line 1406 of file t4_msg.h.

◆ V_TXPKT_LOOPBACK

#define V_TXPKT_LOOPBACK (   x)    ((x) << S_TXPKT_LOOPBACK)

Definition at line 1330 of file t4_msg.h.

◆ V_TXPKT_OPCODE

#define V_TXPKT_OPCODE (   x)    ((x) << S_TXPKT_OPCODE)

Definition at line 1339 of file t4_msg.h.

◆ V_TXPKT_OVLAN_IDX

#define V_TXPKT_OVLAN_IDX (   x)    ((x) << S_TXPKT_OVLAN_IDX)

Definition at line 1295 of file t4_msg.h.

◆ V_TXPKT_PF

#define V_TXPKT_PF (   x)    ((x) << S_TXPKT_PF)

Definition at line 1286 of file t4_msg.h.

◆ V_TXPKT_SA_IDX

#define V_TXPKT_SA_IDX (   x)    ((x) << S_TXPKT_SA_IDX)

Definition at line 1345 of file t4_msg.h.

◆ V_TXPKT_SPECIAL_STAT

#define V_TXPKT_SPECIAL_STAT (   x)    ((x) << S_TXPKT_SPECIAL_STAT)

Definition at line 1310 of file t4_msg.h.

◆ V_TXPKT_STAT_DIS

#define V_TXPKT_STAT_DIS (   x)    ((x) << S_TXPKT_STAT_DIS)

Definition at line 1326 of file t4_msg.h.

◆ V_TXPKT_T5_FCS_DIS

#define V_TXPKT_T5_FCS_DIS (   x)    ((x) << S_TXPKT_T5_FCS_DIS)

Definition at line 1314 of file t4_msg.h.

◆ V_TXPKT_T5_INS_OVLAN

#define V_TXPKT_T5_INS_OVLAN (   x)    ((x) << S_TXPKT_T5_INS_OVLAN)

Definition at line 1322 of file t4_msg.h.

◆ V_TXPKT_T5_OVLAN_IDX

#define V_TXPKT_T5_OVLAN_IDX (   x)    ((x) << S_TXPKT_T5_OVLAN_IDX)

Definition at line 1300 of file t4_msg.h.

◆ V_TXPKT_TSTAMP

#define V_TXPKT_TSTAMP (   x)    ((x) << S_TXPKT_TSTAMP)

Definition at line 1334 of file t4_msg.h.

◆ V_TXPKT_VF

#define V_TXPKT_VF (   x)    ((x) << S_TXPKT_VF)

Definition at line 1281 of file t4_msg.h.

◆ V_TXPKT_VF_VLD

#define V_TXPKT_VF_VLD (   x)    ((x) << S_TXPKT_VF_VLD)

Definition at line 1290 of file t4_msg.h.

◆ V_TXPKT_VLAN

#define V_TXPKT_VLAN (   x)    ((__u64)(x) << S_TXPKT_VLAN)

Definition at line 1390 of file t4_msg.h.

◆ V_TXPKT_VLAN_VLD

#define V_TXPKT_VLAN_VLD (   x)    ((__u64)(x) << S_TXPKT_VLAN_VLD)

Definition at line 1394 of file t4_msg.h.

◆ V_ULP_MEMIO_ADDR

#define V_ULP_MEMIO_ADDR (   x)    ((x) << S_ULP_MEMIO_ADDR)

Definition at line 2926 of file t4_msg.h.

◆ V_ULP_MEMIO_DATA_LEN

#define V_ULP_MEMIO_DATA_LEN (   x)    ((x) << S_ULP_MEMIO_DATA_LEN)

Definition at line 2935 of file t4_msg.h.

◆ V_ULP_MEMIO_LOCK

#define V_ULP_MEMIO_LOCK (   x)    ((x) << S_ULP_MEMIO_LOCK)

Definition at line 2929 of file t4_msg.h.

◆ V_ULP_MEMIO_ORDER

#define V_ULP_MEMIO_ORDER (   x)    ((x) << S_ULP_MEMIO_ORDER)

Definition at line 2908 of file t4_msg.h.

◆ V_ULP_MODE

#define V_ULP_MODE (   x)    ((x) << S_ULP_MODE)

Definition at line 462 of file t4_msg.h.

◆ V_ULP_TX_SC_MORE

#define V_ULP_TX_SC_MORE (   x)    ((x) << S_ULP_TX_SC_MORE)

Definition at line 2852 of file t4_msg.h.

◆ V_ULP_TXPKT_CHANNELID

#define V_ULP_TXPKT_CHANNELID (   x)    ((x) << S_ULP_TXPKT_CHANNELID)

Definition at line 2960 of file t4_msg.h.

◆ V_ULP_TXPKT_DATAMODIFY

#define V_ULP_TXPKT_DATAMODIFY (   x)    ((x) << S_ULP_TXPKT_DATAMODIFY)

Definition at line 2953 of file t4_msg.h.

◆ V_ULP_TXPKT_DEST

#define V_ULP_TXPKT_DEST (   x)    ((x) << S_ULP_TXPKT_DEST)

Definition at line 2968 of file t4_msg.h.

◆ V_ULP_TXPKT_FID

#define V_ULP_TXPKT_FID (   x)    ((x) << S_ULP_TXPKT_FID)

Definition at line 2972 of file t4_msg.h.

◆ V_ULP_TXPKT_RO

#define V_ULP_TXPKT_RO (   x)    ((x) << S_ULP_TXPKT_RO)

Definition at line 2975 of file t4_msg.h.

◆ V_ULPTX_CMD

#define V_ULPTX_CMD (   x)    ((x) << S_ULPTX_CMD)

Definition at line 2845 of file t4_msg.h.

◆ V_ULPTX_LEN16

#define V_ULPTX_LEN16 (   x)    ((x) << S_ULPTX_LEN16)

Definition at line 2849 of file t4_msg.h.

◆ V_ULPTX_NSGE

#define V_ULPTX_NSGE (   x)    ((x) << S_ULPTX_NSGE)

Definition at line 2890 of file t4_msg.h.

◆ V_WND_SCALE

#define V_WND_SCALE (   x)    ((__u64)(x) << S_WND_SCALE)

Definition at line 495 of file t4_msg.h.

◆ V_WND_SCALE_EN

#define V_WND_SCALE_EN (   x)    ((x) << S_WND_SCALE_EN)

Definition at line 625 of file t4_msg.h.

◆ V_WORD

#define V_WORD (   x)    ((x) << S_WORD)

Definition at line 979 of file t4_msg.h.

◆ V_WR_LEN16

#define V_WR_LEN16 (   x)    ((x) << S_WR_LEN16)

Definition at line 417 of file t4_msg.h.

◆ V_WR_OP

#define V_WR_OP (   x)    ((__u64)(x) << S_WR_OP)

Definition at line 423 of file t4_msg.h.

◆ WR_HDR

#define WR_HDR   struct work_request_hdr wr

Definition at line 426 of file t4_msg.h.

◆ WR_HDR_SIZE

#define WR_HDR_SIZE   sizeof(struct work_request_hdr)

Definition at line 427 of file t4_msg.h.

◆ X_CPL_RX_MPS_PKT_TYPE_PAUSE

#define X_CPL_RX_MPS_PKT_TYPE_PAUSE   (1 << 0)

Definition at line 3188 of file t4_msg.h.

◆ X_CPL_RX_MPS_PKT_TYPE_PPP

#define X_CPL_RX_MPS_PKT_TYPE_PPP   (1 << 1)

Definition at line 3189 of file t4_msg.h.

◆ X_CPL_RX_MPS_PKT_TYPE_PTP

#define X_CPL_RX_MPS_PKT_TYPE_PTP   (1 << 3)

Definition at line 3191 of file t4_msg.h.

◆ X_CPL_RX_MPS_PKT_TYPE_QFC

#define X_CPL_RX_MPS_PKT_TYPE_QFC   (1 << 2)

Definition at line 3190 of file t4_msg.h.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
CPL_PASS_OPEN_REQ 
CPL_PASS_ACCEPT_RPL 
CPL_ACT_OPEN_REQ 
CPL_SET_TCB 
CPL_SET_TCB_FIELD 
CPL_GET_TCB 
CPL_CLOSE_CON_REQ 
CPL_CLOSE_LISTSRV_REQ 
CPL_ABORT_REQ 
CPL_ABORT_RPL 
CPL_TX_DATA 
CPL_RX_DATA_ACK 
CPL_TX_PKT 
CPL_RTE_DELETE_REQ 
CPL_RTE_WRITE_REQ 
CPL_RTE_READ_REQ 
CPL_L2T_WRITE_REQ 
CPL_L2T_READ_REQ 
CPL_SMT_WRITE_REQ 
CPL_SMT_READ_REQ 
CPL_TAG_WRITE_REQ 
CPL_BARRIER 
CPL_TID_RELEASE 
CPL_TAG_READ_REQ 
CPL_SRQ_TABLE_REQ 
CPL_TX_PKT_FSO 
CPL_TX_DATA_ISO 
CPL_CLOSE_LISTSRV_RPL 
CPL_ERROR 
CPL_GET_TCB_RPL 
CPL_L2T_WRITE_RPL 
CPL_PASS_OPEN_RPL 
CPL_ACT_OPEN_RPL 
CPL_PEER_CLOSE 
CPL_RTE_DELETE_RPL 
CPL_RTE_WRITE_RPL 
CPL_RX_URG_PKT 
CPL_TAG_WRITE_RPL 
CPL_ABORT_REQ_RSS 
CPL_RX_URG_NOTIFY 
CPL_ABORT_RPL_RSS 
CPL_SMT_WRITE_RPL 
CPL_TX_DATA_ACK 
CPL_RX_PHYS_ADDR 
CPL_PCMD_READ_RPL 
CPL_CLOSE_CON_RPL 
CPL_ISCSI_HDR 
CPL_L2T_READ_RPL 
CPL_RDMA_CQE 
CPL_RDMA_CQE_READ_RSP 
CPL_RDMA_CQE_ERR 
CPL_RTE_READ_RPL 
CPL_RX_DATA 
CPL_SET_TCB_RPL 
CPL_RX_PKT 
CPL_TAG_READ_RPL 
CPL_HIT_NOTIFY 
CPL_PKT_NOTIFY 
CPL_RX_DDP_COMPLETE 
CPL_ACT_ESTABLISH 
CPL_PASS_ESTABLISH 
CPL_RX_DATA_DDP 
CPL_SMT_READ_RPL 
CPL_PASS_ACCEPT_REQ 
CPL_RX_ISCSI_CMP 
CPL_RX_FCOE_DDP 
CPL_FCOE_HDR 
CPL_T5_TRACE_PKT 
CPL_RX_ISCSI_DDP 
CPL_RX_FCOE_DIF 
CPL_RX_DATA_DIF 
CPL_ERR_NOTIFY 
CPL_RX_TLS_CMP 
CPL_RDMA_READ_REQ 
CPL_RX_ISCSI_DIF 
CPL_SET_LE_REQ 
CPL_PASS_OPEN_REQ6 
CPL_ACT_OPEN_REQ6 
CPL_TX_TLS_PDU 
CPL_TX_TLS_SFO 
CPL_TX_SEC_PDU 
CPL_TX_TLS_ACK 
CPL_RDMA_TERMINATE 
CPL_RDMA_WRITE 
CPL_SGE_EGR_UPDATE 
CPL_SET_LE_RPL 
CPL_FW2_MSG 
CPL_FW2_PLD 
CPL_T5_RDMA_READ_REQ 
CPL_RDMA_ATOMIC_REQ 
CPL_RDMA_ATOMIC_RPL 
CPL_RDMA_IMM_DATA 
CPL_RDMA_IMM_DATA_SE 
CPL_RX_MPS_PKT 
CPL_TRACE_PKT 
CPL_RX2TX_DATA 
CPL_TLS_DATA 
CPL_ISCSI_DATA 
CPL_FCOE_DATA 
CPL_FW4_MSG 
CPL_FW4_PLD 
CPL_FW4_ACK 
CPL_SRQ_TABLE_RPL 
CPL_RX_PHYS_DSGL 
CPL_FW6_MSG 
CPL_FW6_PLD 
CPL_TX_TNL_LSO 
CPL_TX_PKT_LSO 
CPL_TX_PKT_XT 
NUM_CPL_CMDS 

Definition at line 35 of file t4_msg.h.

◆ anonymous enum

anonymous enum
Enumerator
CPL_CONN_POLICY_AUTO 
CPL_CONN_POLICY_ASK 
CPL_CONN_POLICY_FILTER 
CPL_CONN_POLICY_DENY 

Definition at line 224 of file t4_msg.h.

◆ anonymous enum

anonymous enum
Enumerator
ULP_MODE_NONE 
ULP_MODE_ISCSI 
ULP_MODE_RDMA 
ULP_MODE_TCPDDP 
ULP_MODE_FCOE 
ULP_MODE_TLS 

Definition at line 231 of file t4_msg.h.

◆ anonymous enum

anonymous enum
Enumerator
ULP_CRC_HEADER 
ULP_CRC_DATA 

Definition at line 240 of file t4_msg.h.

◆ anonymous enum

anonymous enum
Enumerator
CPL_PASS_OPEN_ACCEPT 
CPL_PASS_OPEN_REJECT 
CPL_PASS_OPEN_ACCEPT_TNL 

Definition at line 245 of file t4_msg.h.

◆ anonymous enum

anonymous enum
Enumerator
CPL_ABORT_SEND_RST 
CPL_ABORT_NO_RST 

Definition at line 251 of file t4_msg.h.

◆ anonymous enum

anonymous enum
Enumerator
TX_CSUM_TCP 
TX_CSUM_UDP 
TX_CSUM_CRC16 
TX_CSUM_CRC32 
TX_CSUM_CRC32C 
TX_CSUM_FCOE 
TX_CSUM_TCPIP 
TX_CSUM_UDPIP 
TX_CSUM_TCPIP6 
TX_CSUM_UDPIP6 
TX_CSUM_IP 

Definition at line 256 of file t4_msg.h.

◆ anonymous enum

anonymous enum
Enumerator
PKTYPE_XACT_UCAST 
PKTYPE_HASH_UCAST 
PKTYPE_XACT_MCAST 
PKTYPE_HASH_MCAST 
PKTYPE_PROMISC 
PKTYPE_HPROMISC 
PKTYPE_BCAST 

Definition at line 270 of file t4_msg.h.

◆ anonymous enum

anonymous enum
Enumerator
DATYPE_UCAST 
DATYPE_MCAST 
DATYPE_BCAST 

Definition at line 280 of file t4_msg.h.

◆ anonymous enum

anonymous enum
Enumerator
CONG_ALG_RENO 
CONG_ALG_TAHOE 
CONG_ALG_NEWRENO 
CONG_ALG_HIGHSPEED 

Definition at line 286 of file t4_msg.h.

◆ anonymous enum

anonymous enum
Enumerator
RSS_HASH_NONE 
RSS_HASH_IP 
RSS_HASH_TCP 
RSS_HASH_UDP 

Definition at line 293 of file t4_msg.h.

◆ anonymous enum

anonymous enum
Enumerator
LE_CMD_READ 
LE_CMD_WRITE 

Definition at line 300 of file t4_msg.h.

◆ anonymous enum

anonymous enum
Enumerator
LE_SZ_NONE 
LE_SZ_33 
LE_SZ_66 
LE_SZ_132 
LE_SZ_264 
LE_SZ_528 

Definition at line 305 of file t4_msg.h.

◆ anonymous enum

anonymous enum
Enumerator
FW_TYPE_CMD_RPL 
FW_TYPE_WR_RPL 
FW_TYPE_CQE 
FW_TYPE_OFLD_CONNECTION_WR_RPL 
FW_TYPE_RSSCPL 
FW_TYPE_WRERR_RPL 
FW_TYPE_PI_ERR 
FW_TYPE_TLS_KEY 

Definition at line 2706 of file t4_msg.h.

◆ anonymous enum

anonymous enum
Enumerator
CPL_FW4_ACK_FLAGS_SEQVAL 
CPL_FW4_ACK_FLAGS_CH 
CPL_FW4_ACK_FLAGS_FLOWC 

Definition at line 2768 of file t4_msg.h.

◆ anonymous enum

anonymous enum
Enumerator
FW6_TYPE_CMD_RPL 
FW6_TYPE_WR_RPL 
FW6_TYPE_CQE 
FW6_TYPE_OFLD_CONNECTION_WR_RPL 
FW6_TYPE_RSSCPL 
FW6_TYPE_WRERR_RPL 
FW6_TYPE_PI_ERR 
NUM_FW6_TYPES 

Definition at line 2808 of file t4_msg.h.

◆ anonymous enum

anonymous enum
Enumerator
ULP_TX_MEM_READ 
ULP_TX_MEM_WRITE 
ULP_TX_PKT 

Definition at line 2828 of file t4_msg.h.

◆ anonymous enum

anonymous enum
Enumerator
ULP_TX_SC_NOOP 
ULP_TX_SC_IMM 
ULP_TX_SC_DSGL 
ULP_TX_SC_ISGL 
ULP_TX_SC_PICTRL 
ULP_TX_SC_MEMRD 

Definition at line 2834 of file t4_msg.h.

◆ anonymous enum

anonymous enum
Enumerator
ULP_TXPKT_DEST_TP 
ULP_TXPKT_DEST_SGE 
ULP_TXPKT_DEST_UP 
ULP_TXPKT_DEST_DEVNULL 

Definition at line 2938 of file t4_msg.h.

◆ CPL_error

enum CPL_error
Enumerator
CPL_ERR_NONE 
CPL_ERR_TCAM_PARITY 
CPL_ERR_TCAM_MISS 
CPL_ERR_TCAM_FULL 
CPL_ERR_BAD_LENGTH 
CPL_ERR_BAD_ROUTE 
CPL_ERR_CONN_RESET 
CPL_ERR_CONN_EXIST_SYNRECV 
CPL_ERR_CONN_EXIST 
CPL_ERR_ARP_MISS 
CPL_ERR_BAD_SYN 
CPL_ERR_CONN_TIMEDOUT 
CPL_ERR_XMIT_TIMEDOUT 
CPL_ERR_PERSIST_TIMEDOUT 
CPL_ERR_FINWAIT2_TIMEDOUT 
CPL_ERR_KEEPALIVE_TIMEDOUT 
CPL_ERR_RTX_NEG_ADVICE 
CPL_ERR_PERSIST_NEG_ADVICE 
CPL_ERR_KEEPALV_NEG_ADVICE 
CPL_ERR_WAIT_ARP_RPL 
CPL_ERR_ABORT_FAILED 
CPL_ERR_IWARP_FLM 
CPL_CONTAINS_READ_RPL 
CPL_CONTAINS_WRITE_RPL 

Definition at line 159 of file t4_msg.h.

◆ cpl_tx_tnl_lso_type

Enumerator
TX_TNL_TYPE_OPAQUE 
TX_TNL_TYPE_NVGRE 
TX_TNL_TYPE_VXLAN 
TX_TNL_TYPE_GENEVE 

Definition at line 2978 of file t4_msg.h.

Function Documentation

◆ act_open_has_tid()

static int act_open_has_tid ( int  status)
inlinestatic

Definition at line 191 of file t4_msg.h.

References CPL_ERR_CONN_EXIST, CPL_ERR_CONN_EXIST_SYNRECV, CPL_ERR_TCAM_FULL, CPL_ERR_TCAM_MISS, and CPL_ERR_TCAM_PARITY.

Referenced by t4_hashfilter_ao_rpl().

Here is the caller graph for this function:

◆ act_open_rpl_status_to_errno()

static int act_open_rpl_status_to_errno ( int  status)
inlinestatic

Definition at line 204 of file t4_msg.h.

References CPL_ERR_ARP_MISS, CPL_ERR_CONN_EXIST, CPL_ERR_CONN_RESET, CPL_ERR_CONN_TIMEDOUT, and CPL_ERR_TCAM_FULL.

Referenced by t4_hashfilter_ao_rpl().

Here is the caller graph for this function: