Lines Matching refs:rx_comp_ring
4533 sw_comp_cons = ecore_chain_get_cons_idx(&rxq->rx_comp_ring); in qlnx_rx_int()
4556 ecore_chain_consume(&rxq->rx_comp_ring); in qlnx_rx_int()
4756 ecore_chain_recycle_consumed(&rxq->rx_comp_ring); in qlnx_rx_int()
4757 sw_comp_cons = ecore_chain_get_cons_idx(&rxq->rx_comp_ring); in qlnx_rx_int()
5997 if (rxq->rx_comp_ring.p_virt_addr && in qlnx_free_mem_rxq()
5998 rxq->rx_comp_ring.pbl_sp.p_virt_table) { in qlnx_free_mem_rxq()
5999 ecore_chain_free(cdev, &rxq->rx_comp_ring); in qlnx_free_mem_rxq()
6000 rxq->rx_comp_ring.p_virt_addr = NULL; in qlnx_free_mem_rxq()
6001 rxq->rx_comp_ring.pbl_sp.p_virt_table = NULL; in qlnx_free_mem_rxq()
6172 &rxq->rx_comp_ring, NULL); in qlnx_alloc_mem_rxq()
6580 cqe_prod = ecore_chain_get_prod_idx(&rxq->rx_comp_ring); in qlnx_update_rx_prod()
6689 ecore_chain_get_pbl_phys(&fp->rxq->rx_comp_ring), in qlnx_start_queues()
6691 ecore_chain_get_page_cnt(&fp->rxq->rx_comp_ring), in qlnx_start_queues()