Searched refs:mal_commac (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/ibm/emac/ |
D | mal.h | 175 struct mal_commac { struct 265 struct mal_commac *commac); 267 struct mal_commac *commac); 281 void mal_poll_disable(struct mal_instance *mal, struct mal_commac *commac); 282 void mal_poll_enable(struct mal_instance *mal, struct mal_commac *commac); 285 void mal_poll_add(struct mal_instance *mal, struct mal_commac *commac); 286 void mal_poll_del(struct mal_instance *mal, struct mal_commac *commac);
|
D | mal.c | 37 int mal_register_commac(struct mal_instance *mal, struct mal_commac *commac) in mal_register_commac() 67 struct mal_commac *commac) in mal_unregister_commac() 174 void mal_poll_add(struct mal_instance *mal, struct mal_commac *commac) in mal_poll_add() 190 void mal_poll_del(struct mal_instance *mal, struct mal_commac *commac) in mal_poll_del() 342 struct mal_commac *mc = list_entry(l, struct mal_commac, list); in mal_rxde() 374 void mal_poll_disable(struct mal_instance *mal, struct mal_commac *commac) in mal_poll_disable() 384 void mal_poll_enable(struct mal_instance *mal, struct mal_commac *commac) in mal_poll_enable() 408 struct mal_commac *mc = in mal_poll() 409 list_entry(l, struct mal_commac, poll_list); in mal_poll() 419 struct mal_commac *mc = in mal_poll() [all …]
|
D | core.h | 181 struct mal_commac commac;
|