FreeBSD kernel CXGBE device code
iq_desc Struct Reference

#include <adapter.h>

Collaboration diagram for iq_desc:

Data Fields

struct rss_header rss
 
uint8_t cpl [IQ_PAD]
 
struct rsp_ctrl rsp
 

Detailed Description

Definition at line 368 of file adapter.h.

Field Documentation

◆ cpl

uint8_t iq_desc::cpl[IQ_PAD]

Definition at line 370 of file adapter.h.

◆ rsp

struct rsp_ctrl iq_desc::rsp

Definition at line 371 of file adapter.h.

Referenced by eth_rx(), service_iq(), and service_iq_fl().

◆ rss

struct rss_header iq_desc::rss

Definition at line 369 of file adapter.h.

Referenced by eth_rx(), service_iq(), and service_iq_fl().


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