Symbol: mal_instance
drivers/net/ethernet/ibm/emac/core.h
169
struct mal_instance *mal;
drivers/net/ethernet/ibm/emac/mal.c
100
int mal_tx_bd_offset(struct mal_instance *mal, int channel)
drivers/net/ethernet/ibm/emac/mal.c
107
int mal_rx_bd_offset(struct mal_instance *mal, int channel)
drivers/net/ethernet/ibm/emac/mal.c
113
void mal_enable_tx_channel(struct mal_instance *mal, int channel)
drivers/net/ethernet/ibm/emac/mal.c
127
void mal_disable_tx_channel(struct mal_instance *mal, int channel)
drivers/net/ethernet/ibm/emac/mal.c
134
void mal_enable_rx_channel(struct mal_instance *mal, int channel)
drivers/net/ethernet/ibm/emac/mal.c
156
void mal_disable_rx_channel(struct mal_instance *mal, int channel)
drivers/net/ethernet/ibm/emac/mal.c
171
void mal_poll_add(struct mal_instance *mal, struct mal_commac *commac)
drivers/net/ethernet/ibm/emac/mal.c
187
void mal_poll_del(struct mal_instance *mal, struct mal_commac *commac)
drivers/net/ethernet/ibm/emac/mal.c
201
static inline void mal_enable_eob_irq(struct mal_instance *mal)
drivers/net/ethernet/ibm/emac/mal.c
210
static inline void mal_disable_eob_irq(struct mal_instance *mal)
drivers/net/ethernet/ibm/emac/mal.c
220
struct mal_instance *mal = dev_instance;
drivers/net/ethernet/ibm/emac/mal.c
260
static inline void mal_schedule_poll(struct mal_instance *mal)
drivers/net/ethernet/ibm/emac/mal.c
274
struct mal_instance *mal = dev_instance;
drivers/net/ethernet/ibm/emac/mal.c
294
struct mal_instance *mal = dev_instance;
drivers/net/ethernet/ibm/emac/mal.c
314
struct mal_instance *mal = dev_instance;
drivers/net/ethernet/ibm/emac/mal.c
331
struct mal_instance *mal = dev_instance;
drivers/net/ethernet/ibm/emac/mal.c
34
int mal_register_commac(struct mal_instance *mal, struct mal_commac *commac)
drivers/net/ethernet/ibm/emac/mal.c
354
struct mal_instance *mal = dev_instance;
drivers/net/ethernet/ibm/emac/mal.c
371
void mal_poll_disable(struct mal_instance *mal, struct mal_commac *commac)
drivers/net/ethernet/ibm/emac/mal.c
381
void mal_poll_enable(struct mal_instance *mal, struct mal_commac *commac)
drivers/net/ethernet/ibm/emac/mal.c
396
struct mal_instance *mal = container_of(napi, struct mal_instance, napi);
drivers/net/ethernet/ibm/emac/mal.c
460
static void mal_reset(struct mal_instance *mal)
drivers/net/ethernet/ibm/emac/mal.c
476
int mal_get_regs_len(struct mal_instance *mal)
drivers/net/ethernet/ibm/emac/mal.c
482
void *mal_dump_regs(struct mal_instance *mal, void *buf)
drivers/net/ethernet/ibm/emac/mal.c
518
struct mal_instance *mal;
drivers/net/ethernet/ibm/emac/mal.c
527
mal = devm_kzalloc(&ofdev->dev, sizeof(struct mal_instance),
drivers/net/ethernet/ibm/emac/mal.c
63
void mal_unregister_commac(struct mal_instance *mal,
drivers/net/ethernet/ibm/emac/mal.c
701
struct mal_instance *mal = platform_get_drvdata(ofdev);
drivers/net/ethernet/ibm/emac/mal.c
82
int mal_set_rcbs(struct mal_instance *mal, int channel, unsigned long size)
drivers/net/ethernet/ibm/emac/mal.h
213
static inline u32 get_mal_dcrn(struct mal_instance *mal, int reg)
drivers/net/ethernet/ibm/emac/mal.h
218
static inline void set_mal_dcrn(struct mal_instance *mal, int reg, u32 val)
drivers/net/ethernet/ibm/emac/mal.h
248
static inline int mal_has_feature(struct mal_instance *dev,
drivers/net/ethernet/ibm/emac/mal.h
259
int mal_register_commac(struct mal_instance *mal,
drivers/net/ethernet/ibm/emac/mal.h
261
void mal_unregister_commac(struct mal_instance *mal,
drivers/net/ethernet/ibm/emac/mal.h
263
int mal_set_rcbs(struct mal_instance *mal, int channel, unsigned long size);
drivers/net/ethernet/ibm/emac/mal.h
268
int mal_tx_bd_offset(struct mal_instance *mal, int channel);
drivers/net/ethernet/ibm/emac/mal.h
269
int mal_rx_bd_offset(struct mal_instance *mal, int channel);
drivers/net/ethernet/ibm/emac/mal.h
271
void mal_enable_tx_channel(struct mal_instance *mal, int channel);
drivers/net/ethernet/ibm/emac/mal.h
272
void mal_disable_tx_channel(struct mal_instance *mal, int channel);
drivers/net/ethernet/ibm/emac/mal.h
273
void mal_enable_rx_channel(struct mal_instance *mal, int channel);
drivers/net/ethernet/ibm/emac/mal.h
274
void mal_disable_rx_channel(struct mal_instance *mal, int channel);
drivers/net/ethernet/ibm/emac/mal.h
276
void mal_poll_disable(struct mal_instance *mal, struct mal_commac *commac);
drivers/net/ethernet/ibm/emac/mal.h
277
void mal_poll_enable(struct mal_instance *mal, struct mal_commac *commac);
drivers/net/ethernet/ibm/emac/mal.h
280
void mal_poll_add(struct mal_instance *mal, struct mal_commac *commac);
drivers/net/ethernet/ibm/emac/mal.h
281
void mal_poll_del(struct mal_instance *mal, struct mal_commac *commac);
drivers/net/ethernet/ibm/emac/mal.h
304
int mal_get_regs_len(struct mal_instance *mal);
drivers/net/ethernet/ibm/emac/mal.h
305
void *mal_dump_regs(struct mal_instance *mal, void *buf);