Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_iwarp.c2336 u8 ll2_syn_handle; in qed_iwarp_ll2_comp_syn_pkt() local
2342 ll2_syn_handle = p_hwfn->p_rdma_info->iwarp.ll2_syn_handle; in qed_iwarp_ll2_comp_syn_pkt()
2382 rc = qed_ll2_prepare_tx_packet(p_hwfn, ll2_syn_handle, in qed_iwarp_ll2_comp_syn_pkt()
2434 qed_iwarp_ll2_post_rx(p_hwfn, buf, ll2_syn_handle); in qed_iwarp_ll2_comp_syn_pkt()
2528 if (iwarp_info->ll2_syn_handle != QED_IWARP_HANDLE_INVAL) { in qed_iwarp_ll2_stop()
2530 iwarp_info->ll2_syn_handle); in qed_iwarp_ll2_stop()
2534 qed_ll2_release_connection(p_hwfn, iwarp_info->ll2_syn_handle); in qed_iwarp_ll2_stop()
2535 iwarp_info->ll2_syn_handle = QED_IWARP_HANDLE_INVAL; in qed_iwarp_ll2_stop()
2615 iwarp_info->ll2_syn_handle = QED_IWARP_HANDLE_INVAL; in qed_iwarp_ll2_start()
2642 data.p_connection_handle = &iwarp_info->ll2_syn_handle; in qed_iwarp_ll2_start()
[all …]
Dqed_iwarp.h103 u8 ll2_syn_handle; member