Searched refs:AVE_GI_TX (Results 1 – 1 of 1) sorted by relevance
102 #define AVE_GI_TX BIT(16) /* Tx complete */ macro849 ave_irq_enable(ndev, AVE_GI_TX); in ave_napi_poll_tx()969 if (gisr_val & AVE_GI_TX) { in ave_irq_handler()972 gimr_val &= ~AVE_GI_TX; in ave_irq_handler()1332 val = AVE_GI_RXIINT | AVE_GI_RXOVF | AVE_GI_TX | AVE_GI_RXDROP; in ave_open()