Searched refs:cint_idx (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_txrx.h | 109 u8 cint_idx; member 123 u8 cint_idx; /* CQ interrupt id */ member
|
D | otx2_txrx.c | 93 pfvf->netdev->name, cq->cint_idx, in otx2_snd_pkt_handler() 372 otx2_snd_pkt_handler(pfvf, cq, &pfvf->qset.sq[cq->cint_idx], in otx2_tx_napi_handler() 386 txq = netdev_get_tx_queue(pfvf->netdev, cq->cint_idx); in otx2_tx_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() 941 sq = &pfvf->qset.sq[cq->cint_idx]; in otx2_cleanup_tx_cqes()
|
D | otx2_common.c | 824 cq->cint_idx = qidx; in otx2_cq_init() 828 cq->cint_idx = qidx - pfvf->hw.rx_queues; in otx2_cq_init() 857 aq->cq.cint_idx = cq->cint_idx; in otx2_cq_init()
|
D | otx2_pf.c | 1218 int qidx = cq_poll->cint_idx; in otx2_cq_intr_handler() 1491 cq_poll->cint_idx = qidx; in otx2_open()
|
/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_struct.h | 438 u64 cint_idx : 7; member 454 u64 cint_idx : 7; member
|
D | rvu_debugfs.c | 945 cq_ctx->avg_con, cq_ctx->cint_idx); in print_nix_cq_ctx()
|