FreeBSD kernel BXE device code
bxe_sw_tpa_info Struct Reference

#include <bxe.h>

Collaboration diagram for bxe_sw_tpa_info:

Data Fields

struct bxe_sw_rx_bd bd
 
bus_dma_segment_t seg
 
uint8_t state
 
uint8_t placement_offset
 
uint16_t parsing_flags
 
uint16_t vlan_tag
 
uint16_t len_on_bd
 

Detailed Description

Definition at line 526 of file bxe.h.

Field Documentation

◆ bd

struct bxe_sw_rx_bd bxe_sw_tpa_info::bd

◆ len_on_bd

uint16_t bxe_sw_tpa_info::len_on_bd

Definition at line 535 of file bxe.h.

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

◆ parsing_flags

uint16_t bxe_sw_tpa_info::parsing_flags

Definition at line 533 of file bxe.h.

Referenced by bxe_tpa_start(), and bxe_tpa_stop().

◆ placement_offset

uint8_t bxe_sw_tpa_info::placement_offset

Definition at line 532 of file bxe.h.

Referenced by bxe_tpa_start(), and bxe_tpa_stop().

◆ seg

bus_dma_segment_t bxe_sw_tpa_info::seg

Definition at line 528 of file bxe.h.

Referenced by bxe_alloc_rx_tpa_mbuf(), and bxe_tpa_start().

◆ state

uint8_t bxe_sw_tpa_info::state

Definition at line 529 of file bxe.h.

Referenced by bxe_alloc_fp_buffers(), bxe_tpa_start(), and bxe_tpa_stop().

◆ vlan_tag

uint16_t bxe_sw_tpa_info::vlan_tag

Definition at line 534 of file bxe.h.

Referenced by bxe_tpa_start(), and bxe_tpa_stop().


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