Home
last modified time | relevance | path

Searched refs:ll2_syn_handle (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/qlogic/qed/
Dqed_iwarp.c2366 u8 ll2_syn_handle; in qed_iwarp_ll2_comp_syn_pkt() local
2372 ll2_syn_handle = p_hwfn->p_rdma_info->iwarp.ll2_syn_handle; in qed_iwarp_ll2_comp_syn_pkt()
2412 rc = qed_ll2_prepare_tx_packet(p_hwfn, ll2_syn_handle, in qed_iwarp_ll2_comp_syn_pkt()
2464 qed_iwarp_ll2_post_rx(p_hwfn, buf, ll2_syn_handle); in qed_iwarp_ll2_comp_syn_pkt()
2560 if (iwarp_info->ll2_syn_handle != QED_IWARP_HANDLE_INVAL) { in qed_iwarp_ll2_stop()
2562 iwarp_info->ll2_syn_handle); in qed_iwarp_ll2_stop()
2566 qed_ll2_release_connection(p_hwfn, iwarp_info->ll2_syn_handle); in qed_iwarp_ll2_stop()
2567 iwarp_info->ll2_syn_handle = QED_IWARP_HANDLE_INVAL; in qed_iwarp_ll2_stop()
2648 iwarp_info->ll2_syn_handle = QED_IWARP_HANDLE_INVAL; in qed_iwarp_ll2_start()
2678 data.p_connection_handle = &iwarp_info->ll2_syn_handle; in qed_iwarp_ll2_start()
[all …]
Dqed_iwarp.h77 u8 ll2_syn_handle; member