Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_ll2.c517 cq_old_idx = qed_chain_get_cons_idx(&p_rx->rcq_chain); in qed_ll2_rxq_completion()
524 qed_chain_consume(&p_rx->rcq_chain); in qed_ll2_rxq_completion()
525 cq_old_idx = qed_chain_get_cons_idx(&p_rx->rcq_chain); in qed_ll2_rxq_completion()
632 cq_old_idx = qed_chain_get_cons_idx(&p_rx->rcq_chain); in qed_ll2_lb_rxq_handler()
639 cqe = qed_chain_consume(&p_rx->rcq_chain); in qed_ll2_lb_rxq_handler()
640 cq_old_idx = qed_chain_get_cons_idx(&p_rx->rcq_chain); in qed_ll2_lb_rxq_handler()
964 cqe_pbl_size = (u16)qed_chain_get_page_cnt(&p_rx->rcq_chain); in qed_sp_ll2_rx_queue_start()
967 qed_chain_get_pbl_phys(&p_rx->rcq_chain)); in qed_sp_ll2_rx_queue_start()
1181 rc = qed_chain_alloc(cdev, &p_ll2_info->rx_queue.rcq_chain, &params); in qed_ll2_acquire_connection_rx()
1561 qed_chain_reset(&p_rx->rcq_chain); in qed_ll2_establish_connection()
[all …]
H A Dqed_ll2.h66 struct qed_chain rcq_chain; member