Home
last modified time | relevance | path

Searched refs:qed_ll2_release_connection (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/qlogic/qed/
Dqed_ll2.h188 void qed_ll2_release_connection(void *cxt, u8 connection_handle);
Dqed_ll2.c954 qed_ll2_release_connection(p_hwfn, *handle); in qed_ll2_stop_ooo()
1486 qed_ll2_release_connection(p_hwfn, i); in qed_ll2_acquire_connection()
2172 void qed_ll2_release_connection(void *cxt, u8 connection_handle) in qed_ll2_release_connection() function
2437 qed_ll2_release_connection(p_hwfn, *handle); in qed_ll2_start_ooo()
2460 qed_ll2_release_connection(p_hwfn, cdev->ll2->handle); in __qed_ll2_stop()
2573 qed_ll2_release_connection(p_hwfn, cdev->ll2->handle); in __qed_ll2_start()
Dqed_iwarp.c2566 qed_ll2_release_connection(p_hwfn, iwarp_info->ll2_syn_handle); in qed_iwarp_ll2_stop()
2576 qed_ll2_release_connection(p_hwfn, iwarp_info->ll2_ooo_handle); in qed_iwarp_ll2_stop()
2586 qed_ll2_release_connection(p_hwfn, iwarp_info->ll2_mpa_handle); in qed_iwarp_ll2_stop()
Dqed_rdma.c2020 .ll2_release_connection = &qed_ll2_release_connection,