Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/ibm/emac/
H A Dmal.c34 int mal_register_commac(struct mal_instance *mal, struct mal_commac *commac) in mal_register_commac()
63 void mal_unregister_commac(struct mal_instance *mal, in mal_unregister_commac()
82 int mal_set_rcbs(struct mal_instance *mal, int channel, unsigned long size) in mal_set_rcbs()
100 int mal_tx_bd_offset(struct mal_instance *mal, int channel) in mal_tx_bd_offset()
107 int mal_rx_bd_offset(struct mal_instance *mal, int channel) in mal_rx_bd_offset()
113 void mal_enable_tx_channel(struct mal_instance *mal, int channel) in mal_enable_tx_channel()
127 void mal_disable_tx_channel(struct mal_instance *mal, int channel) in mal_disable_tx_channel()
134 void mal_enable_rx_channel(struct mal_instance *mal, int channel) in mal_enable_rx_channel()
156 void mal_disable_rx_channel(struct mal_instance *mal, int channel) in mal_disable_rx_channel()
171 void mal_poll_add(struct mal_instance *mal, struct mal_commac *commac) in mal_poll_add()
[all …]
H A Dmal.h213 static inline u32 get_mal_dcrn(struct mal_instance *mal, int reg) in get_mal_dcrn()
218 static inline void set_mal_dcrn(struct mal_instance *mal, int reg, u32 val) in set_mal_dcrn()
H A Dcore.h169 struct mal_instance *mal; member