Home
last modified time | relevance | path

Searched refs:rcq_chain (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_ll2.c431 cq_old_idx = ecore_chain_get_cons_idx(&p_rx->rcq_chain); in ecore_ll2_rxq_completion()
436 cqe = (union core_rx_cqe_union *)ecore_chain_consume(&p_rx->rcq_chain); in ecore_ll2_rxq_completion()
437 cq_old_idx = ecore_chain_get_cons_idx(&p_rx->rcq_chain); in ecore_ll2_rxq_completion()
552 cq_old_idx = ecore_chain_get_cons_idx(&p_rx->rcq_chain); in ecore_ll2_lb_rxq_handler()
559 cqe = (union core_rx_cqe_union *)ecore_chain_consume(&p_rx->rcq_chain); in ecore_ll2_lb_rxq_handler()
560 cq_old_idx = ecore_chain_get_cons_idx(&p_rx->rcq_chain); in ecore_ll2_lb_rxq_handler()
859 cqe_pbl_size = (u16)ecore_chain_get_page_cnt(&p_rx->rcq_chain); in ecore_sp_ll2_rx_queue_start()
862 ecore_chain_get_pbl_phys(&p_rx->rcq_chain)); in ecore_sp_ll2_rx_queue_start()
1082 &p_ll2_info->rx_queue.rcq_chain, OSAL_NULL); in ecore_ll2_acquire_connection_rx()
1430 ecore_chain_reset(&p_rx->rcq_chain); in ecore_ll2_establish_connection()
[all …]
H A Decore_ll2.h79 struct ecore_chain rcq_chain; member
/freebsd/sys/dev/bxe/
H A Dbxe.c3198 cqe = &fp->rcq_chain[comp_ring_cons]; in bxe_rxeof()
14847 fp->rcq_chain = (union eth_rx_cqe *)fp->rcq_dma.vaddr; in bxe_alloc_hsi_mem()
14855 &fp->rcq_chain[RCQ_TOTAL_PER_PAGE * j - 1]; in bxe_alloc_hsi_mem()
15108 fp->rcq_chain = NULL; in bxe_free_hsi_mem()