Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/igc/base/
H A Digc_defines.h526 #define IGC_ICR_LSC 0x00000004 /* Link Status Change */ macro
597 #define IGC_IMS_LSC IGC_ICR_LSC /* Link Status Change */
632 #define IGC_ICS_LSC IGC_ICR_LSC /* Link Status Change */
/f-stack/dpdk/drivers/net/igc/
H A Digc_ethdev.c430 if (icr & IGC_ICR_LSC) in eth_igc_interrupt_get_status()
795 intr->mask |= IGC_ICR_LSC; in igc_lsc_interrupt_setup()
797 intr->mask &= ~IGC_ICR_LSC; in igc_lsc_interrupt_setup()