Searched refs:cq_poll (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_main.c | 1041 struct nicvf_cq_poll *cq_poll = (struct nicvf_cq_poll *)cq_irq; in nicvf_intr_handler() local 1042 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() local 1316 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() local 1373 cq_poll = nic->napi[qidx]; in nicvf_stop() [all …]
|
/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_pf.c | 1330 struct otx2_cq_poll *cq_poll = (struct otx2_cq_poll *)cq_irq; in otx2_cq_intr_handler() local 1331 struct otx2_nic *pf = (struct otx2_nic *)cq_poll->dev; in otx2_cq_intr_handler() 1332 int qidx = cq_poll->cint_idx; in otx2_cq_intr_handler() 1343 napi_schedule_irqoff(&cq_poll->napi); in otx2_cq_intr_handler() 1351 struct otx2_cq_poll *cq_poll; in otx2_disable_napi() local 1355 cq_poll = &qset->napi[qidx]; in otx2_disable_napi() 1356 cancel_work_sync(&cq_poll->dim.work); in otx2_disable_napi() 1357 napi_disable(&cq_poll->napi); in otx2_disable_napi() 1358 netif_napi_del(&cq_poll->napi); in otx2_disable_napi() 1666 struct otx2_cq_poll *cq_poll; in otx2_dim_work() local [all …]
|
D | otx2_txrx.c | 499 static void otx2_adjust_adaptive_coalese(struct otx2_nic *pfvf, struct otx2_cq_poll *cq_poll) in otx2_adjust_adaptive_coalese() argument 508 net_dim(&cq_poll->dim, dim_sample); in otx2_adjust_adaptive_coalese() 514 struct otx2_cq_poll *cq_poll; in otx2_napi_handler() local 520 cq_poll = container_of(napi, struct otx2_cq_poll, napi); in otx2_napi_handler() 521 pfvf = (struct otx2_nic *)cq_poll->dev; in otx2_napi_handler() 525 cq_idx = cq_poll->cq_ids[i]; in otx2_napi_handler() 541 otx2_write64(pfvf, NIX_LF_CINTX_INT(cq_poll->cint_idx), BIT_ULL(0)); in otx2_napi_handler() 553 otx2_adjust_adaptive_coalese(pfvf, cq_poll); in otx2_napi_handler() 560 otx2_write64(pfvf, NIX_LF_CINTX_ENA_W1S(cq_poll->cint_idx), in otx2_napi_handler()
|
/Linux-v6.1/include/trace/events/ |
D | rdma_core.h | 118 TRACE_EVENT(cq_poll,
|