Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/ibm/emac/
Dmal.c37 int mal_register_commac(struct mal_instance *mal, struct mal_commac *commac) in mal_register_commac()
66 void mal_unregister_commac(struct mal_instance *mal, in mal_unregister_commac()
85 int mal_set_rcbs(struct mal_instance *mal, int channel, unsigned long size) in mal_set_rcbs()
103 int mal_tx_bd_offset(struct mal_instance *mal, int channel) in mal_tx_bd_offset()
110 int mal_rx_bd_offset(struct mal_instance *mal, int channel) in mal_rx_bd_offset()
116 void mal_enable_tx_channel(struct mal_instance *mal, int channel) in mal_enable_tx_channel()
130 void mal_disable_tx_channel(struct mal_instance *mal, int channel) in mal_disable_tx_channel()
137 void mal_enable_rx_channel(struct mal_instance *mal, int channel) in mal_enable_rx_channel()
159 void mal_disable_rx_channel(struct mal_instance *mal, int channel) in mal_disable_rx_channel()
174 void mal_poll_add(struct mal_instance *mal, struct mal_commac *commac) in mal_poll_add()
[all …]
Dmal.h218 static inline u32 get_mal_dcrn(struct mal_instance *mal, int reg) in get_mal_dcrn()
223 static inline void set_mal_dcrn(struct mal_instance *mal, int reg, u32 val) in set_mal_dcrn()
Dcore.h179 struct mal_instance *mal; member