FreeBSD kernel CXGBE device code
sge_rxq Struct Reference

#include <adapter.h>

Collaboration diagram for sge_rxq:

Data Fields

struct sge_iq iq
 
struct sge_fl fl
 
struct ifnet * ifp
 
struct lro_ctrl lro
 
uint64_t rxcsum
 
uint64_t vlan_extraction
 
uint64_t vxlan_rxcsum
 

Detailed Description

Definition at line 648 of file adapter.h.

Field Documentation

◆ fl

struct sge_fl sge_rxq::fl

◆ ifp

struct ifnet* sge_rxq::ifp

Definition at line 652 of file adapter.h.

Referenced by alloc_rxq(), and eth_rx().

◆ iq

◆ lro

struct lro_ctrl sge_rxq::lro

◆ rxcsum

uint64_t sge_rxq::rxcsum

Definition at line 657 of file adapter.h.

Referenced by add_rxq_sysctls(), clear_stats(), eth_rx(), and t4vf_ioctl().

◆ vlan_extraction

uint64_t sge_rxq::vlan_extraction

Definition at line 658 of file adapter.h.

Referenced by add_rxq_sysctls(), clear_stats(), eth_rx(), and t4vf_ioctl().

◆ vxlan_rxcsum

uint64_t sge_rxq::vxlan_rxcsum

Definition at line 659 of file adapter.h.

Referenced by add_rxq_sysctls(), clear_stats(), and eth_rx().


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