Searched defs:mal_instance (Results 1 – 1 of 1) sorted by relevance
191 struct mal_instance { struct192 int version;193 dcr_host_t dcr_host;195 int num_tx_chans; /* Number of TX channels */196 int num_rx_chans; /* Number of RX channels */197 int txeob_irq; /* TX End Of Buffer IRQ */198 int rxeob_irq; /* RX End Of Buffer IRQ */222 static inline u32 get_mal_dcrn(struct mal_instance *mal, int reg) in get_mal_dcrn() argument