Searched refs:cint_idx (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_txrx.h | 109 u8 cint_idx; member 123 u8 cint_idx; /* CQ interrupt id */ member
|
| H A 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()
|
| H A D | otx2_common.c | 825 cq->cint_idx = qidx; in otx2_cq_init() 829 cq->cint_idx = qidx - pfvf->hw.rx_queues; in otx2_cq_init() 858 aq->cq.cint_idx = cq->cint_idx; in otx2_cq_init()
|
| H A D | otx2_pf.c | 1223 int qidx = cq_poll->cint_idx; in otx2_cq_intr_handler() 1496 cq_poll->cint_idx = qidx; in otx2_open()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_struct.h | 438 u64 cint_idx : 7; member 454 u64 cint_idx : 7; member
|
| H A D | rvu_debugfs.c | 1033 cq_ctx->avg_con, cq_ctx->cint_idx); in print_nix_cq_ctx()
|