Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h454 #define E1000_ICS_RXDMT0 E1000_ICR_RXDMT0 /* Rx desc min. threshold */ macro
H A Dnetdev.c5384 ew32(ICS, E1000_ICS_RXDMT0); in e1000_watchdog_task()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_defines.h444 #define E1000_ICS_RXDMT0 E1000_ICR_RXDMT0 /* rx desc min. threshold */ macro
H A Digb_main.c5722 wr32(E1000_ICS, E1000_ICS_RXDMT0); in igb_watchdog_task()
/openbmc/qemu/hw/net/
H A De1000x_regs.h379 #define E1000_ICS_RXDMT0 E1000_ICR_RXDMT0 /* rx desc min. threshold */ macro
H A De1000.c1007 n |= E1000_ICS_RXDMT0; in e1000_receive_iov()
H A De1000e_core.c759 return E1000_ICS_RXT0 | (min_threshold_hit ? E1000_ICS_RXDMT0 : 0); in e1000e_rx_wb_interrupt_cause()
H A Digb_core.c2090 causes |= E1000_ICS_RXDMT0; in igb_receive_internal()
/openbmc/u-boot/drivers/net/
H A De1000.h1425 #define E1000_ICS_RXDMT0 E1000_ICR_RXDMT0 /* rx desc min. threshold */ macro
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h1724 #define E1000_ICS_RXDMT0 E1000_ICR_RXDMT0 /* rx desc min. threshold */ macro
H A De1000_main.c2543 ew32(ICS, E1000_ICS_RXDMT0); in e1000_watchdog()