Searched refs:E1000_ICR_RXQ0 (Results 1 – 3 of 3) sorted by relevance
395 #define E1000_ICR_RXQ0 0x00100000 /* Rx Queue 0 Interrupt */ macro445 #define E1000_IMS_RXQ0 E1000_ICR_RXQ0 /* Rx Queue 0 Interrupt */
361 #define E1000_ICR_RXQ0 0x00100000 /* Rx Queue 0 Interrupt */ macro423 #define E1000_IMS_RXQ0 E1000_ICR_RXQ0
266 delayable_causes = E1000_ICR_RXQ0 | in e1000e_intrmgr_delay_rx_causes()762 return (queue_idx == 0) ? E1000_ICR_RXQ0 : E1000_ICR_RXQ1; in e1000e_rx_wb_interrupt_cause()2015 if (causes & E1000_ICR_RXQ0) { in e1000e_msix_notify()2016 e1000e_msix_notify_one(core, E1000_ICR_RXQ0, in e1000e_msix_notify()2060 if (causes & E1000_ICR_RXQ0) { in e1000e_msix_clear()2061 e1000e_msix_clear_one(core, E1000_ICR_RXQ0, in e1000e_msix_clear()