Home
last modified time | relevance | path

Searched refs:OSAL_IOMEM (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_int_api.h60 void OSAL_IOMEM *igu_addr;
147 void OSAL_IOMEM *addr, in __internal_ram_wr()
151 void OSAL_IOMEM *addr, in __internal_ram_wr()
159 DIRECT_REG_WR(p_hwfn, &((u32 OSAL_IOMEM *)addr)[i], data[i]); in __internal_ram_wr()
164 void OSAL_IOMEM *addr, in internal_ram_wr()
170 static OSAL_INLINE void internal_ram_wr(void OSAL_IOMEM *addr, in internal_ram_wr()
H A Decore_fcoe_api.h109 void OSAL_IOMEM *ecore_fcoe_get_db_addr(struct ecore_hwfn *p_hwfn,
112 void OSAL_IOMEM *ecore_fcoe_get_global_cmdq_cons(struct ecore_hwfn *p_hwfn,
115 void OSAL_IOMEM *ecore_fcoe_get_primary_bdq_prod(struct ecore_hwfn *p_hwfn,
118 void OSAL_IOMEM *ecore_fcoe_get_secondary_bdq_prod(struct ecore_hwfn *p_hwfn,
H A Decore_iscsi_api.h173 void OSAL_IOMEM *ecore_iscsi_get_db_addr(struct ecore_hwfn *p_hwfn,
176 void OSAL_IOMEM *ecore_iscsi_get_global_cmdq_cons(struct ecore_hwfn *p_hwfn,
179 void OSAL_IOMEM *ecore_iscsi_get_primary_bdq_prod(struct ecore_hwfn *p_hwfn,
182 void OSAL_IOMEM *ecore_iscsi_get_secondary_bdq_prod(struct ecore_hwfn *p_hwfn,
H A Decore_vf.h136 void OSAL_IOMEM **pp_prod);
154 void OSAL_IOMEM **pp_doorbell);
338 …_t bd_chain_phys_addr, dma_addr_t cqe_pbl_addr, u16 cqe_pbl_size, void OSAL_IOMEM **pp_prod) {retu… in ecore_vf_pf_rxq_start()
339 …struct ecore_queue_cid *p_cid, dma_addr_t pbl_addr, u16 pbl_size, void OSAL_IOMEM **pp_doorbell) {… in ecore_vf_pf_txq_start()
H A Decore_ll2.h94 void OSAL_IOMEM *set_prod_addr;
110 void OSAL_IOMEM *doorbell_addr;
H A Decore_l2_api.h82 void OSAL_IOMEM *p_prod;
87 void OSAL_IOMEM *p_doorbell;
H A Decore.h591 void OSAL_IOMEM *regview;
592 void OSAL_IOMEM *doorbells;
792 void OSAL_IOMEM *regview;
793 void OSAL_IOMEM *doorbells;
H A Decore_int.c754 (u8 OSAL_IOMEM*)p_hwfn->regview + in ecore_int_assertion()
1039 (u8 OSAL_IOMEM*)p_hwfn->regview + in ecore_int_deassertion()
1110 void OSAL_IOMEM *igu_addr, u32 ack_cons) in ecore_sb_ack_attn()
1621 sb_info->igu_addr = (u8 OSAL_IOMEM*)p_hwfn->regview + in ecore_int_sb_init()
1627 (u8 OSAL_IOMEM*)p_hwfn->regview + in ecore_int_sb_init()
H A Decore_hw.c323 u32 OSAL_IOMEM *reg_addr; in ecore_memcpy_hw()
338 reg_addr = (u32 OSAL_IOMEM *)OSAL_REG_ADDR(p_hwfn, hw_offset); in ecore_memcpy_hw()
H A Decore_l2.c977 void OSAL_IOMEM **pp_prod) in ecore_eth_pf_rx_queue_start()
981 *pp_prod = (u8 OSAL_IOMEM*) in ecore_eth_pf_rx_queue_start()
1198 void OSAL_IOMEM **pp_doorbell) in ecore_eth_pf_tx_queue_start()
1210 *pp_doorbell = (u8 OSAL_IOMEM *) in ecore_eth_pf_tx_queue_start()
H A Decore_dev.c3949 void OSAL_IOMEM *p_regview, in ecore_hw_prepare_single()
3950 void OSAL_IOMEM *p_doorbells, in ecore_hw_prepare_single()
4108 void OSAL_IOMEM *p_regview, *p_doorbell; in ecore_hw_prepare()
4109 u8 OSAL_IOMEM *addr; in ecore_hw_prepare()
4112 addr = (u8 OSAL_IOMEM *)p_dev->regview + in ecore_hw_prepare()
4114 p_regview = (void OSAL_IOMEM *)addr; in ecore_hw_prepare()
4116 addr = (u8 OSAL_IOMEM *)p_dev->doorbells + in ecore_hw_prepare()
4118 p_doorbell = (void OSAL_IOMEM *)addr; in ecore_hw_prepare()
H A Dbcm_osal.h68 #define OSAL_IOMEM __iomem macro
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dosal.txt604 OSAL_IOMEM - Annotation used to mark pointers to I/O memory. It is used by
609 pointers with OSAL_IOMEM pointers, or which dereferences those