Searched refs:qed_ll2_release_connection (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/ |
D | qed_ll2.h | 197 void qed_ll2_release_connection(void *cxt, u8 connection_handle);
|
D | qed_ll2.c | 936 qed_ll2_release_connection(p_hwfn, *handle); in qed_ll2_stop_ooo() 1441 qed_ll2_release_connection(p_hwfn, i); in qed_ll2_acquire_connection() 2013 void qed_ll2_release_connection(void *cxt, u8 connection_handle) in qed_ll2_release_connection() function 2278 qed_ll2_release_connection(p_hwfn, *handle); in qed_ll2_start_ooo() 2300 qed_ll2_release_connection(p_hwfn, cdev->ll2->handle); in __qed_ll2_stop() 2410 qed_ll2_release_connection(p_hwfn, cdev->ll2->handle); in __qed_ll2_start()
|
D | qed_iwarp.c | 2550 qed_ll2_release_connection(p_hwfn, iwarp_info->ll2_syn_handle); in qed_iwarp_ll2_stop() 2560 qed_ll2_release_connection(p_hwfn, iwarp_info->ll2_ooo_handle); in qed_iwarp_ll2_stop() 2570 qed_ll2_release_connection(p_hwfn, iwarp_info->ll2_mpa_handle); in qed_iwarp_ll2_stop()
|
D | qed_rdma.c | 1980 .ll2_release_connection = &qed_ll2_release_connection,
|