Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A De1000_82575.h53 E1000_EICR_RX_QUEUE0 | \
H A De1000_defines.h401 #define E1000_EICR_RX_QUEUE0 0x00000001 /* Rx Queue 0 Interrupt */ macro
H A Digb_main.c802 msixbm = E1000_EICR_RX_QUEUE0 << rx_queue; in igb_assign_vector()
/OK3568_Linux_fs/external/dpdk/pcie/e1000/
H A Digb_ethdev.c5420 tmp = E1000_EICR_RX_QUEUE0 << queue; in eth_igb_assign_msix_vector()