Searched refs:ISR_RX_PKT (Results 1 – 4 of 4) sorted by relevance
563 #define ISR_RX_PKT 0x10000 /* One packet received, triggered by RFD */ macro594 ISR_RX_PKT |\598 #define ISR_RX_EVENT (ISR_HOST_RXF0_OV | ISR_HW_RXF_OV | ISR_RX_PKT)
267 #define ISR_RX_PKT 0x10000 macro300 ISR_RX_PKT |\
685 #define ISR_RX_PKT (\ macro
1672 if (status & ISR_RX_PKT) { in atl1c_intr()1674 hw->intr_mask &= ~ISR_RX_PKT; in atl1c_intr()1915 adapter->hw.intr_mask |= ISR_RX_PKT; in atl1c_clean()