Lines Matching refs:handle
52 u8 handle; member
245 rc = qed_ll2_post_rx_buffer(p_hwfn, cdev->ll2->handle, in qed_ll2b_complete_rx_packet()
948 u8 *handle = &p_hwfn->pf_params.iscsi_pf_params.ll2_ooo_queue_id; in qed_ll2_stop_ooo() local
951 "Stopping LL2 OOO queue [%02x]\n", *handle); in qed_ll2_stop_ooo()
953 qed_ll2_terminate_connection(p_hwfn, *handle); in qed_ll2_stop_ooo()
954 qed_ll2_release_connection(p_hwfn, *handle); in qed_ll2_stop_ooo()
955 *handle = QED_LL2_UNUSED_HANDLE; in qed_ll2_stop_ooo()
1536 u8 handle, in qed_ll2_handle_to_queue_id() argument
1542 return p_hwfn->hw_info.resc_start[QED_LL2_RAM_QUEUE] + handle; in qed_ll2_handle_to_queue_id()
1556 qid += (handle - QED_MAX_NUM_OF_LEGACY_LL2_CONNS_PF); in qed_ll2_handle_to_queue_id()
2389 u8 *handle, bool lb) in qed_ll2_set_conn_data() argument
2399 data->p_connection_handle = handle; in qed_ll2_set_conn_data()
2415 u8 *handle = &p_hwfn->pf_params.iscsi_pf_params.ll2_ooo_queue_id; in qed_ll2_start_ooo() local
2420 QED_LL2_TYPE_OOO, handle, true); in qed_ll2_start_ooo()
2428 rc = qed_ll2_establish_connection(p_hwfn, *handle); in qed_ll2_start_ooo()
2437 qed_ll2_release_connection(p_hwfn, *handle); in qed_ll2_start_ooo()
2439 *handle = QED_LL2_UNUSED_HANDLE; in qed_ll2_start_ooo()
2456 rc = qed_ll2_terminate_connection(p_hwfn, cdev->ll2->handle); in __qed_ll2_stop()
2460 qed_ll2_release_connection(p_hwfn, cdev->ll2->handle); in __qed_ll2_stop()
2471 if (cdev->ll2->handle == QED_LL2_UNUSED_HANDLE) in qed_ll2_stop()
2496 cdev->ll2->handle = QED_LL2_UNUSED_HANDLE; in qed_ll2_stop()
2527 &cdev->ll2->handle, false); in __qed_ll2_start()
2535 rc = qed_ll2_establish_connection(p_hwfn, cdev->ll2->handle); in __qed_ll2_start()
2546 cdev->ll2->handle, in __qed_ll2_start()
2571 qed_ll2_terminate_connection(p_hwfn, cdev->ll2->handle); in __qed_ll2_start()
2573 qed_ll2_release_connection(p_hwfn, cdev->ll2->handle); in __qed_ll2_start()
2672 cdev->ll2->handle = QED_LL2_UNUSED_HANDLE; in qed_ll2_start()
2737 rc = qed_ll2_prepare_tx_packet(p_hwfn, cdev->ll2->handle, in qed_ll2_start_xmit()
2756 cdev->ll2->handle, in qed_ll2_start_xmit()
2784 rc = qed_ll2_get_stats(p_hwfn, cdev->ll2->handle, stats); in qed_ll2_stats()
2793 cdev->ll2->handle, stats); in qed_ll2_stats()