Home
last modified time | relevance | path

Searched defs:malo_txq (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo.h483 struct malo_txq { struct
484 struct malo_descdma dma; /* bus dma resources */
485 struct mtx lock; /* tx q lock */
486 char name[12]; /* e.g. "malo0_txq4" */
487 int qnum; /* f/w q number */
488 int txpri; /* f/w tx priority */
489 int nfree; /* # buffers on free list */
490 malo_txbufhead free; /* queue of free buffers */
491 malo_txbufhead active; /* queue of active buffers */
553 struct malo_txq malo_txq[MALO_NUM_TX_QUEUES]; member