Searched refs:ecore_chain_produce (Results 1 – 5 of 5) sorted by relevance
419 hdr = ecore_chain_produce(pbl); in qlnxr_post_srq_recv()436 ecore_chain_produce(pbl); in qlnxr_post_srq_recv()3979 wqe = (char *)ecore_chain_produce(&qp->sq.pbl); in qlnxr_prepare_sq_inline_data()4024 struct rdma_sq_sge *sge = ecore_chain_produce(&qp->sq.pbl); in qlnxr_prepare_sq_sges()4140 fwqe2 = (struct rdma_sq_fmr_wqe_2nd *)ecore_chain_produce(&qp->sq.pbl); in qlnxr_prepare_reg()4310 wqe = ecore_chain_produce(&qp->sq.pbl); in qlnxr_post_send()4341 ecore_chain_produce(&qp->sq.pbl); in qlnxr_post_send()4365 ecore_chain_produce(&qp->sq.pbl); in qlnxr_post_send()4384 ecore_chain_produce(&qp->sq.pbl); in qlnxr_post_send()4406 ecore_chain_produce(&qp->sq.pbl); in qlnxr_post_send()[all …]
3514 first_bd = (struct eth_tx_1st_bd *)ecore_chain_produce(&txq->tx_pbl); in qlnx_send()3556 ecore_chain_produce(&txq->tx_pbl); in qlnx_send()3568 ecore_chain_produce(&txq->tx_pbl); in qlnx_send()3584 ecore_chain_produce(&txq->tx_pbl); in qlnx_send()3597 ecore_chain_produce(&txq->tx_pbl); in qlnx_send()3606 ecore_chain_produce(&txq->tx_pbl); in qlnx_send()3620 ecore_chain_produce(&txq->tx_pbl); in qlnx_send()3638 ecore_chain_produce(&txq->tx_pbl); in qlnx_send()3654 ecore_chain_produce(&txq->tx_pbl); in qlnx_send()3683 ecore_chain_produce(&txq->tx_pbl); in qlnx_send()[all …]
1600 p_data = ecore_chain_produce(&p_rx->rxq_chain); in ecore_ll2_post_rx_buffer()1602 ecore_chain_produce(&p_rx->rcq_chain); in ecore_ll2_post_rx_buffer()1686 start_bd = (struct core_tx_bd*)ecore_chain_produce(p_tx_chain); in ecore_ll2_prepare_tx_packet_set_bd()1731 *p_bd = (struct core_tx_bd *)ecore_chain_produce(p_tx_chain); in ecore_ll2_prepare_tx_packet_set_bd()
433 static OSAL_INLINE void *ecore_chain_produce(struct ecore_chain *p_chain) in ecore_chain_produce() function
326 elem = ecore_chain_produce(p_chain); in ecore_spq_hw_post()