Searched refs:otx2_get_regaddr (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_common.h | 320 static inline void __iomem *otx2_get_regaddr(struct otx2_nic *nic, u64 offset) in otx2_get_regaddr() function 344 void __iomem *addr = otx2_get_regaddr(nic, offset); in otx2_write64() 351 void __iomem *addr = otx2_get_regaddr(nic, offset); in otx2_read64() 444 u64 *ptr = (u64 *)otx2_get_regaddr(pfvf, in otx2_aura_allocptr() 456 otx2_get_regaddr(pfvf, NPA_LF_AURA_OP_FREE0)); in otx2_aura_freeptr()
|
H A 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() 670 ptr = (u64 *)otx2_get_regaddr(pfvf, NIX_LF_SQ_OP_STATUS); in otx2_sqb_flush() 779 sq->io_addr = (__force u64)otx2_get_regaddr(pfvf, NIX_LF_OP_SENDX(0)); in otx2_sq_init()
|
H A D | otx2_pf.c | 1151 ptr = otx2_get_regaddr(pf, NIX_LF_CQ_OP_INT); in otx2_q_intr_handler() 1176 ptr = otx2_get_regaddr(pf, NIX_LF_SQ_OP_INT); in otx2_q_intr_handler()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A 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()
|
H A 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()
|
H A D | qos_sq.c | 156 ptr = (__force u64 *)otx2_get_regaddr(pfvf, NIX_LF_SQ_OP_STATUS); in otx2_qos_sqb_flush()
|
H A D | otx2_pf.c | 1262 ptr = otx2_get_regaddr(pf, NIX_LF_CQ_OP_INT); in otx2_q_intr_handler() 1301 ptr = otx2_get_regaddr(pf, NIX_LF_SQ_OP_INT); in otx2_q_intr_handler()
|
Completed in 14 milliseconds