Lines Matching defs:polling
1887 * @napi: the network device doing the polling
1888 * @budget: polling budget
1891 * by the hard interrupt handler, i.e., when it's operating in non-polling
1965 if (rq->polling) {
2106 if (rq->polling) {
2505 * Returns true if the device is already scheduled for polling.
2621 * (i.e., response queue serviced by NAPI polling).
2687 * by NAPI polling). Handles data events from SGE response queues as well as
2833 * @polling: whether using NAPI to service response queues
2839 irq_handler_t t3_intr_handler(struct adapter *adap, int polling)
2842 return polling ? t3_sge_intr_msix_napi : t3_sge_intr_msix;
2844 return polling ? t3_intr_msi_napi : t3_intr_msi;
2846 return polling ? t3b_intr_napi : t3b_intr;
3014 qs->rspq.polling = p->polling;
3015 qs->napi.poll = p->polling ? napi_rx_handler : ofld_poll;
3371 q->polling = adap->params.rev > 0;