Searched defs:hw_txqueue (Results 1 – 3 of 3) sorted by relevance
184 struct hw_txqueue { struct185 /*volatile*/ sint head;186 /*volatile*/ sint tail;210 struct hw_txqueue be_txqueue; argument
242 struct hw_txqueue { struct243 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;
342 struct hw_txqueue { struct343 volatile sint head;344 volatile sint tail;345 volatile sint free_sz; /* in units of 64 bytes */346 volatile sint free_cmdsz;347 volatile sint txsz[8];348 uint ff_hwaddr;349 uint cmd_hwaddr;350 sint ac_tag;