Searched refs:ll2_handle (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
D | qed_iwarp.c | 1974 u8 ll2_handle; in qed_iwarp_recycle_pkt() local 1986 ll2_handle = p_hwfn->p_rdma_info->iwarp.ll2_mpa_handle; in qed_iwarp_recycle_pkt() 1988 rc = qed_ll2_prepare_tx_packet(p_hwfn, ll2_handle, &tx_pkt, true); in qed_iwarp_recycle_pkt() 2006 u8 ll2_handle; in qed_iwarp_win_right_edge() local 2022 ll2_handle = p_hwfn->p_rdma_info->iwarp.ll2_mpa_handle; in qed_iwarp_win_right_edge() 2024 rc = qed_ll2_prepare_tx_packet(p_hwfn, ll2_handle, &tx_pkt, true); in qed_iwarp_win_right_edge() 2046 u8 ll2_handle; in qed_iwarp_send_fpdu() local 2080 ll2_handle = p_hwfn->p_rdma_info->iwarp.ll2_mpa_handle; in qed_iwarp_send_fpdu() 2083 rc = qed_ll2_prepare_tx_packet(p_hwfn, ll2_handle, &tx_pkt, true); in qed_iwarp_send_fpdu() 2088 rc = qed_ll2_set_fragment_of_tx_packet(p_hwfn, ll2_handle, in qed_iwarp_send_fpdu() [all …]
|