Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8712/
Drtl871x_xmit.h196 struct hw_txqueue { struct
197 /*volatile*/ sint head;
198 /*volatile*/ sint tail;
222 struct hw_txqueue be_txqueue; argument
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Drtw_xmit.h242 struct hw_txqueue { struct
243 volatile int head;
244 volatile int tail;
245 volatile int free_sz; /* in units of 64 bytes */
246 volatile int free_cmdsz;
247 volatile int txsz[8];
248 uint ff_hwaddr;
249 uint cmd_hwaddr;
250 int ac_tag;
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_xmit.h341 struct hw_txqueue { struct
342 volatile sint head;
343 volatile sint tail;
344 volatile sint free_sz; /* in units of 64 bytes */
345 volatile sint free_cmdsz;
346 volatile sint txsz[8];
347 uint ff_hwaddr;
348 uint cmd_hwaddr;
349 sint ac_tag;