FreeBSD kernel IXGBE device code
ixgbe_atr_hash_dword Union Reference

#include <ixgbe_type.h>

Data Fields

struct {
   u8   vm_pool
 
   u8   flow_type
 
   __be16   vlan_id
 
formatted
 
__be32 ip
 
struct {
   __be16   src
 
   __be16   dst
 
port
 
__be16 flex_bytes
 
__be32 dword
 

Detailed Description

Definition at line 3607 of file ixgbe_type.h.

Field Documentation

◆ dst

__be16 ixgbe_atr_hash_dword::dst

Definition at line 3616 of file ixgbe_type.h.

◆ dword

__be32 ixgbe_atr_hash_dword::dword

Definition at line 3619 of file ixgbe_type.h.

Referenced by ixgbe_atr_compute_sig_hash_82599().

◆ flex_bytes

__be16 ixgbe_atr_hash_dword::flex_bytes

Definition at line 3618 of file ixgbe_type.h.

◆ flow_type

u8 ixgbe_atr_hash_dword::flow_type

Definition at line 3610 of file ixgbe_type.h.

Referenced by ixgbe_fdir_add_signature_filter_82599().

◆ 

struct { ... } ixgbe_atr_hash_dword::formatted

◆ ip

__be32 ixgbe_atr_hash_dword::ip

Definition at line 3613 of file ixgbe_type.h.

◆ 

struct { ... } ixgbe_atr_hash_dword::port

◆ src

__be16 ixgbe_atr_hash_dword::src

Definition at line 3615 of file ixgbe_type.h.

◆ vlan_id

__be16 ixgbe_atr_hash_dword::vlan_id

Definition at line 3611 of file ixgbe_type.h.

◆ vm_pool

u8 ixgbe_atr_hash_dword::vm_pool

Definition at line 3609 of file ixgbe_type.h.


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