Home
last modified time | relevance | path

Searched refs:rx_comp_ring (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
HDqlnx_os.c4602 sw_comp_cons = ecore_chain_get_cons_idx(&rxq->rx_comp_ring); in qlnx_rx_int()
4627 ecore_chain_consume(&rxq->rx_comp_ring); in qlnx_rx_int()
4845 ecore_chain_recycle_consumed(&rxq->rx_comp_ring); in qlnx_rx_int()
4846 sw_comp_cons = ecore_chain_get_cons_idx(&rxq->rx_comp_ring); in qlnx_rx_int()
6104 if (rxq->rx_comp_ring.p_virt_addr && in qlnx_free_mem_rxq()
6105 rxq->rx_comp_ring.pbl_sp.p_virt_table) { in qlnx_free_mem_rxq()
6106 ecore_chain_free(cdev, &rxq->rx_comp_ring); in qlnx_free_mem_rxq()
6107 rxq->rx_comp_ring.p_virt_addr = NULL; in qlnx_free_mem_rxq()
6108 rxq->rx_comp_ring.pbl_sp.p_virt_table = NULL; in qlnx_free_mem_rxq()
6284 &rxq->rx_comp_ring, NULL); in qlnx_alloc_mem_rxq()
[all …]
HDqlnx_def.h114 struct ecore_chain rx_comp_ring; member