Searched refs:commac (Results 1 - 5 of 5) sorted by relevance

/drivers/net/ethernet/ibm/emac/
H A Dmal.c37 struct mal_commac *commac)
44 commac->tx_chan_mask, commac->rx_chan_mask);
47 if ((mal->tx_chan_mask & commac->tx_chan_mask) ||
48 (mal->rx_chan_mask & commac->rx_chan_mask)) {
57 mal->tx_chan_mask |= commac->tx_chan_mask;
58 mal->rx_chan_mask |= commac->rx_chan_mask;
59 list_add(&commac->list, &mal->list);
67 struct mal_commac *commac)
74 commac
36 mal_register_commac(struct mal_instance *mal, struct mal_commac *commac) argument
66 mal_unregister_commac(struct mal_instance *mal, struct mal_commac *commac) argument
174 mal_poll_add(struct mal_instance *mal, struct mal_commac *commac) argument
190 mal_poll_del(struct mal_instance *mal, struct mal_commac *commac) argument
372 mal_poll_disable(struct mal_instance *mal, struct mal_commac *commac) argument
382 mal_poll_enable(struct mal_instance *mal, struct mal_commac *commac) argument
[all...]
H A Dmal.h269 struct mal_commac *commac);
271 struct mal_commac *commac);
285 void mal_poll_disable(struct mal_instance *mal, struct mal_commac *commac);
286 void mal_poll_enable(struct mal_instance *mal, struct mal_commac *commac);
289 void mal_poll_add(struct mal_instance *mal, struct mal_commac *commac);
290 void mal_poll_del(struct mal_instance *mal, struct mal_commac *commac);
H A Dcore.c258 if (unlikely(test_bit(MAL_COMMAC_RX_STOPPED, &dev->commac.flags)))
310 mal_poll_disable(dev->mal, &dev->commac);
331 mal_poll_enable(dev->mal, &dev->commac);
1032 set_bit(MAL_COMMAC_RX_STOPPED, &dev->commac.flags);
1041 clear_bit(MAL_COMMAC_RX_STOPPED, &dev->commac.flags);
1169 clear_bit(MAL_COMMAC_RX_STOPPED, &dev->commac.flags);
1200 mal_poll_add(dev->mal, &dev->commac);
1323 mal_poll_del(dev->mal, &dev->commac);
1773 if (unlikely(budget && test_bit(MAL_COMMAC_RX_STOPPED, &dev->commac.flags))) {
1788 clear_bit(MAL_COMMAC_RX_STOPPED, &dev->commac
[all...]
H A Dcore.h182 struct mal_commac commac; member in struct:emac_instance
H A Ddebug.c53 p->rx_slot, p->commac.flags, p->rx_skb_size,

Completed in 256 milliseconds