Searched defs:hw_txqueue (Results 1 – 2 of 2) sorted by relevance
184 struct hw_txqueue { struct185 sint head;186 sint tail;210 struct hw_txqueue be_txqueue; argument
321 struct hw_txqueue { struct322 volatile signed int head;323 volatile signed int tail;324 volatile signed int free_sz; /* in units of 64 bytes */325 volatile signed int free_cmdsz;326 volatile signed int txsz[8];327 uint ff_hwaddr;328 uint cmd_hwaddr;329 signed int ac_tag;