Searched refs:mal_commac (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/ibm/emac/ |
D | mal.h | 170 struct mal_commac { struct 260 struct mal_commac *commac); 262 struct mal_commac *commac); 276 void mal_poll_disable(struct mal_instance *mal, struct mal_commac *commac); 277 void mal_poll_enable(struct mal_instance *mal, struct mal_commac *commac); 280 void mal_poll_add(struct mal_instance *mal, struct mal_commac *commac); 281 void mal_poll_del(struct mal_instance *mal, struct mal_commac *commac);
|
D | mal.c | 34 int mal_register_commac(struct mal_instance *mal, struct mal_commac *commac) in mal_register_commac() 64 struct mal_commac *commac) in mal_unregister_commac() 171 void mal_poll_add(struct mal_instance *mal, struct mal_commac *commac) in mal_poll_add() 187 void mal_poll_del(struct mal_instance *mal, struct mal_commac *commac) in mal_poll_del() 339 struct mal_commac *mc = list_entry(l, struct mal_commac, list); in mal_rxde() 371 void mal_poll_disable(struct mal_instance *mal, struct mal_commac *commac) in mal_poll_disable() 381 void mal_poll_enable(struct mal_instance *mal, struct mal_commac *commac) in mal_poll_enable() 405 struct mal_commac *mc = in mal_poll() 406 list_entry(l, struct mal_commac, poll_list); in mal_poll() 416 struct mal_commac *mc = in mal_poll() [all …]
|
D | core.h | 170 struct mal_commac commac;
|