Searched defs:mal_instance (Results 1 – 1 of 1) sorted by relevance
187 struct mal_instance { struct188 int version;189 dcr_host_t dcr_host;191 int num_tx_chans; /* Number of TX channels */192 int num_rx_chans; /* Number of RX channels */193 int txeob_irq; /* TX End Of Buffer IRQ */194 int rxeob_irq; /* RX End Of Buffer IRQ */218 static inline u32 get_mal_dcrn(struct mal_instance *mal, int reg) in get_mal_dcrn() argument