Searched refs:pp_prod (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_vf.h134 * @param pp_prod - pointer to the producer to be
145 void OSAL_IOMEM **pp_prod);
345 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;} argument
H A Decore_vf.c838 void OSAL_IOMEM **pp_prod)
865 *pp_prod = (u8 OSAL_IOMEM*)
871 __internal_ram_wr(p_hwfn, *pp_prod, sizeof(u32),
896 *pp_prod = (u8 OSAL_IOMEM *)p_hwfn->regview + resp->offset;
899 rx_qid, *pp_prod, resp->offset);
906 __internal_ram_wr(p_hwfn, *pp_prod, sizeof(u32),
832 ecore_vf_pf_rxq_start(struct ecore_hwfn *p_hwfn, struct ecore_queue_cid *p_cid, u16 bd_max_bytes, dma_addr_t bd_chain_phys_addr, dma_addr_t cqe_pbl_addr, u16 cqe_pbl_size, void OSAL_IOMEM **pp_prod) argument
H A Decore_l2.c992 void OSAL_IOMEM **pp_prod)
996 *pp_prod = (u8 OSAL_IOMEM*)
1002 __internal_ram_wr(p_hwfn, *pp_prod, sizeof(u32),
986 ecore_eth_pf_rx_queue_start(struct ecore_hwfn *p_hwfn, struct ecore_queue_cid *p_cid, u16 bd_max_bytes, dma_addr_t bd_chain_phys_addr, dma_addr_t cqe_pbl_addr, u16 cqe_pbl_size, void OSAL_IOMEM **pp_prod) argument

Completed in 108 milliseconds