FreeBSD kernel BXE device code
eth_fast_path_rx_cqe Struct Reference

#include <ecore_hsi.h>

Collaboration diagram for eth_fast_path_rx_cqe:

Data Fields

uint8_t type_error_flags
 
uint8_t status_flags
 
uint8_t queue_index
 
uint8_t placement_offset
 
uint32_t rss_hash_result
 
uint16_t vlan_tag
 
uint16_t pkt_len_or_gro_seg_len
 
uint16_t len_on_bd
 
struct parsing_flags pars_flags
 
union eth_sgl_or_raw_data sgl_or_raw_data
 
uint8_t tunn_type
 
uint8_t tunn_inner_hdrs_offset
 
uint16_t reserved1
 
uint32_t tunn_tenant_id
 
uint32_t padding [5]
 
uint32_t marker
 

Detailed Description

Definition at line 7036 of file ecore_hsi.h.

Field Documentation

◆ len_on_bd

uint16_t eth_fast_path_rx_cqe::len_on_bd

Definition at line 7071 of file ecore_hsi.h.

Referenced by bxe_rxeof(), and bxe_tpa_start().

◆ marker

uint32_t eth_fast_path_rx_cqe::marker

Definition at line 7079 of file ecore_hsi.h.

◆ padding

uint32_t eth_fast_path_rx_cqe::padding[5]

Definition at line 7078 of file ecore_hsi.h.

◆ pars_flags

struct parsing_flags eth_fast_path_rx_cqe::pars_flags

Definition at line 7072 of file ecore_hsi.h.

Referenced by bxe_rxeof(), and bxe_tpa_start().

◆ pkt_len_or_gro_seg_len

uint16_t eth_fast_path_rx_cqe::pkt_len_or_gro_seg_len

Definition at line 7070 of file ecore_hsi.h.

Referenced by bxe_rxeof().

◆ placement_offset

uint8_t eth_fast_path_rx_cqe::placement_offset

Definition at line 7067 of file ecore_hsi.h.

Referenced by bxe_rxeof(), and bxe_tpa_start().

◆ queue_index

uint8_t eth_fast_path_rx_cqe::queue_index

Definition at line 7066 of file ecore_hsi.h.

Referenced by bxe_rxeof().

◆ reserved1

uint16_t eth_fast_path_rx_cqe::reserved1

Definition at line 7076 of file ecore_hsi.h.

◆ rss_hash_result

uint32_t eth_fast_path_rx_cqe::rss_hash_result

Definition at line 7068 of file ecore_hsi.h.

Referenced by bxe_rxeof().

◆ sgl_or_raw_data

union eth_sgl_or_raw_data eth_fast_path_rx_cqe::sgl_or_raw_data

Definition at line 7073 of file ecore_hsi.h.

Referenced by bxe_service_rxsgl().

◆ status_flags

uint8_t eth_fast_path_rx_cqe::status_flags

Definition at line 7053 of file ecore_hsi.h.

Referenced by bxe_rxeof().

◆ tunn_inner_hdrs_offset

uint8_t eth_fast_path_rx_cqe::tunn_inner_hdrs_offset

Definition at line 7075 of file ecore_hsi.h.

◆ tunn_tenant_id

uint32_t eth_fast_path_rx_cqe::tunn_tenant_id

Definition at line 7077 of file ecore_hsi.h.

◆ tunn_type

uint8_t eth_fast_path_rx_cqe::tunn_type

Definition at line 7074 of file ecore_hsi.h.

◆ type_error_flags

uint8_t eth_fast_path_rx_cqe::type_error_flags

Definition at line 7038 of file ecore_hsi.h.

Referenced by bxe_rxeof().

◆ vlan_tag

uint16_t eth_fast_path_rx_cqe::vlan_tag

Definition at line 7069 of file ecore_hsi.h.

Referenced by bxe_rxeof(), and bxe_tpa_start().


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