Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_iwarp.c2352 u8 ll2_syn_handle; in qed_iwarp_ll2_comp_syn_pkt() local
2358 ll2_syn_handle = p_hwfn->p_rdma_info->iwarp.ll2_syn_handle; in qed_iwarp_ll2_comp_syn_pkt()
2398 rc = qed_ll2_prepare_tx_packet(p_hwfn, ll2_syn_handle, in qed_iwarp_ll2_comp_syn_pkt()
2450 qed_iwarp_ll2_post_rx(p_hwfn, buf, ll2_syn_handle); in qed_iwarp_ll2_comp_syn_pkt()
2544 if (iwarp_info->ll2_syn_handle != QED_IWARP_HANDLE_INVAL) { in qed_iwarp_ll2_stop()
2546 iwarp_info->ll2_syn_handle); in qed_iwarp_ll2_stop()
2550 qed_ll2_release_connection(p_hwfn, iwarp_info->ll2_syn_handle); in qed_iwarp_ll2_stop()
2551 iwarp_info->ll2_syn_handle = QED_IWARP_HANDLE_INVAL; in qed_iwarp_ll2_stop()
2632 iwarp_info->ll2_syn_handle = QED_IWARP_HANDLE_INVAL; in qed_iwarp_ll2_start()
2660 data.p_connection_handle = &iwarp_info->ll2_syn_handle; in qed_iwarp_ll2_start()
[all …]
Dqed_iwarp.h102 u8 ll2_syn_handle; member