···2431 * (MSI-X, MSI, or legacy) and whether NAPI will be used to service the2432 * response queues.2433 */2434-intr_handler_t t3_intr_handler(struct adapter *adap, int polling)2435{2436 if (adap->flags & USING_MSIX)2437 return polling ? t3_sge_intr_msix_napi : t3_sge_intr_msix;
···2431 * (MSI-X, MSI, or legacy) and whether NAPI will be used to service the2432 * response queues.2433 */2434+irq_handler_t t3_intr_handler(struct adapter *adap, int polling)2435{2436 if (adap->flags & USING_MSIX)2437 return polling ? t3_sge_intr_msix_napi : t3_sge_intr_msix;