Searched refs:ll2_handle (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/qlogic/qed/ |
D | qed_iwarp.c | 1989 u8 ll2_handle; in qed_iwarp_recycle_pkt() local 2001 ll2_handle = p_hwfn->p_rdma_info->iwarp.ll2_mpa_handle; in qed_iwarp_recycle_pkt() 2003 rc = qed_ll2_prepare_tx_packet(p_hwfn, ll2_handle, &tx_pkt, true); in qed_iwarp_recycle_pkt() 2021 u8 ll2_handle; in qed_iwarp_win_right_edge() local 2037 ll2_handle = p_hwfn->p_rdma_info->iwarp.ll2_mpa_handle; in qed_iwarp_win_right_edge() 2039 rc = qed_ll2_prepare_tx_packet(p_hwfn, ll2_handle, &tx_pkt, true); in qed_iwarp_win_right_edge() 2062 u8 ll2_handle; in qed_iwarp_send_fpdu() local 2096 ll2_handle = p_hwfn->p_rdma_info->iwarp.ll2_mpa_handle; in qed_iwarp_send_fpdu() 2099 rc = qed_ll2_prepare_tx_packet(p_hwfn, ll2_handle, &tx_pkt, true); in qed_iwarp_send_fpdu() 2104 rc = qed_ll2_set_fragment_of_tx_packet(p_hwfn, ll2_handle, in qed_iwarp_send_fpdu() [all …]
|