FreeBSD kernel CXGBE device code
sge_ofld_rxq Struct Reference

#include <adapter.h>

Collaboration diagram for sge_ofld_rxq:

Data Fields

struct sge_iq iq
 
struct sge_fl fl
 
counter_u64_t rx_iscsi_ddp_setup_ok
 
counter_u64_t rx_iscsi_ddp_setup_error
 
uint64_t rx_iscsi_ddp_pdus
 
uint64_t rx_iscsi_ddp_octets
 
uint64_t rx_iscsi_fl_pdus
 
uint64_t rx_iscsi_fl_octets
 
uint64_t rx_iscsi_padding_errors
 
uint64_t rx_iscsi_header_digest_errors
 
uint64_t rx_iscsi_data_digest_errors
 
u_long rx_toe_tls_records
 
u_long rx_toe_tls_octets
 

Detailed Description

Definition at line 673 of file adapter.h.

Field Documentation

◆ fl

struct sge_fl sge_ofld_rxq::fl

Definition at line 675 of file adapter.h.

Referenced by clear_stats(), quiesce_vi(), and t4_update_fl_bufsize().

◆ iq

struct sge_iq sge_ofld_rxq::iq

Definition at line 674 of file adapter.h.

Referenced by quiesce_vi(), and t4_suspend().

◆ rx_iscsi_data_digest_errors

uint64_t sge_ofld_rxq::rx_iscsi_data_digest_errors

Definition at line 684 of file adapter.h.

◆ rx_iscsi_ddp_octets

uint64_t sge_ofld_rxq::rx_iscsi_ddp_octets

Definition at line 679 of file adapter.h.

Referenced by clear_stats().

◆ rx_iscsi_ddp_pdus

uint64_t sge_ofld_rxq::rx_iscsi_ddp_pdus

Definition at line 678 of file adapter.h.

Referenced by clear_stats().

◆ rx_iscsi_ddp_setup_error

counter_u64_t sge_ofld_rxq::rx_iscsi_ddp_setup_error

Definition at line 677 of file adapter.h.

Referenced by clear_stats().

◆ rx_iscsi_ddp_setup_ok

counter_u64_t sge_ofld_rxq::rx_iscsi_ddp_setup_ok

Definition at line 676 of file adapter.h.

Referenced by clear_stats().

◆ rx_iscsi_fl_octets

uint64_t sge_ofld_rxq::rx_iscsi_fl_octets

Definition at line 681 of file adapter.h.

Referenced by clear_stats().

◆ rx_iscsi_fl_pdus

uint64_t sge_ofld_rxq::rx_iscsi_fl_pdus

Definition at line 680 of file adapter.h.

Referenced by clear_stats().

◆ rx_iscsi_header_digest_errors

uint64_t sge_ofld_rxq::rx_iscsi_header_digest_errors

Definition at line 683 of file adapter.h.

◆ rx_iscsi_padding_errors

uint64_t sge_ofld_rxq::rx_iscsi_padding_errors

Definition at line 682 of file adapter.h.

◆ rx_toe_tls_octets

u_long sge_ofld_rxq::rx_toe_tls_octets

Definition at line 686 of file adapter.h.

Referenced by clear_stats().

◆ rx_toe_tls_records

u_long sge_ofld_rxq::rx_toe_tls_records

Definition at line 685 of file adapter.h.

Referenced by clear_stats().


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