Searched refs:otx2_get_regaddr (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_common.h | 617 static inline void __iomem *otx2_get_regaddr(struct otx2_nic *nic, u64 offset) in otx2_get_regaddr() function 641 void __iomem *addr = otx2_get_regaddr(nic, offset); in otx2_write64() 648 void __iomem *addr = otx2_get_regaddr(nic, offset); in otx2_read64() 734 tar_addr = (__force u64)otx2_get_regaddr(pfvf, NPA_LF_AURA_BATCH_FREE0); in __cn10k_aura_freeptr() 773 u64 *ptr = (__force u64 *)otx2_get_regaddr(pfvf, NPA_LF_AURA_OP_ALLOCX(0)); in otx2_aura_allocptr() 783 void __iomem *addr = otx2_get_regaddr(pfvf, NPA_LF_AURA_OP_FREE0); in otx2_aura_freeptr()
|
D | otx2_common.c | 25 ptr = (u64 *)otx2_get_regaddr(pfvf, NIX_LF_RQ_OP_OCTS); in otx2_nix_rq_op_stats() 28 ptr = (u64 *)otx2_get_regaddr(pfvf, NIX_LF_RQ_OP_PKTS); in otx2_nix_rq_op_stats() 38 ptr = (u64 *)otx2_get_regaddr(pfvf, NIX_LF_SQ_OP_OCTS); in otx2_nix_sq_op_stats() 41 ptr = (u64 *)otx2_get_regaddr(pfvf, NIX_LF_SQ_OP_PKTS); in otx2_nix_sq_op_stats() 822 ptr = (u64 *)otx2_get_regaddr(pfvf, NIX_LF_SQ_OP_STATUS); in otx2_sqb_flush() 969 sq->io_addr = (__force u64)otx2_get_regaddr(pfvf, NIX_LF_OP_SENDX(0)); in otx2_sq_init() 1123 pfvf->cq_op_addr = (__force u64 *)otx2_get_regaddr(pfvf, in otx2_config_nix_queues()
|
D | qos_sq.c | 156 ptr = (__force u64 *)otx2_get_regaddr(pfvf, NIX_LF_SQ_OP_STATUS); in otx2_qos_sqb_flush()
|
D | otx2_pf.c | 1275 ptr = otx2_get_regaddr(pf, NIX_LF_CQ_OP_INT); in otx2_q_intr_handler() 1314 ptr = otx2_get_regaddr(pf, NIX_LF_SQ_OP_INT); in otx2_q_intr_handler()
|