Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/rtl8712/
Drtl871x_xmit.h184 struct hw_txqueue { struct
185 /*volatile*/ sint head;
186 /*volatile*/ sint tail;
210 struct hw_txqueue be_txqueue; argument
/Linux-v5.15/drivers/staging/r8188eu/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-v5.15/drivers/staging/rtl8723bs/include/
Drtw_xmit.h331 struct hw_txqueue { struct
332 volatile signed int head;
333 volatile signed int tail;
334 volatile signed int free_sz; /* in units of 64 bytes */
335 volatile signed int free_cmdsz;
336 volatile signed int txsz[8];
337 uint ff_hwaddr;
338 uint cmd_hwaddr;
339 signed int ac_tag;