Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_ll2.c395 if (ecore_chain_consume(&p_rx->rxq_chain) != p_pkt->rxq_bd) { in ecore_ll2_rxq_handle_completion()
624 if (ecore_chain_consume(&p_rx->rxq_chain) != in ecore_ll2_lb_rxq_handler()
858 p_rx->rxq_chain.p_phys_addr); in ecore_sp_ll2_rx_queue_start()
1058 &p_ll2_info->rx_queue.rxq_chain, OSAL_NULL); in ecore_ll2_acquire_connection_rx()
1065 capacity = ecore_chain_get_capacity(&p_ll2_info->rx_queue.rxq_chain); in ecore_ll2_acquire_connection_rx()
1429 ecore_chain_reset(&p_rx->rxq_chain); in ecore_ll2_establish_connection()
1435 capacity = ecore_chain_get_capacity(&p_rx->rxq_chain); in ecore_ll2_establish_connection()
1562 bd_prod = ecore_chain_get_prod_idx(&p_rx->rxq_chain); in ecore_ll2_post_rx_buffer_notify_fw()
1598 if (ecore_chain_get_elem_left(&p_rx->rxq_chain) && in ecore_ll2_post_rx_buffer()
1600 p_data = ecore_chain_produce(&p_rx->rxq_chain); in ecore_ll2_post_rx_buffer()
[all …]
H A Decore_ll2.h78 struct ecore_chain rxq_chain; member