Searched refs:commac (Results 1 – 4 of 4) sorted by relevance
| /drivers/net/ethernet/ibm/emac/ |
| A D | mal.c | 41 commac->tx_chan_mask, commac->rx_chan_mask); in mal_register_commac() 54 mal->tx_chan_mask |= commac->tx_chan_mask; in mal_register_commac() 55 mal->rx_chan_mask |= commac->rx_chan_mask; in mal_register_commac() 56 list_add(&commac->list, &mal->list); in mal_register_commac() 64 struct mal_commac *commac) in mal_unregister_commac() argument 71 commac->tx_chan_mask, commac->rx_chan_mask); in mal_unregister_commac() 73 mal->tx_chan_mask &= ~commac->tx_chan_mask; in mal_unregister_commac() 75 list_del_init(&commac->list); in mal_unregister_commac() 177 MAL_DBG(mal, "poll_add(%p)" NL, commac); in mal_poll_add() 193 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 | 293 mal_poll_disable(dev->mal, &dev->commac); in emac_netif_stop() 314 mal_poll_enable(dev->mal, &dev->commac); in emac_netif_start() 1088 set_bit(MAL_COMMAC_RX_STOPPED, &dev->commac.flags); in emac_resize_rx_ring() 1264 mal_poll_add(dev->mal, &dev->commac); in emac_open() 1385 mal_poll_del(dev->mal, &dev->commac); in emac_close() 3066 dev->commac.ops = &emac_commac_ops; in emac_probe() 3067 dev->commac.dev = dev; in emac_probe() 3070 err = mal_register_commac(dev->mal, &dev->commac); in emac_probe() 3136 dev->commac.ops = &emac_commac_sg_ops; in emac_probe() 3185 mal_unregister_commac(dev->mal, &dev->commac); in emac_probe() [all …]
|
| A D | core.h | 170 struct mal_commac commac; member
|
Completed in 15 milliseconds