FreeBSD kernel usb device Code
run_endpoint_queue Struct Reference

#include <if_runvar.h>

Collaboration diagram for run_endpoint_queue:

Data Fields

struct run_tx_data tx_data [RUN_TX_RING_COUNT]
 
struct run_tx_data_head tx_qh
 
struct run_tx_data_head tx_fh
 
uint32_t tx_nfree
 

Detailed Description

Definition at line 151 of file if_runvar.h.

Field Documentation

◆ tx_data

struct run_tx_data run_endpoint_queue::tx_data[RUN_TX_RING_COUNT]

Definition at line 152 of file if_runvar.h.

Referenced by run_setup_tx_list(), and run_unsetup_tx_list().

◆ tx_fh

struct run_tx_data_head run_endpoint_queue::tx_fh

◆ tx_nfree

uint32_t run_endpoint_queue::tx_nfree

◆ tx_qh

struct run_tx_data_head run_endpoint_queue::tx_qh

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