FreeBSD kernel IXGBE device code
ixgbe_vf Struct Reference

#include <ixgbe.h>

Data Fields

u_int pool
 
u_int rar_index
 
u_int maximum_frame_size
 
uint32_t flags
 
uint8_t ether_addr [ETHER_ADDR_LEN]
 
uint16_t mc_hash [IXGBE_MAX_VF_MC]
 
uint16_t num_mc_hashes
 
uint16_t default_vlan
 
uint16_t vlan_tag
 
uint16_t api_ver
 

Detailed Description

Definition at line 338 of file ixgbe.h.

Field Documentation

◆ api_ver

uint16_t ixgbe_vf::api_ver

Definition at line 348 of file ixgbe.h.

◆ default_vlan

uint16_t ixgbe_vf::default_vlan

Definition at line 346 of file ixgbe.h.

◆ ether_addr

uint8_t ixgbe_vf::ether_addr[ETHER_ADDR_LEN]

Definition at line 343 of file ixgbe.h.

◆ flags

uint32_t ixgbe_vf::flags

Definition at line 342 of file ixgbe.h.

◆ maximum_frame_size

u_int ixgbe_vf::maximum_frame_size

Definition at line 341 of file ixgbe.h.

◆ mc_hash

uint16_t ixgbe_vf::mc_hash[IXGBE_MAX_VF_MC]

Definition at line 344 of file ixgbe.h.

◆ num_mc_hashes

uint16_t ixgbe_vf::num_mc_hashes

Definition at line 345 of file ixgbe.h.

◆ pool

u_int ixgbe_vf::pool

Definition at line 339 of file ixgbe.h.

◆ rar_index

u_int ixgbe_vf::rar_index

Definition at line 340 of file ixgbe.h.

◆ vlan_tag

uint16_t ixgbe_vf::vlan_tag

Definition at line 347 of file ixgbe.h.


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