Home
last modified time | relevance | path

Searched refs:ethoc_ack_irq (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Dethoc.c240 static inline void ethoc_ack_irq(struct ethoc *priv, u32 mask) in ethoc_ack_irq() function
325 ethoc_ack_irq(priv, INT_MASK_ALL); in ethoc_reset()
425 ethoc_ack_irq(priv, pending); in ethoc_is_new_packet_received()
498 ethoc_ack_irq(priv, pending & ~INT_MASK_RX); in ethoc_send_common()
/openbmc/linux/drivers/net/ethernet/
H A Dethoc.c283 static inline void ethoc_ack_irq(struct ethoc *dev, u32 mask) in ethoc_ack_irq() function
367 ethoc_ack_irq(dev, INT_MASK_ALL); in ethoc_reset()
432 ethoc_ack_irq(priv, INT_MASK_RX); in ethoc_rx()
526 ethoc_ack_irq(priv, INT_MASK_TX); in ethoc_tx()
572 ethoc_ack_irq(priv, pending); in ethoc_interrupt()