Symbol: OSAL_IOMEM
sys/dev/qlnx/qlnxe/ecore.h
669
void OSAL_IOMEM *regview;
sys/dev/qlnx/qlnxe/ecore.h
670
void OSAL_IOMEM *doorbells;
sys/dev/qlnx/qlnxe/ecore.h
892
void OSAL_IOMEM *regview;
sys/dev/qlnx/qlnxe/ecore.h
893
void OSAL_IOMEM *doorbells;
sys/dev/qlnx/qlnxe/ecore_dev.c
118
static bool ecore_db_rec_sanity(struct ecore_dev *p_dev, void OSAL_IOMEM *db_addr,
sys/dev/qlnx/qlnxe/ecore_dev.c
142
void OSAL_IOMEM *db_addr)
sys/dev/qlnx/qlnxe/ecore_dev.c
158
void OSAL_IOMEM *db_addr,
sys/dev/qlnx/qlnxe/ecore_dev.c
207
void OSAL_IOMEM *db_addr,
sys/dev/qlnx/qlnxe/ecore_dev.c
5839
ecore_hw_prepare_single(struct ecore_hwfn *p_hwfn, void OSAL_IOMEM *p_regview,
sys/dev/qlnx/qlnxe/ecore_dev.c
5840
void OSAL_IOMEM *p_doorbells, u64 db_phys_addr,
sys/dev/qlnx/qlnxe/ecore_dev.c
6010
void OSAL_IOMEM *p_regview, *p_doorbell;
sys/dev/qlnx/qlnxe/ecore_dev.c
6011
u8 OSAL_IOMEM *addr;
sys/dev/qlnx/qlnxe/ecore_dev.c
6018
addr = (u8 OSAL_IOMEM *)p_dev->regview + offset;
sys/dev/qlnx/qlnxe/ecore_dev.c
6019
p_regview = (void OSAL_IOMEM *)addr;
sys/dev/qlnx/qlnxe/ecore_dev.c
6023
addr = (u8 OSAL_IOMEM *)p_dev->doorbells + offset;
sys/dev/qlnx/qlnxe/ecore_dev.c
6024
p_doorbell = (void OSAL_IOMEM *)addr;
sys/dev/qlnx/qlnxe/ecore_dev.c
98
void OSAL_IOMEM *db_addr;
sys/dev/qlnx/qlnxe/ecore_dev_api.h
853
void OSAL_IOMEM *db_addr,
sys/dev/qlnx/qlnxe/ecore_dev_api.h
868
void OSAL_IOMEM *db_addr,
sys/dev/qlnx/qlnxe/ecore_fcoe_api.h
104
void OSAL_IOMEM *ecore_fcoe_get_db_addr(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_fcoe_api.h
107
void OSAL_IOMEM *ecore_fcoe_get_global_cmdq_cons(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_fcoe_api.h
110
void OSAL_IOMEM *ecore_fcoe_get_primary_bdq_prod(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_fcoe_api.h
113
void OSAL_IOMEM *ecore_fcoe_get_secondary_bdq_prod(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_hw.c
334
u32 OSAL_IOMEM *reg_addr;
sys/dev/qlnx/qlnxe/ecore_hw.c
349
reg_addr = (u32 OSAL_IOMEM *)OSAL_REG_ADDR(p_hwfn, hw_offset);
sys/dev/qlnx/qlnxe/ecore_int.c
1139
(u8 OSAL_IOMEM*)p_hwfn->regview +
sys/dev/qlnx/qlnxe/ecore_int.c
1210
void OSAL_IOMEM *igu_addr, u32 ack_cons)
sys/dev/qlnx/qlnxe/ecore_int.c
1723
sb_info->igu_addr = (u8 OSAL_IOMEM*)p_hwfn->regview +
sys/dev/qlnx/qlnxe/ecore_int.c
1729
(u8 OSAL_IOMEM*)p_hwfn->regview +
sys/dev/qlnx/qlnxe/ecore_int.c
856
(u8 OSAL_IOMEM*)p_hwfn->regview +
sys/dev/qlnx/qlnxe/ecore_int_api.h
152
void OSAL_IOMEM *addr,
sys/dev/qlnx/qlnxe/ecore_int_api.h
156
void OSAL_IOMEM *addr,
sys/dev/qlnx/qlnxe/ecore_int_api.h
164
DIRECT_REG_WR(p_hwfn, &((u32 OSAL_IOMEM *)addr)[i], data[i]);
sys/dev/qlnx/qlnxe/ecore_int_api.h
169
void OSAL_IOMEM *addr,
sys/dev/qlnx/qlnxe/ecore_int_api.h
175
static OSAL_INLINE void internal_ram_wr(void OSAL_IOMEM *addr,
sys/dev/qlnx/qlnxe/ecore_int_api.h
55
void OSAL_IOMEM *igu_addr;
sys/dev/qlnx/qlnxe/ecore_iscsi_api.h
228
void OSAL_IOMEM *ecore_iscsi_get_db_addr(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_iscsi_api.h
231
void OSAL_IOMEM *ecore_iscsi_get_global_cmdq_cons(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_iscsi_api.h
234
void OSAL_IOMEM *ecore_iscsi_get_primary_bdq_prod(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_iscsi_api.h
237
void OSAL_IOMEM *ecore_iscsi_get_secondary_bdq_prod(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_l2.c
1255
void OSAL_IOMEM **pp_doorbell)
sys/dev/qlnx/qlnxe/ecore_l2.c
1267
*pp_doorbell = (u8 OSAL_IOMEM *)
sys/dev/qlnx/qlnxe/ecore_l2.c
990
void OSAL_IOMEM **pp_prod)
sys/dev/qlnx/qlnxe/ecore_l2.c
994
*pp_prod = (u8 OSAL_IOMEM*)
sys/dev/qlnx/qlnxe/ecore_l2_api.h
87
void OSAL_IOMEM *p_prod;
sys/dev/qlnx/qlnxe/ecore_l2_api.h
92
void OSAL_IOMEM *p_doorbell;
sys/dev/qlnx/qlnxe/ecore_ll2.c
1485
p_rx->set_prod_addr = (u8 OSAL_IOMEM*)p_hwfn->regview +
sys/dev/qlnx/qlnxe/ecore_ll2.c
1488
p_tx->doorbell_addr = (u8 OSAL_IOMEM*)p_hwfn->doorbells +
sys/dev/qlnx/qlnxe/ecore_ll2.h
103
void OSAL_IOMEM *doorbell_addr;
sys/dev/qlnx/qlnxe/ecore_ll2.h
87
void OSAL_IOMEM *set_prod_addr;
sys/dev/qlnx/qlnxe/ecore_rdma.c
1098
out_params->dpi_addr = (u64)(osal_int_ptr_t)((u8 OSAL_IOMEM*)p_hwfn->doorbells +
sys/dev/qlnx/qlnxe/ecore_spq.c
580
void OSAL_IOMEM *db_addr;
sys/dev/qlnx/qlnxe/ecore_spq.c
697
void OSAL_IOMEM *db_addr;
sys/dev/qlnx/qlnxe/ecore_vf.c
1000
*pp_doorbell = (u8 OSAL_IOMEM*)p_hwfn->doorbells +
sys/dev/qlnx/qlnxe/ecore_vf.c
549
p_hwfn->doorbells = (u8 OSAL_IOMEM*)p_hwfn->regview +
sys/dev/qlnx/qlnxe/ecore_vf.c
570
p_hwfn->doorbells = (u8 OSAL_IOMEM*)
sys/dev/qlnx/qlnxe/ecore_vf.c
575
p_hwfn->doorbells = (u8 OSAL_IOMEM*)p_hwfn->regview +
sys/dev/qlnx/qlnxe/ecore_vf.c
645
p_hwfn->doorbells = (u8 OSAL_IOMEM*)p_hwfn->regview +
sys/dev/qlnx/qlnxe/ecore_vf.c
834
void OSAL_IOMEM **pp_prod)
sys/dev/qlnx/qlnxe/ecore_vf.c
861
*pp_prod = (u8 OSAL_IOMEM*)
sys/dev/qlnx/qlnxe/ecore_vf.c
892
*pp_prod = (u8 OSAL_IOMEM *)p_hwfn->regview + resp->offset;
sys/dev/qlnx/qlnxe/ecore_vf.c
955
void OSAL_IOMEM **pp_doorbell)
sys/dev/qlnx/qlnxe/ecore_vf.c
995
*pp_doorbell = (u8 OSAL_IOMEM*)p_hwfn->doorbells +
sys/dev/qlnx/qlnxe/ecore_vf.h
143
void OSAL_IOMEM **pp_prod);
sys/dev/qlnx/qlnxe/ecore_vf.h
161
void OSAL_IOMEM **pp_doorbell);
sys/dev/qlnx/qlnxe/ecore_vf.h
343
static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_rxq_start(struct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_queue_cid OSAL_UNUSED *p_cid, u16 OSAL_UNUSED bd_max_bytes, dma_addr_t OSAL_UNUSED bd_chain_phys_addr, dma_addr_t OSAL_UNUSED cqe_pbl_addr, u16 OSAL_UNUSED cqe_pbl_size, void OSAL_IOMEM OSAL_UNUSED **pp_prod) {return ECORE_INVAL;}
sys/dev/qlnx/qlnxe/ecore_vf.h
344
static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_txq_start(struct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_queue_cid OSAL_UNUSED *p_cid, dma_addr_t OSAL_UNUSED pbl_addr, u16 OSAL_UNUSED pbl_size, void OSAL_IOMEM OSAL_UNUSED **pp_doorbell) {return ECORE_INVAL;}