Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_ll2.c478 if (qed_chain_consume(&p_rx->rxq_chain) != p_pkt->rxq_bd) in qed_ll2_rxq_handle_completion()
701 qed_chain_consume(&p_rx->rxq_chain); in qed_ll2_lb_rxq_handler()
963 DMA_REGPAIR_LE(p_ramrod->bd_base, p_rx->rxq_chain.p_phys_addr); in qed_sp_ll2_rx_queue_start()
1162 rc = qed_chain_alloc(cdev, &p_ll2_info->rx_queue.rxq_chain, &params); in qed_ll2_acquire_connection_rx()
1168 capacity = qed_chain_get_capacity(&p_ll2_info->rx_queue.rxq_chain); in qed_ll2_acquire_connection_rx()
1560 qed_chain_reset(&p_rx->rxq_chain); in qed_ll2_establish_connection()
1566 capacity = qed_chain_get_capacity(&p_rx->rxq_chain); in qed_ll2_establish_connection()
1703 bd_prod = qed_chain_get_prod_idx(&p_rx->rxq_chain); in qed_ll2_post_rx_buffer_notify_fw()
1754 if (qed_chain_get_elem_left(&p_rx->rxq_chain) && in qed_ll2_post_rx_buffer()
1756 p_data = qed_chain_produce(&p_rx->rxq_chain); in qed_ll2_post_rx_buffer()
[all …]
H A Dqed_ll2.h65 struct qed_chain rxq_chain; member