Searched refs:ecore_chain_produce (Results 1 – 3 of 3) sorted by relevance
31 rx_bd = (struct eth_rx_bd *)ecore_chain_produce(&rxq->rx_bd_ring); in qede_alloc_rx_buffer()75 ecore_chain_produce(&rxq->rx_bd_ring); in qede_alloc_rx_bulk_mbufs()1307 struct eth_rx_bd *rx_bd_prod = ecore_chain_produce(&rxq->rx_bd_ring); in qede_reuse_page()2072 ecore_chain_produce(&txq->tx_pbl); in qede_encode_sg_bd()2082 ecore_chain_produce(&txq->tx_pbl); in qede_encode_sg_bd()2091 ecore_chain_produce(&txq->tx_pbl); in qede_encode_sg_bd()2312 bd1 = (struct eth_tx_1st_bd *)ecore_chain_produce(&txq->tx_pbl);2618 bd1 = (struct eth_tx_1st_bd *)ecore_chain_produce(&txq->tx_pbl);2630 bd2 = (struct eth_tx_2nd_bd *)ecore_chain_produce2653 ecore_chain_produce(&txq->tx_pbl);
400 static OSAL_INLINE void *ecore_chain_produce(struct ecore_chain *p_chain) in ecore_chain_produce() function
261 elem = ecore_chain_produce(p_chain); in ecore_spq_hw_post()