FreeBSD kernel CXGBE device code
adapter::irq Struct Reference

#include <adapter.h>

Collaboration diagram for adapter::irq:

Data Fields

struct resource * res
 
int rid
 
void * tag
 
struct sge_rxqrxq
 
struct sge_nm_rxqnm_rxq
 

Detailed Description

Definition at line 890 of file adapter.h.

Field Documentation

◆ nm_rxq

struct sge_nm_rxq* adapter::irq::nm_rxq

Definition at line 895 of file adapter.h.

◆ res

struct resource* adapter::irq::res

Definition at line 891 of file adapter.h.

◆ rid

int adapter::irq::rid

Definition at line 892 of file adapter.h.

◆ rxq

struct sge_rxq* adapter::irq::rxq

Definition at line 894 of file adapter.h.

◆ tag

void* adapter::irq::tag

Definition at line 893 of file adapter.h.


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