Searched refs:commac (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/ibm/emac/ |
| A D | mal.c | 39 commac->tx_chan_mask, commac->rx_chan_mask); in mal_register_commac() 52 mal->tx_chan_mask |= commac->tx_chan_mask; in mal_register_commac() 53 mal->rx_chan_mask |= commac->rx_chan_mask; in mal_register_commac() 54 list_add(&commac->list, &mal->list); in mal_register_commac() 62 struct mal_commac *commac) in mal_unregister_commac() argument 69 commac->tx_chan_mask, commac->rx_chan_mask); in mal_unregister_commac() 71 mal->tx_chan_mask &= ~commac->tx_chan_mask; in mal_unregister_commac() 73 list_del_init(&commac->list); in mal_unregister_commac() 175 MAL_DBG(mal, "poll_add(%p)" NL, commac); in mal_poll_add() 191 MAL_DBG(mal, "poll_del(%p)" NL, commac); in mal_poll_del() [all …]
|
| A D | mal.h | 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);
|
| A D | core.c | 301 mal_poll_disable(dev->mal, &dev->commac); in emac_netif_stop() 322 mal_poll_enable(dev->mal, &dev->commac); in emac_netif_start() 1098 set_bit(MAL_COMMAC_RX_STOPPED, &dev->commac.flags); in emac_resize_rx_ring() 1282 mal_poll_add(dev->mal, &dev->commac); in emac_open() 1405 mal_poll_del(dev->mal, &dev->commac); in emac_close() 3107 dev->commac.ops = &emac_commac_ops; in emac_probe() 3108 dev->commac.dev = dev; in emac_probe() 3111 err = mal_register_commac(dev->mal, &dev->commac); in emac_probe() 3177 dev->commac.ops = &emac_commac_sg_ops; in emac_probe() 3230 mal_unregister_commac(dev->mal, &dev->commac); in emac_probe() [all …]
|
| A D | core.h | 171 struct mal_commac commac; member
|
Completed in 21 milliseconds