/* Adjusted size of the device internal TX buffer. */
u16 tx_devq_size; /* Used octets of the device internal TX buffer. */
u16 tx_devq_used; /* Used packet slots in the device internal TX buffer. */
u8 tx_devq_packets; /* Packets from the txfree list can * be taken on incoming TX requests.
*/ struct list_head txfree; unsignedint nr_txfree; /* Packets on the txqueue are queued, * but not completely written to the chip, yet.
*/ struct list_head txqueue; /* Packets on the txrunning queue are completely * posted to the device. We are waiting for the txstatus.
*/ struct list_head txrunning; struct tasklet_struct txtask; struct b43legacy_pio_txpacket
tx_packets_cache[B43legacy_PIO_MAXTXPACKETS];
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.