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
236 struct hw_txqueue { struct237 volatile int head;238 volatile int tail;239 volatile int free_sz; /* in units of 64 bytes */240 volatile int free_cmdsz;241 volatile int txsz[8];242 uint ff_hwaddr;243 uint cmd_hwaddr;244 int ac_tag;
338 struct hw_txqueue { struct339 volatile sint head;340 volatile sint tail;341 volatile sint free_sz; /* in units of 64 bytes */342 volatile sint free_cmdsz;343 volatile sint txsz[8];344 uint ff_hwaddr;345 uint cmd_hwaddr;346 sint ac_tag;