Searched defs:hw_txqueue (Results 1 – 3 of 3) sorted by relevance
184 struct hw_txqueue { struct185 sint head;186 sint tail;210 struct hw_txqueue be_txqueue; argument
241 struct hw_txqueue { struct242 volatile int head;243 volatile int tail;244 volatile int free_sz; /* in units of 64 bytes */245 volatile int free_cmdsz;246 volatile int txsz[8];247 uint ff_hwaddr;248 uint cmd_hwaddr;249 int ac_tag;
331 struct hw_txqueue { struct332 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;
Completed in 9 milliseconds