FreeBSD kernel BXE device code
eth_end_agg_rx_cqe Struct Reference

#include <ecore_hsi.h>

Collaboration diagram for eth_end_agg_rx_cqe:

Data Fields

uint8_t type_error_flags
 
uint8_t reserved1
 
uint8_t queue_index
 
uint8_t reserved2
 
uint32_t timestamp_delta
 
uint16_t num_of_coalesced_segs
 
uint16_t pkt_len
 
uint8_t pure_ack_count
 
uint8_t reserved3
 
uint16_t reserved4
 
union eth_sgl_or_raw_data sgl_or_raw_data
 
uint32_t padding [8]
 

Detailed Description

Definition at line 7010 of file ecore_hsi.h.

Field Documentation

◆ num_of_coalesced_segs

uint16_t eth_end_agg_rx_cqe::num_of_coalesced_segs

Definition at line 7023 of file ecore_hsi.h.

◆ padding

uint32_t eth_end_agg_rx_cqe::padding[8]

Definition at line 7029 of file ecore_hsi.h.

◆ pkt_len

uint16_t eth_end_agg_rx_cqe::pkt_len

Definition at line 7024 of file ecore_hsi.h.

Referenced by bxe_fill_frag_mbuf(), bxe_rxeof(), and bxe_tpa_stop().

◆ pure_ack_count

uint8_t eth_end_agg_rx_cqe::pure_ack_count

Definition at line 7025 of file ecore_hsi.h.

◆ queue_index

uint8_t eth_end_agg_rx_cqe::queue_index

Definition at line 7020 of file ecore_hsi.h.

Referenced by bxe_rxeof().

◆ reserved1

uint8_t eth_end_agg_rx_cqe::reserved1

Definition at line 7019 of file ecore_hsi.h.

◆ reserved2

uint8_t eth_end_agg_rx_cqe::reserved2

Definition at line 7021 of file ecore_hsi.h.

◆ reserved3

uint8_t eth_end_agg_rx_cqe::reserved3

Definition at line 7026 of file ecore_hsi.h.

◆ reserved4

uint16_t eth_end_agg_rx_cqe::reserved4

Definition at line 7027 of file ecore_hsi.h.

◆ sgl_or_raw_data

union eth_sgl_or_raw_data eth_end_agg_rx_cqe::sgl_or_raw_data

Definition at line 7028 of file ecore_hsi.h.

Referenced by bxe_fill_frag_mbuf(), and bxe_rxeof().

◆ timestamp_delta

uint32_t eth_end_agg_rx_cqe::timestamp_delta

Definition at line 7022 of file ecore_hsi.h.

◆ type_error_flags

uint8_t eth_end_agg_rx_cqe::type_error_flags

Definition at line 7012 of file ecore_hsi.h.


The documentation for this struct was generated from the following file: