Searched refs:rx_comp_ring (Results 1 – 2 of 2) sorted by relevance
4554 ecore_chain_consume(&rxq->rx_comp_ring); in qlnx_rx_int()4754 ecore_chain_recycle_consumed(&rxq->rx_comp_ring); in qlnx_rx_int()5995 if (rxq->rx_comp_ring.p_virt_addr && in qlnx_free_mem_rxq()5996 rxq->rx_comp_ring.pbl_sp.p_virt_table) { in qlnx_free_mem_rxq()5997 ecore_chain_free(cdev, &rxq->rx_comp_ring); in qlnx_free_mem_rxq()5998 rxq->rx_comp_ring.p_virt_addr = NULL; in qlnx_free_mem_rxq()5999 rxq->rx_comp_ring.pbl_sp.p_virt_table = NULL; in qlnx_free_mem_rxq()6170 &rxq->rx_comp_ring, NULL); in qlnx_alloc_mem_rxq()6578 cqe_prod = ecore_chain_get_prod_idx(&rxq->rx_comp_ring); in qlnx_update_rx_prod()6687 ecore_chain_get_pbl_phys(&fp->rxq->rx_comp_ring), in qlnx_start_queues()[all …]
114 struct ecore_chain rx_comp_ring; member