Searched defs:hw_txqueue (Results 1 – 2 of 2) sorted by relevance
196 struct hw_txqueue { struct197 /*volatile*/ sint head;198 /*volatile*/ sint tail;222 struct hw_txqueue be_txqueue; argument
247 struct hw_txqueue { struct248 volatile int head;249 volatile int tail;250 volatile int free_sz; /* in units of 64 bytes */251 volatile int free_cmdsz;252 volatile int txsz[8];253 uint ff_hwaddr;254 uint cmd_hwaddr;255 int ac_tag;