Lines Matching defs:polling
1889 * @napi: the network device doing the polling
1890 * @budget: polling budget
1893 * by the hard interrupt handler, i.e., when it's operating in non-polling
1967 if (rq->polling) {
2104 if (rq->polling) {
2507 * Returns true if the device is already scheduled for polling.
2623 * (i.e., response queue serviced by NAPI polling).
2689 * by NAPI polling). Handles data events from SGE response queues as well as
2835 * @polling: whether using NAPI to service response queues
2841 irq_handler_t t3_intr_handler(struct adapter *adap, int polling)
2844 return polling ? t3_sge_intr_msix_napi : t3_sge_intr_msix;
2846 return polling ? t3_intr_msi_napi : t3_intr_msi;
2848 return polling ? t3b_intr_napi : t3b_intr;
3016 qs->rspq.polling = p->polling;
3017 qs->napi.poll = p->polling ? napi_rx_handler : ofld_poll;
3370 q->polling = adap->params.rev > 0;