qed_ll2_establish_connection
rc = qed_ll2_establish_connection(p_hwfn, iwarp_info->ll2_syn_handle);
rc = qed_ll2_establish_connection(p_hwfn, iwarp_info->ll2_ooo_handle);
rc = qed_ll2_establish_connection(p_hwfn, iwarp_info->ll2_mpa_handle);
rc = qed_ll2_establish_connection(p_hwfn, *handle);
rc = qed_ll2_establish_connection(p_hwfn, cdev->ll2->handle);
int qed_ll2_establish_connection(void *cxt, u8 connection_handle);
.ll2_establish_connection = &qed_ll2_establish_connection,