Searched refs:ref_handle (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_pcie.c | 604 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 D | moal_proc.c | 471 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 D | moal_usb.c | 1976 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 D | moal_shim.c | 2300 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 D | moal_main.c | 2211 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 D | moal_priv.c | 209 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 D | moal_eth_ioctl.c | 6043 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 D | be_mgmt.h | 47 unsigned int ref_handle; member 56 unsigned int ref_handle; member
|
| H A D | be_mgmt.c | 1537 req->ref_handle = 0; in beiscsi_mgmt_invalidate_icds()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/storage/ |
| H A D | storage.c | 68 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 D | netxen_nic_init.c | 273 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 D | netxen_nic.h | 554 u16 ref_handle; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_io.c | 871 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 D | qlcnic_init.c | 236 rx_buf->ref_handle = i; in qlcnic_alloc_sw_resources()
|
| H A D | qlcnic.h | 367 u16 ref_handle; member
|