Searched refs:qed_ll2_prepare_tx_packet (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/ |
D | qed_ll2.h | 184 int qed_ll2_prepare_tx_packet(void *cxt,
|
D | qed_iwarp.c | 2004 rc = qed_ll2_prepare_tx_packet(p_hwfn, ll2_handle, &tx_pkt, true); in qed_iwarp_recycle_pkt() 2040 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() 2398 rc = qed_ll2_prepare_tx_packet(p_hwfn, ll2_syn_handle, in qed_iwarp_ll2_comp_syn_pkt()
|
D | qed_ll2.c | 814 rc = qed_ll2_prepare_tx_packet(p_hwfn, p_ll2_conn->my_id, in qed_ooo_submit_tx_buffers() 1844 int qed_ll2_prepare_tx_packet(void *cxt, in qed_ll2_prepare_tx_packet() function 2572 rc = qed_ll2_prepare_tx_packet(p_hwfn, cdev->ll2->handle, in qed_ll2_start_xmit()
|
D | qed_rdma.c | 1982 .ll2_prepare_tx_packet = &qed_ll2_prepare_tx_packet,
|