Home
last modified time | relevance | path

Searched defs:hw_txqueue (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/staging/rtl8712/
Drtl871x_xmit.h192 struct hw_txqueue { struct
193 /*volatile*/ sint head;
194 /*volatile*/ sint tail;
195 /*volatile*/ sint free_sz; /*in units of 64 bytes*/
196 /*volatile*/ sint free_cmdsz;
220 struct hw_txqueue be_txqueue; argument