Home
last modified time | relevance | path

Searched refs:rcq_chain (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_ll2.c520 cq_old_idx = qed_chain_get_cons_idx(&p_rx->rcq_chain); in qed_ll2_rxq_completion()
527 qed_chain_consume(&p_rx->rcq_chain); in qed_ll2_rxq_completion()
528 cq_old_idx = qed_chain_get_cons_idx(&p_rx->rcq_chain); in qed_ll2_rxq_completion()
635 cq_old_idx = qed_chain_get_cons_idx(&p_rx->rcq_chain); in qed_ll2_lb_rxq_handler()
642 cqe = qed_chain_consume(&p_rx->rcq_chain); in qed_ll2_lb_rxq_handler()
643 cq_old_idx = qed_chain_get_cons_idx(&p_rx->rcq_chain); in qed_ll2_lb_rxq_handler()
967 cqe_pbl_size = (u16)qed_chain_get_page_cnt(&p_rx->rcq_chain); in qed_sp_ll2_rx_queue_start()
970 qed_chain_get_pbl_phys(&p_rx->rcq_chain)); in qed_sp_ll2_rx_queue_start()
1184 rc = qed_chain_alloc(cdev, &p_ll2_info->rx_queue.rcq_chain, &params); in qed_ll2_acquire_connection_rx()
1564 qed_chain_reset(&p_rx->rcq_chain); in qed_ll2_establish_connection()
[all...]
H A Dqed_ll2.h66 struct qed_chain rcq_chain; member
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_ll2.c546 cq_old_idx = qed_chain_get_cons_idx(&p_rx->rcq_chain); in qed_ll2_rxq_completion()
553 qed_chain_consume(&p_rx->rcq_chain); in qed_ll2_rxq_completion()
554 cq_old_idx = qed_chain_get_cons_idx(&p_rx->rcq_chain); in qed_ll2_rxq_completion()
661 cq_old_idx = qed_chain_get_cons_idx(&p_rx->rcq_chain); in qed_ll2_lb_rxq_handler()
668 cqe = qed_chain_consume(&p_rx->rcq_chain); in qed_ll2_lb_rxq_handler()
669 cq_old_idx = qed_chain_get_cons_idx(&p_rx->rcq_chain); in qed_ll2_lb_rxq_handler()
990 cqe_pbl_size = (u16)qed_chain_get_page_cnt(&p_rx->rcq_chain); in qed_sp_ll2_rx_queue_start()
993 qed_chain_get_pbl_phys(&p_rx->rcq_chain)); in qed_sp_ll2_rx_queue_start()
1210 rc = qed_chain_alloc(cdev, &p_ll2_info->rx_queue.rcq_chain, &params); in qed_ll2_acquire_connection_rx()
1590 qed_chain_reset(&p_rx->rcq_chain); in qed_ll2_establish_connection()
[all...]
H A Dqed_ll2.h65 struct qed_chain rcq_chain; member

Completed in 6 milliseconds