FreeBSD kernel ATH device code
ath_tx_aggr_stats Struct Reference

#include <if_athioctl.h>

Data Fields

u_int32_t aggr_pkts [64]
 
u_int32_t aggr_single_pkt
 
u_int32_t aggr_nonbaw_pkt
 
u_int32_t aggr_aggr_pkt
 
u_int32_t aggr_baw_closed_single_pkt
 
u_int32_t aggr_low_hwq_single_pkt
 
u_int32_t aggr_sched_nopkt
 
u_int32_t aggr_rts_aggr_limited
 

Detailed Description

Definition at line 40 of file if_athioctl.h.

Field Documentation

◆ aggr_aggr_pkt

u_int32_t ath_tx_aggr_stats::aggr_aggr_pkt

Definition at line 44 of file if_athioctl.h.

Referenced by ath_sysctl_txagg(), and ath_tx_tid_hw_queue_aggr().

◆ aggr_baw_closed_single_pkt

u_int32_t ath_tx_aggr_stats::aggr_baw_closed_single_pkt

Definition at line 45 of file if_athioctl.h.

Referenced by ath_sysctl_txagg(), and ath_tx_tid_hw_queue_aggr().

◆ aggr_low_hwq_single_pkt

u_int32_t ath_tx_aggr_stats::aggr_low_hwq_single_pkt

Definition at line 46 of file if_athioctl.h.

Referenced by ath_sysctl_txagg(), and ath_tx_xmit_aggr().

◆ aggr_nonbaw_pkt

u_int32_t ath_tx_aggr_stats::aggr_nonbaw_pkt

Definition at line 43 of file if_athioctl.h.

Referenced by ath_sysctl_txagg(), and ath_tx_tid_hw_queue_aggr().

◆ aggr_pkts

u_int32_t ath_tx_aggr_stats::aggr_pkts[64]

Definition at line 41 of file if_athioctl.h.

Referenced by ath_sysctl_txagg(), and ath_tx_tid_hw_queue_aggr().

◆ aggr_rts_aggr_limited

u_int32_t ath_tx_aggr_stats::aggr_rts_aggr_limited

Definition at line 48 of file if_athioctl.h.

Referenced by ath_sysctl_txagg(), and ath_tx_tid_hw_queue_aggr().

◆ aggr_sched_nopkt

u_int32_t ath_tx_aggr_stats::aggr_sched_nopkt

Definition at line 47 of file if_athioctl.h.

Referenced by ath_sysctl_txagg(), and ath_txq_sched().

◆ aggr_single_pkt

u_int32_t ath_tx_aggr_stats::aggr_single_pkt

Definition at line 42 of file if_athioctl.h.

Referenced by ath_sysctl_txagg(), and ath_tx_tid_hw_queue_aggr().


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