Searched refs:qed_ll2_prepare_tx_packet (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_ll2.h | 164 * @brief qed_ll2_prepare_tx_packet - request for start Tx BD 174 int qed_ll2_prepare_tx_packet(void *cxt, 192 * qed_ll2_prepare_tx_packet
|
H A D | qed_ll2.c | 803 rc = qed_ll2_prepare_tx_packet(p_hwfn, p_ll2_conn->my_id, in qed_ooo_submit_tx_buffers() 1953 int qed_ll2_prepare_tx_packet(void *cxt, in qed_ll2_prepare_tx_packet() function 2643 * the completion routine after calling qed_ll2_prepare_tx_packet() in qed_ll2_start_xmit() 2682 /* qed_ll2_prepare_tx_packet() may actually send the packet if in qed_ll2_start_xmit() 2687 rc = qed_ll2_prepare_tx_packet(p_hwfn, cdev->ll2->handle, in qed_ll2_start_xmit()
|
H A D | qed_iwarp.c | 2003 rc = qed_ll2_prepare_tx_packet(p_hwfn, ll2_handle, &tx_pkt, true); in qed_iwarp_recycle_pkt() 2039 rc = qed_ll2_prepare_tx_packet(p_hwfn, ll2_handle, &tx_pkt, true); in qed_iwarp_win_right_edge() 2099 rc = qed_ll2_prepare_tx_packet(p_hwfn, ll2_handle, &tx_pkt, true); in qed_iwarp_send_fpdu() 2412 rc = qed_ll2_prepare_tx_packet(p_hwfn, ll2_syn_handle, in qed_iwarp_ll2_comp_syn_pkt()
|
H A D | qed_rdma.c | 2052 .ll2_prepare_tx_packet = &qed_ll2_prepare_tx_packet,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_ll2.h | 163 * qed_ll2_prepare_tx_packet(): Request for start Tx BD 173 int qed_ll2_prepare_tx_packet(void *cxt, 193 * qed_ll2_prepare_tx_packet
|
H A D | qed_ll2.c | 826 rc = qed_ll2_prepare_tx_packet(p_hwfn, p_ll2_conn->my_id, in qed_ooo_submit_tx_buffers() 1996 int qed_ll2_prepare_tx_packet(void *cxt, in qed_ll2_prepare_tx_packet() function 2693 * the completion routine after calling qed_ll2_prepare_tx_packet() in qed_ll2_start_xmit() 2732 /* qed_ll2_prepare_tx_packet() may actually send the packet if in qed_ll2_start_xmit() 2737 rc = qed_ll2_prepare_tx_packet(p_hwfn, cdev->ll2->handle, in qed_ll2_start_xmit()
|
H A D | qed_iwarp.c | 2003 rc = qed_ll2_prepare_tx_packet(p_hwfn, ll2_handle, &tx_pkt, true); in qed_iwarp_recycle_pkt() 2039 rc = qed_ll2_prepare_tx_packet(p_hwfn, ll2_handle, &tx_pkt, true); in qed_iwarp_win_right_edge() 2099 rc = qed_ll2_prepare_tx_packet(p_hwfn, ll2_handle, &tx_pkt, true); in qed_iwarp_send_fpdu() 2412 rc = qed_ll2_prepare_tx_packet(p_hwfn, ll2_syn_handle, in qed_iwarp_ll2_comp_syn_pkt()
|
H A D | qed_rdma.c | 2024 .ll2_prepare_tx_packet = &qed_ll2_prepare_tx_packet,
|
Completed in 25 milliseconds