FreeBSD kernel IXGBE device code
rx_ring Struct Reference

#include <ixgbe.h>

Collaboration diagram for rx_ring:

Data Fields

struct ix_rx_queueque
 
struct ixgbe_softcsc
 
u32 me
 
u32 tail
 
union ixgbe_adv_rx_descrx_base
 
bool hw_rsc
 
bool vtag_strip
 
uint64_t rx_paddr
 
bus_dma_tag_t ptag
 
u32 bytes
 
u32 packets
 
u64 rx_irq
 
u64 rx_copies
 
u64 rx_packets
 
u64 rx_bytes
 
u64 rx_discarded
 
u64 rsc_num
 
u64 flm
 

Detailed Description

Definition at line 288 of file ixgbe.h.

Field Documentation

◆ bytes

u32 rx_ring::bytes

◆ flm

u64 rx_ring::flm

Definition at line 311 of file ixgbe.h.

◆ hw_rsc

bool rx_ring::hw_rsc

Definition at line 294 of file ixgbe.h.

◆ me

◆ packets

u32 rx_ring::packets

Definition at line 300 of file ixgbe.h.

Referenced by ixgbe_isc_rxd_pkt_get(), and ixgbe_perform_aim().

◆ ptag

bus_dma_tag_t rx_ring::ptag

Definition at line 297 of file ixgbe.h.

◆ que

◆ rsc_num

u64 rx_ring::rsc_num

Definition at line 308 of file ixgbe.h.

◆ rx_base

◆ rx_bytes

u64 rx_ring::rx_bytes

Definition at line 306 of file ixgbe.h.

Referenced by ixgbe_add_hw_stats(), ixgbe_isc_rxd_pkt_get(), and ixv_add_stats_sysctls().

◆ rx_copies

u64 rx_ring::rx_copies

Definition at line 304 of file ixgbe.h.

Referenced by ixgbe_add_hw_stats().

◆ rx_discarded

u64 rx_ring::rx_discarded

Definition at line 307 of file ixgbe.h.

Referenced by ixgbe_add_hw_stats(), ixgbe_isc_rxd_pkt_get(), and ixv_add_stats_sysctls().

◆ rx_irq

u64 rx_ring::rx_irq

Definition at line 303 of file ixgbe.h.

◆ rx_packets

u64 rx_ring::rx_packets

Definition at line 305 of file ixgbe.h.

Referenced by ixgbe_add_hw_stats(), ixgbe_isc_rxd_pkt_get(), and ixv_add_stats_sysctls().

◆ rx_paddr

uint64_t rx_ring::rx_paddr

◆ sc

◆ tail

◆ vtag_strip

bool rx_ring::vtag_strip

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