Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/cavium/thunder/
Dnicvf_main.c1044 struct nicvf_cq_poll *cq_poll = (struct nicvf_cq_poll *)cq_irq; in nicvf_intr_handler() local
1045 struct nicvf *nic = cq_poll->nicvf; in nicvf_intr_handler()
1046 int qidx = cq_poll->cq_idx; in nicvf_intr_handler()
1054 napi_schedule_irqoff(&cq_poll->napi); in nicvf_intr_handler()
1315 struct nicvf_cq_poll *cq_poll; in nicvf_free_cq_poll() local
1319 cq_poll = nic->napi[qidx]; in nicvf_free_cq_poll()
1320 if (!cq_poll) in nicvf_free_cq_poll()
1323 kfree(cq_poll); in nicvf_free_cq_poll()
1332 struct nicvf_cq_poll *cq_poll = NULL; in nicvf_stop() local
1376 cq_poll = nic->napi[qidx]; in nicvf_stop()
[all …]
/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_pf.c1216 struct otx2_cq_poll *cq_poll = (struct otx2_cq_poll *)cq_irq; in otx2_cq_intr_handler() local
1217 struct otx2_nic *pf = (struct otx2_nic *)cq_poll->dev; in otx2_cq_intr_handler()
1218 int qidx = cq_poll->cint_idx; in otx2_cq_intr_handler()
1228 napi_schedule_irqoff(&cq_poll->napi); in otx2_cq_intr_handler()
1236 struct otx2_cq_poll *cq_poll; in otx2_disable_napi() local
1240 cq_poll = &qset->napi[qidx]; in otx2_disable_napi()
1241 napi_disable(&cq_poll->napi); in otx2_disable_napi()
1242 netif_napi_del(&cq_poll->napi); in otx2_disable_napi()
1447 struct otx2_cq_poll *cq_poll = NULL; in otx2_open() local
1459 qset->napi = kcalloc(pf->hw.cint_cnt, sizeof(*cq_poll), GFP_KERNEL); in otx2_open()
[all …]
Dotx2_txrx.c399 struct otx2_cq_poll *cq_poll; in otx2_napi_handler() local
405 cq_poll = container_of(napi, struct otx2_cq_poll, napi); in otx2_napi_handler()
406 pfvf = (struct otx2_nic *)cq_poll->dev; in otx2_napi_handler()
410 cq_idx = cq_poll->cq_ids[i]; in otx2_napi_handler()
428 otx2_write64(pfvf, NIX_LF_CINTX_INT(cq_poll->cint_idx), BIT_ULL(0)); in otx2_napi_handler()
436 otx2_write64(pfvf, NIX_LF_CINTX_ENA_W1S(cq_poll->cint_idx), in otx2_napi_handler()
/Linux-v5.10/include/trace/events/
Drdma_core.h118 TRACE_EVENT(cq_poll,