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

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_ll2.h80 struct ecore_chain rxq_chain; member in struct:ecore_ll2_rx_queue
H A Decore_ll2.c397 if (ecore_chain_consume(&p_rx->rxq_chain) != p_pkt->rxq_bd) {
626 if (ecore_chain_consume(&p_rx->rxq_chain) !=
861 p_rx->rxq_chain.p_phys_addr);
1061 &p_ll2_info->rx_queue.rxq_chain, OSAL_NULL);
1068 capacity = ecore_chain_get_capacity(&p_ll2_info->rx_queue.rxq_chain);
1432 ecore_chain_reset(&p_rx->rxq_chain);
1438 capacity = ecore_chain_get_capacity(&p_rx->rxq_chain);
1565 bd_prod = ecore_chain_get_prod_idx(&p_rx->rxq_chain);
1601 if (ecore_chain_get_elem_left(&p_rx->rxq_chain) &&
1603 p_data = ecore_chain_produce(&p_rx->rxq_chain);
[all...]

Completed in 90 milliseconds