Searched refs:cint_idx (Results 1 – 8 of 8) sorted by relevance
| /drivers/net/ethernet/marvell/octeontx2/nic/ |
| A D | otx2_txrx.h | 124 u8 cint_idx; member 144 u8 cint_idx; /* CQ interrupt id */ member
|
| A D | otx2_xsk.c | 187 otx2_write64(pf, NIX_LF_CINTX_ENA_W1S(cq_poll->cint_idx), BIT_ULL(0)); in otx2_xsk_wakeup() 188 otx2_write64(pf, NIX_LF_CINTX_INT_W1S(cq_poll->cint_idx), BIT_ULL(0)); in otx2_xsk_wakeup()
|
| A D | otx2_common.c | 1062 cq->cint_idx = qidx; in otx2_cq_init() 1080 cq->cint_idx = qidx - pfvf->hw.rx_queues; in otx2_cq_init() 1086 cq->cint_idx = qidx - non_xdp_queues; in otx2_cq_init() 1090 cq->cint_idx = qidx - non_xdp_queues - in otx2_cq_init() 1121 aq->cq.cint_idx = cq->cint_idx; in otx2_cq_init()
|
| A D | otx2_txrx.c | 140 pfvf->netdev->name, cq->cint_idx, in otx2_snd_pkt_handler() 598 otx2_write64(pfvf, NIX_LF_CINTX_INT(cq_poll->cint_idx), BIT_ULL(0)); in otx2_napi_handler() 636 NIX_LF_CINTX_ENA_W1S(cq_poll->cint_idx), in otx2_napi_handler()
|
| A D | rep.c | 503 cq_poll->cint_idx = qidx; in rvu_rep_napi_init()
|
| A D | otx2_pf.c | 1513 int qidx = cq_poll->cint_idx; in otx2_cq_intr_handler() 1992 cq_poll->cint_idx = qidx; in otx2_open()
|
| /drivers/net/ethernet/marvell/octeontx2/af/ |
| A D | rvu_struct.h | 351 u64 cint_idx : 7; member
|
| A D | rvu_debugfs.c | 2232 cq_ctx->avg_con, cq_ctx->cint_idx); in print_nix_cq_ctx()
|
Completed in 33 milliseconds