Searched refs:p_rx (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_ll2.c | 426 struct qed_ll2_rx_queue *p_rx = &p_ll2_conn->rx_queue; in qed_ll2_handle_slowpath() local 443 spin_unlock_irqrestore(&p_rx->lock, *p_lock_flags); in qed_ll2_handle_slowpath() 450 spin_lock_irqsave(&p_rx->lock, *p_lock_flags); in qed_ll2_handle_slowpath() 461 struct qed_ll2_rx_queue *p_rx = &p_ll2_conn->rx_queue; in qed_ll2_rxq_handle_completion() local 465 if (!list_empty(&p_rx->active_descq)) in qed_ll2_rxq_handle_completion() 466 p_pkt = list_first_entry(&p_rx->active_descq, in qed_ll2_rxq_handle_completion() 481 if (qed_chain_consume(&p_rx->rxq_chain) != p_pkt->rxq_bd) in qed_ll2_rxq_handle_completion() 485 list_add_tail(&p_pkt->list_entry, &p_rx->free_descq); in qed_ll2_rxq_handle_completion() 492 spin_unlock_irqrestore(&p_rx->lock, *p_lock_flags); in qed_ll2_rxq_handle_completion() 495 spin_lock_irqsave(&p_rx in qed_ll2_rxq_handle_completion() 503 struct qed_ll2_rx_queue *p_rx = &p_ll2_conn->rx_queue; qed_ll2_rxq_completion() local 559 struct qed_ll2_rx_queue *p_rx; qed_ll2_rxq_flush() local 623 struct qed_ll2_rx_queue *p_rx = &p_ll2_conn->rx_queue; qed_ll2_lb_rxq_handler() local 940 struct qed_ll2_rx_queue *p_rx = &p_ll2_conn->rx_queue; qed_sp_ll2_rx_queue_start() local 1541 struct qed_ll2_rx_queue *p_rx; qed_ll2_establish_connection() local 1678 qed_ll2_post_rx_buffer_notify_fw(struct qed_hwfn *p_hwfn, struct qed_ll2_rx_queue *p_rx, struct qed_ll2_rx_packet *p_curp) qed_ll2_post_rx_buffer_notify_fw() argument 1740 struct qed_ll2_rx_queue *p_rx; qed_ll2_post_rx_buffer() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_ll2.c | 452 struct qed_ll2_rx_queue *p_rx = &p_ll2_conn->rx_queue; in qed_ll2_handle_slowpath() local 469 spin_unlock_irqrestore(&p_rx->lock, *p_lock_flags); in qed_ll2_handle_slowpath() 476 spin_lock_irqsave(&p_rx->lock, *p_lock_flags); in qed_ll2_handle_slowpath() 487 struct qed_ll2_rx_queue *p_rx = &p_ll2_conn->rx_queue; in qed_ll2_rxq_handle_completion() local 491 if (!list_empty(&p_rx->active_descq)) in qed_ll2_rxq_handle_completion() 492 p_pkt = list_first_entry(&p_rx->active_descq, in qed_ll2_rxq_handle_completion() 507 if (unlikely(qed_chain_consume(&p_rx->rxq_chain) != p_pkt->rxq_bd)) in qed_ll2_rxq_handle_completion() 511 list_add_tail(&p_pkt->list_entry, &p_rx->free_descq); in qed_ll2_rxq_handle_completion() 518 spin_unlock_irqrestore(&p_rx->lock, *p_lock_flags); in qed_ll2_rxq_handle_completion() 521 spin_lock_irqsave(&p_rx in qed_ll2_rxq_handle_completion() 529 struct qed_ll2_rx_queue *p_rx = &p_ll2_conn->rx_queue; qed_ll2_rxq_completion() local 585 struct qed_ll2_rx_queue *p_rx; qed_ll2_rxq_flush() local 649 struct qed_ll2_rx_queue *p_rx = &p_ll2_conn->rx_queue; qed_ll2_lb_rxq_handler() local 963 struct qed_ll2_rx_queue *p_rx = &p_ll2_conn->rx_queue; qed_sp_ll2_rx_queue_start() local 1567 struct qed_ll2_rx_queue *p_rx; qed_ll2_establish_connection() local 1721 qed_ll2_post_rx_buffer_notify_fw(struct qed_hwfn *p_hwfn, struct qed_ll2_rx_queue *p_rx, struct qed_ll2_rx_packet *p_curp) qed_ll2_post_rx_buffer_notify_fw() argument 1783 struct qed_ll2_rx_queue *p_rx; qed_ll2_post_rx_buffer() local [all...] |
Completed in 5 milliseconds