Searched defs:macb_queue (Results 1 – 1 of 1) sorted by relevance
768 struct macb_queue { struct769 struct macb *bp;770 int irq;772 unsigned int ISR;773 unsigned int IER;774 unsigned int IDR;775 unsigned int IMR;776 unsigned int TBQP;778 unsigned int tx_head, tx_tail;802 struct macb_queue queues[MACB_MAX_QUEUES]; argument