Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/cadence/
Dmacb.h768 struct macb_queue { struct
769 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