Home
last modified time | relevance | path

Searched refs:cq_poll (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnicvf_main.c813 struct nicvf_cq_poll *cq_poll = (struct nicvf_cq_poll *)cq_irq; in nicvf_intr_handler() local
814 struct nicvf *nic = cq_poll->nicvf; in nicvf_intr_handler()
815 int qidx = cq_poll->cq_idx; in nicvf_intr_handler()
823 napi_schedule(&cq_poll->napi); in nicvf_intr_handler()
1035 struct nicvf_cq_poll *cq_poll; in nicvf_free_cq_poll() local
1039 cq_poll = nic->napi[qidx]; in nicvf_free_cq_poll()
1040 if (!cq_poll) in nicvf_free_cq_poll()
1043 kfree(cq_poll); in nicvf_free_cq_poll()
1052 struct nicvf_cq_poll *cq_poll = NULL; in nicvf_stop() local
1090 cq_poll = nic->napi[qidx]; in nicvf_stop()
[all …]