Searched refs:cq_poll (Results 1 – 4 of 4) sorted by relevance
1041 struct nicvf_cq_poll *cq_poll = (struct nicvf_cq_poll *)cq_irq; in nicvf_intr_handler() local1042 struct nicvf *nic = cq_poll->nicvf; in nicvf_intr_handler()1043 int qidx = cq_poll->cq_idx; in nicvf_intr_handler()1051 napi_schedule_irqoff(&cq_poll->napi); in nicvf_intr_handler()1312 struct nicvf_cq_poll *cq_poll; in nicvf_free_cq_poll() local1316 cq_poll = nic->napi[qidx]; in nicvf_free_cq_poll()1317 if (!cq_poll) in nicvf_free_cq_poll()1320 kfree(cq_poll); in nicvf_free_cq_poll()1329 struct nicvf_cq_poll *cq_poll = NULL; in nicvf_stop() local1373 cq_poll = nic->napi[qidx]; in nicvf_stop()[all …]
1384 struct otx2_cq_poll *cq_poll = (struct otx2_cq_poll *)cq_irq; in otx2_cq_intr_handler() local1385 struct otx2_nic *pf = (struct otx2_nic *)cq_poll->dev; in otx2_cq_intr_handler()1386 int qidx = cq_poll->cint_idx; in otx2_cq_intr_handler()1397 napi_schedule_irqoff(&cq_poll->napi); in otx2_cq_intr_handler()1405 struct otx2_cq_poll *cq_poll; in otx2_disable_napi() local1409 cq_poll = &qset->napi[qidx]; in otx2_disable_napi()1410 cancel_work_sync(&cq_poll->dim.work); in otx2_disable_napi()1411 napi_disable(&cq_poll->napi); in otx2_disable_napi()1412 netif_napi_del(&cq_poll->napi); in otx2_disable_napi()1757 struct otx2_cq_poll *cq_poll; in otx2_dim_work() local[all …]
514 static void otx2_adjust_adaptive_coalese(struct otx2_nic *pfvf, struct otx2_cq_poll *cq_poll) in otx2_adjust_adaptive_coalese() argument530 net_dim(&cq_poll->dim, dim_sample); in otx2_adjust_adaptive_coalese()536 struct otx2_cq_poll *cq_poll; in otx2_napi_handler() local543 cq_poll = container_of(napi, struct otx2_cq_poll, napi); in otx2_napi_handler()544 pfvf = (struct otx2_nic *)cq_poll->dev; in otx2_napi_handler()548 cq_idx = cq_poll->cq_ids[i]; in otx2_napi_handler()564 otx2_write64(pfvf, NIX_LF_CINTX_INT(cq_poll->cint_idx), BIT_ULL(0)); in otx2_napi_handler()573 otx2_adjust_adaptive_coalese(pfvf, cq_poll); in otx2_napi_handler()591 NIX_LF_CINTX_ENA_W1S(cq_poll->cint_idx), in otx2_napi_handler()
118 TRACE_EVENT(cq_poll,