Home
last modified time | relevance | path

Searched refs:ref_handle (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_pcie.c604 moal_handle *ref_handle = NULL; in woal_pcie_suspend() local
701 ref_handle = (moal_handle *)handle->pref_mac; in woal_pcie_suspend()
702 if (ref_handle && ref_handle->is_suspended) in woal_pcie_suspend()
794 moal_handle *ref_handle = NULL; in woal_pcie_reset_prepare() local
825 ref_handle = (moal_handle *)handle->pref_mac; in woal_pcie_reset_prepare()
827 ref_handle = (moal_handle *)handle->pref_mac; in woal_pcie_reset_prepare()
832 if (ref_handle) { in woal_pcie_reset_prepare()
833 ref_handle->surprise_removed = MTRUE; in woal_pcie_reset_prepare()
834 woal_do_flr(ref_handle, true, true); in woal_pcie_reset_prepare()
848 moal_handle *ref_handle = NULL; in woal_pcie_reset_done() local
[all …]
H A Dmoal_proc.c471 moal_handle *ref_handle = NULL; in woal_config_write() local
530 ref_handle = (moal_handle *)handle->pref_mac; in woal_config_write()
531 if (ref_handle) { in woal_config_write()
532 priv = woal_get_priv(ref_handle, MLAN_BSS_ROLE_ANY); in woal_config_write()
H A Dmoal_usb.c1976 moal_handle *ref_handle = NULL; in woal_usb_get_fw_name() local
2025 ref_handle = (moal_handle *)handle->pref_mac; in woal_usb_get_fw_name()
2026 if (ref_handle) { in woal_usb_get_fw_name()
2028 ref_handle->card_info->fw_name); in woal_usb_get_fw_name()
2030 ref_handle->card_info->fw_name_wlan); in woal_usb_get_fw_name()
H A Dmoal_shim.c2300 moal_handle *ref_handle = NULL; local
2356 ref_handle = (moal_handle *)handle->pref_mac;
2357 if (ref_handle)
2358 ref_handle->driver_status = MTRUE;
2933 ref_handle = (moal_handle *)priv->phandle->pref_mac;
2934 if (ref_handle)
2935 ref_handle->driver_status = MTRUE;
H A Dmoal_main.c2211 moal_handle *ref_handle = NULL; local
2274 ref_handle = (moal_handle *)handle->pref_mac;
2275 if (ref_handle->pref_mac && (ref_handle->pref_mac == handle))
2276 ref_handle->pref_mac = NULL;
11528 moal_handle *ref_handle = NULL; local
11550 ref_handle = phandle;
11552 ref_handle = (moal_handle *)handle->pref_mac;
11563 if (ref_handle)
11564 woal_pre_reset(ref_handle);
11571 if (ref_handle) {
[all …]
H A Dmoal_priv.c209 moal_handle *ref_handle; in woal_warm_reset() local
215 ref_handle = (moal_handle *)handle->pref_mac; in woal_warm_reset()
216 if (ref_handle) { in woal_warm_reset()
217 ref_priv = woal_get_priv(ref_handle, MLAN_BSS_ROLE_ANY); in woal_warm_reset()
H A Dmoal_eth_ioctl.c6043 moal_handle *ref_handle; in woal_priv_warmreset() local
6049 ref_handle = (moal_handle *)handle->pref_mac; in woal_priv_warmreset()
6050 if (ref_handle) { in woal_priv_warmreset()
6051 ref_priv = woal_get_priv(ref_handle, MLAN_BSS_ROLE_ANY); in woal_priv_warmreset()
12266 moal_handle *ref_handle; in woal_auto_uap_channel_switch() local
12271 ref_handle = (moal_handle *)priv->phandle->pref_mac; in woal_auto_uap_channel_switch()
12272 pmpriv = woal_get_active_uap_interface(ref_handle); in woal_auto_uap_channel_switch()
/OK3568_Linux_fs/kernel/drivers/scsi/be2iscsi/
H A Dbe_mgmt.h47 unsigned int ref_handle; member
56 unsigned int ref_handle; member
H A Dbe_mgmt.c1537 req->ref_handle = 0; in beiscsi_mgmt_invalidate_icds()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/storage/
H A Dstorage.c68 TEE_ObjectHandle ref_handle = TEE_HANDLE_NULL; in ta_storage_cmd_create() local
92 ref_handle = (TEE_ObjectHandle)(uintptr_t)params[2].value.a; in ta_storage_cmd_create()
96 params[1].value.a, ref_handle, in ta_storage_cmd_create()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_init.c273 rx_buf->ref_handle = i; in netxen_alloc_sw_resources()
1835 pdesc->reference_handle = cpu_to_le16(buffer->ref_handle); in netxen_post_rx_buffers()
1894 pdesc->reference_handle = cpu_to_le16(buffer->ref_handle); in netxen_post_rx_buffers_nodb()
H A Dnetxen_nic.h554 u16 ref_handle; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_io.c871 buffer->ref_handle, ring_id); in qlcnic_post_rx_buffers_nodb()
1463 handle = qlcnic_get_ref_handle(adapter, buffer->ref_handle, in qlcnic_post_rx_buffers()
H A Dqlcnic_init.c236 rx_buf->ref_handle = i; in qlcnic_alloc_sw_resources()
H A Dqlcnic.h367 u16 ref_handle; member