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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/ibm_newemac/
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
370 mal_poll_disable(struct mal_instance *mal, struct mal_commac *commac) argument
380 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.c245 if (unlikely(test_bit(MAL_COMMAC_RX_STOPPED, &dev->commac.flags)))
297 mal_poll_disable(dev->mal, &dev->commac);
318 mal_poll_enable(dev->mal, &dev->commac);
1005 set_bit(MAL_COMMAC_RX_STOPPED, &dev->commac.flags);
1014 clear_bit(MAL_COMMAC_RX_STOPPED, &dev->commac.flags);
1142 clear_bit(MAL_COMMAC_RX_STOPPED, &dev->commac.flags);
1173 mal_poll_add(dev->mal, &dev->commac);
1265 mal_poll_del(dev->mal, &dev->commac);
1715 if (unlikely(budget && test_bit(MAL_COMMAC_RX_STOPPED, &dev->commac.flags))) {
1730 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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/ibm_newemac/
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
370 mal_poll_disable(struct mal_instance *mal, struct mal_commac *commac) argument
380 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.c245 if (unlikely(test_bit(MAL_COMMAC_RX_STOPPED, &dev->commac.flags)))
297 mal_poll_disable(dev->mal, &dev->commac);
318 mal_poll_enable(dev->mal, &dev->commac);
1005 set_bit(MAL_COMMAC_RX_STOPPED, &dev->commac.flags);
1014 clear_bit(MAL_COMMAC_RX_STOPPED, &dev->commac.flags);
1142 clear_bit(MAL_COMMAC_RX_STOPPED, &dev->commac.flags);
1173 mal_poll_add(dev->mal, &dev->commac);
1265 mal_poll_del(dev->mal, &dev->commac);
1715 if (unlikely(budget && test_bit(MAL_COMMAC_RX_STOPPED, &dev->commac.flags))) {
1730 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 138 milliseconds