Searched refs:qed_ll2_post_rx_buffer (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_ll2.h | 158 int qed_ll2_post_rx_buffer(void *cxt,
|
H A D | qed_ll2.c | 219 rc = qed_ll2_post_rx_buffer(p_hwfn, cdev->ll2->handle, in qed_ll2b_complete_rx_packet() 822 rc = qed_ll2_post_rx_buffer(p_hwfn, in qed_ooo_submit_rx_buffers() 908 rc = qed_ll2_post_rx_buffer(p_hwfn, p_ll2_conn->my_id, in qed_ll2_lb_txq_completion() 1731 int qed_ll2_post_rx_buffer(void *cxt, in qed_ll2_post_rx_buffer() function 2497 rc = qed_ll2_post_rx_buffer(p_hwfn, in __qed_ll2_start()
|
H A D | qed_rdma.c | 2051 .ll2_post_rx_buffer = &qed_ll2_post_rx_buffer,
|
H A D | qed_iwarp.c | 1581 rc = qed_ll2_post_rx_buffer(p_hwfn, handle, buf->data_phys_addr, in qed_iwarp_ll2_post_rx()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_ll2.h | 145 * qed_ll2_post_rx_buffer(): Submit buffers to LL2 Rx queue. 157 int qed_ll2_post_rx_buffer(void *cxt,
|
H A D | qed_ll2.c | 245 rc = qed_ll2_post_rx_buffer(p_hwfn, cdev->ll2->handle, in qed_ll2b_complete_rx_packet() 845 rc = qed_ll2_post_rx_buffer(p_hwfn, in qed_ooo_submit_rx_buffers() 931 rc = qed_ll2_post_rx_buffer(p_hwfn, p_ll2_conn->my_id, in qed_ll2_lb_txq_completion() 1774 int qed_ll2_post_rx_buffer(void *cxt, in qed_ll2_post_rx_buffer() function 2545 rc = qed_ll2_post_rx_buffer(p_hwfn, in __qed_ll2_start()
|
H A D | qed_rdma.c | 2023 .ll2_post_rx_buffer = &qed_ll2_post_rx_buffer,
|
H A D | qed_iwarp.c | 1583 rc = qed_ll2_post_rx_buffer(p_hwfn, handle, buf->data_phys_addr, in qed_iwarp_ll2_post_rx()
|
Completed in 20 milliseconds