FreeBSD kernel IXGBE device code
ix_rx_queue Struct Reference

#include <ixgbe.h>

Collaboration diagram for ix_rx_queue:

Data Fields

struct ixgbe_softcsc
 
u32 msix
 
u32 eitr_setting
 
struct resource * res
 
void * tag
 
int busy
 
struct rx_ring rxr
 
struct if_irq que_irq
 
u64 irqs
 

Detailed Description

Definition at line 318 of file ixgbe.h.

Field Documentation

◆ busy

int ix_rx_queue::busy

Definition at line 324 of file ixgbe.h.

◆ eitr_setting

u32 ix_rx_queue::eitr_setting

Definition at line 321 of file ixgbe.h.

Referenced by ixgbe_perform_aim().

◆ irqs

u64 ix_rx_queue::irqs

◆ msix

◆ que_irq

struct if_irq ix_rx_queue::que_irq

◆ res

struct resource* ix_rx_queue::res

Definition at line 322 of file ixgbe.h.

◆ rxr

◆ sc

◆ tag

void* ix_rx_queue::tag

Definition at line 323 of file ixgbe.h.


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