Lines Matching refs:ll2_handle
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()
2117 ll2_handle, in qed_iwarp_send_fpdu()
2598 int num_rx_bufs, int buff_size, u8 ll2_handle) in qed_iwarp_ll2_alloc_buffers() argument
2622 rc = qed_iwarp_ll2_post_rx(p_hwfn, buffer, ll2_handle); in qed_iwarp_ll2_alloc_buffers()