FreeBSD kernel CXGBE device code
cxgbe_rate_tag Struct Reference

#include <offload.h>

Collaboration diagram for cxgbe_rate_tag:

Data Fields

struct m_snd_tag com
 
struct adapteradapter
 
u_int flags
 
struct mtx lock
 
int port_id
 
int etid
 
struct mbufq pending_tx pending_fwack
 
int plen
 
struct sge_ofld_txqeo_txq
 
uint32_t ctrl0
 
uint16_t iqid
 
int8_t schedcl
 
uint64_t max_rate
 
uint8_t tx_total
 
uint8_t tx_credits
 
uint8_t tx_nocompl
 
uint8_t ncompl
 

Detailed Description

Definition at line 90 of file offload.h.

Field Documentation

◆ adapter

struct adapter* cxgbe_rate_tag::adapter

Definition at line 92 of file offload.h.

◆ com

struct m_snd_tag cxgbe_rate_tag::com

Definition at line 91 of file offload.h.

Referenced by mst_to_crt().

◆ ctrl0

uint32_t cxgbe_rate_tag::ctrl0

Definition at line 100 of file offload.h.

◆ eo_txq

struct sge_ofld_txq* cxgbe_rate_tag::eo_txq

Definition at line 99 of file offload.h.

◆ etid

int cxgbe_rate_tag::etid

Definition at line 96 of file offload.h.

◆ flags

u_int cxgbe_rate_tag::flags

Definition at line 93 of file offload.h.

◆ iqid

uint16_t cxgbe_rate_tag::iqid

Definition at line 101 of file offload.h.

◆ lock

struct mtx cxgbe_rate_tag::lock

Definition at line 94 of file offload.h.

◆ max_rate

uint64_t cxgbe_rate_tag::max_rate

Definition at line 103 of file offload.h.

◆ ncompl

uint8_t cxgbe_rate_tag::ncompl

Definition at line 107 of file offload.h.

◆ pending_fwack

struct mbufq pending_tx cxgbe_rate_tag::pending_fwack

Definition at line 97 of file offload.h.

◆ plen

int cxgbe_rate_tag::plen

Definition at line 98 of file offload.h.

◆ port_id

int cxgbe_rate_tag::port_id

Definition at line 95 of file offload.h.

◆ schedcl

int8_t cxgbe_rate_tag::schedcl

Definition at line 102 of file offload.h.

◆ tx_credits

uint8_t cxgbe_rate_tag::tx_credits

Definition at line 105 of file offload.h.

◆ tx_nocompl

uint8_t cxgbe_rate_tag::tx_nocompl

Definition at line 106 of file offload.h.

◆ tx_total

uint8_t cxgbe_rate_tag::tx_total

Definition at line 104 of file offload.h.


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