Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/realtek/
D8139cp.c288 cp_rx_intr_mask = RxOK | RxErr | RxEmpty | RxFIFOOvr, enumerator
289 cp_intr_mask = cp_rx_intr_mask | cp_norx_intr_mask,
472 cpw16(IntrStatus, cp_rx_intr_mask); in cp_rx_poll()
562 if (cpr16(IntrStatus) & cp_rx_intr_mask) in cp_rx_poll()
597 cpw16(IntrStatus, status & ~cp_rx_intr_mask); in cp_interrupt()