Searched defs:mal_instance (Results 1 – 1 of 1) sorted by relevance
182 struct mal_instance { struct183 int version;184 dcr_host_t dcr_host;186 int num_tx_chans; /* Number of TX channels */187 int num_rx_chans; /* Number of RX channels */188 int txeob_irq; /* TX End Of Buffer IRQ */189 int rxeob_irq; /* RX End Of Buffer IRQ */213 static inline u32 get_mal_dcrn(struct mal_instance *mal, int reg) in get_mal_dcrn() argument