Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/qlogic/qed/
Dqed_iwarp.c2364 u8 ll2_syn_handle; in qed_iwarp_ll2_comp_syn_pkt() local
2370 ll2_syn_handle = p_hwfn->p_rdma_info->iwarp.ll2_syn_handle; in qed_iwarp_ll2_comp_syn_pkt()
2410 rc = qed_ll2_prepare_tx_packet(p_hwfn, ll2_syn_handle, in qed_iwarp_ll2_comp_syn_pkt()
2462 qed_iwarp_ll2_post_rx(p_hwfn, buf, ll2_syn_handle); in qed_iwarp_ll2_comp_syn_pkt()
2558 if (iwarp_info->ll2_syn_handle != QED_IWARP_HANDLE_INVAL) { in qed_iwarp_ll2_stop()
2560 iwarp_info->ll2_syn_handle); in qed_iwarp_ll2_stop()
2564 qed_ll2_release_connection(p_hwfn, iwarp_info->ll2_syn_handle); in qed_iwarp_ll2_stop()
2565 iwarp_info->ll2_syn_handle = QED_IWARP_HANDLE_INVAL; in qed_iwarp_ll2_stop()
2646 iwarp_info->ll2_syn_handle = QED_IWARP_HANDLE_INVAL; in qed_iwarp_ll2_start()
2676 data.p_connection_handle = &iwarp_info->ll2_syn_handle; in qed_iwarp_ll2_start()
[all …]
Dqed_iwarp.h77 u8 ll2_syn_handle; member