| /kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/ |
| D | qlcnic_main.c | 62 static void qlcnic_idc_debug_info(struct qlcnic_adapter *adapter, u8 encoding); 63 static int qlcnic_can_start_firmware(struct qlcnic_adapter *adapter); 74 static void qlcnic_free_lb_filters_mem(struct qlcnic_adapter *adapter); 89 static u32 qlcnic_vlan_tx_check(struct qlcnic_adapter *adapter) in qlcnic_vlan_tx_check() argument 91 struct qlcnic_hardware_context *ahw = adapter->ahw; in qlcnic_vlan_tx_check() 93 if (adapter->pdev->device == PCI_DEVICE_ID_QLOGIC_QLE824X) in qlcnic_vlan_tx_check() 161 "8400 series 10GbE Converged Network Adapter (TCP/IP Networking)" }, 166 "8300 Series Dual Port 10GbE Converged Network Adapter " 172 "8300 Series Single Port 10GbE Converged Network Adapter " 178 "8300 Series Dual Port 10GbE Converged Network Adapter " [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/ |
| D | qlcnic_main.c | 61 static void qlcnic_idc_debug_info(struct qlcnic_adapter *adapter, u8 encoding); 62 static int qlcnic_can_start_firmware(struct qlcnic_adapter *adapter); 73 static void qlcnic_free_lb_filters_mem(struct qlcnic_adapter *adapter); 88 static u32 qlcnic_vlan_tx_check(struct qlcnic_adapter *adapter) in qlcnic_vlan_tx_check() argument 90 struct qlcnic_hardware_context *ahw = adapter->ahw; in qlcnic_vlan_tx_check() 92 if (adapter->pdev->device == PCI_DEVICE_ID_QLOGIC_QLE824X) in qlcnic_vlan_tx_check() 160 "8400 series 10GbE Converged Network Adapter (TCP/IP Networking)" }, 165 "8300 Series Dual Port 10GbE Converged Network Adapter " 171 "8300 Series Single Port 10GbE Converged Network Adapter " 177 "8300 Series Dual Port 10GbE Converged Network Adapter " [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
| D | main.c | 46 * - Allocate adapter structure 47 * - Save interface specific operations table in adapter 50 * - Set default adapter structure parameters 59 struct mwifiex_adapter *adapter; in mwifiex_register() local 62 adapter = kzalloc(sizeof(struct mwifiex_adapter), GFP_KERNEL); in mwifiex_register() 63 if (!adapter) in mwifiex_register() 66 *padapter = adapter; in mwifiex_register() 67 adapter->dev = dev; in mwifiex_register() 68 adapter->card = card; in mwifiex_register() 70 /* Save interface specific operations in adapter */ in mwifiex_register() [all …]
|
| D | init.c | 24 struct mwifiex_adapter *adapter = priv->adapter; in mwifiex_add_bss_prio_tbl() local 26 struct mwifiex_bss_prio_tbl *tbl = adapter->bss_prio_tbl; in mwifiex_add_bss_prio_tbl() 44 struct mwifiex_adapter *adapter = from_timer(adapter, t, wakeup_timer); in wakeup_timer_fn() local 46 mwifiex_dbg(adapter, ERROR, "Firmware wakeup failed\n"); in wakeup_timer_fn() 47 adapter->hw_status = MWIFIEX_HW_STATUS_RESET; in wakeup_timer_fn() 48 mwifiex_cancel_all_pending_cmd(adapter); in wakeup_timer_fn() 50 if (adapter->if_ops.card_reset) in wakeup_timer_fn() 51 adapter->if_ops.card_reset(adapter); in wakeup_timer_fn() 56 struct mwifiex_adapter *adapter = in fw_dump_work() local 59 mwifiex_upload_device_dump(adapter); in fw_dump_work() [all …]
|
| D | cmdevt.c | 17 static void mwifiex_cancel_pending_ioctl(struct mwifiex_adapter *adapter); 49 mwifiex_get_cmd_node(struct mwifiex_adapter *adapter) in mwifiex_get_cmd_node() argument 53 spin_lock_bh(&adapter->cmd_free_q_lock); in mwifiex_get_cmd_node() 54 if (list_empty(&adapter->cmd_free_q)) { in mwifiex_get_cmd_node() 55 mwifiex_dbg(adapter, ERROR, in mwifiex_get_cmd_node() 57 spin_unlock_bh(&adapter->cmd_free_q_lock); in mwifiex_get_cmd_node() 60 cmd_node = list_first_entry(&adapter->cmd_free_q, in mwifiex_get_cmd_node() 63 spin_unlock_bh(&adapter->cmd_free_q_lock); in mwifiex_get_cmd_node() 80 mwifiex_clean_cmd_node(struct mwifiex_adapter *adapter, in mwifiex_clean_cmd_node() argument 92 adapter->if_ops.cmdrsp_complete(adapter, cmd_node->resp_skb); in mwifiex_clean_cmd_node() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
| D | main.c | 58 * - Allocate adapter structure 59 * - Save interface specific operations table in adapter 62 * - Set default adapter structure parameters 71 struct mwifiex_adapter *adapter; in mwifiex_register() local 74 adapter = kzalloc(sizeof(struct mwifiex_adapter), GFP_KERNEL); in mwifiex_register() 75 if (!adapter) in mwifiex_register() 78 *padapter = adapter; in mwifiex_register() 79 adapter->dev = dev; in mwifiex_register() 80 adapter->card = card; in mwifiex_register() 82 /* Save interface specific operations in adapter */ in mwifiex_register() [all …]
|
| D | cmdevt.c | 29 static void mwifiex_cancel_pending_ioctl(struct mwifiex_adapter *adapter); 61 mwifiex_get_cmd_node(struct mwifiex_adapter *adapter) in mwifiex_get_cmd_node() argument 65 spin_lock_bh(&adapter->cmd_free_q_lock); in mwifiex_get_cmd_node() 66 if (list_empty(&adapter->cmd_free_q)) { in mwifiex_get_cmd_node() 67 mwifiex_dbg(adapter, ERROR, in mwifiex_get_cmd_node() 69 spin_unlock_bh(&adapter->cmd_free_q_lock); in mwifiex_get_cmd_node() 72 cmd_node = list_first_entry(&adapter->cmd_free_q, in mwifiex_get_cmd_node() 75 spin_unlock_bh(&adapter->cmd_free_q_lock); in mwifiex_get_cmd_node() 92 mwifiex_clean_cmd_node(struct mwifiex_adapter *adapter, in mwifiex_clean_cmd_node() argument 104 adapter->if_ops.cmdrsp_complete(adapter, cmd_node->resp_skb); in mwifiex_clean_cmd_node() [all …]
|
| D | init.c | 36 struct mwifiex_adapter *adapter = priv->adapter; in mwifiex_add_bss_prio_tbl() local 38 struct mwifiex_bss_prio_tbl *tbl = adapter->bss_prio_tbl; in mwifiex_add_bss_prio_tbl() 56 struct mwifiex_adapter *adapter = from_timer(adapter, t, wakeup_timer); in wakeup_timer_fn() local 58 mwifiex_dbg(adapter, ERROR, "Firmware wakeup failed\n"); in wakeup_timer_fn() 59 adapter->hw_status = MWIFIEX_HW_STATUS_RESET; in wakeup_timer_fn() 60 mwifiex_cancel_all_pending_cmd(adapter); in wakeup_timer_fn() 62 if (adapter->if_ops.card_reset) in wakeup_timer_fn() 63 adapter->if_ops.card_reset(adapter); in wakeup_timer_fn() 68 struct mwifiex_adapter *adapter = from_timer(adapter, t, devdump_timer); in fw_dump_timer_fn() local 70 mwifiex_upload_device_dump(adapter); in fw_dump_timer_fn() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/netxen/ |
| D | netxen_nic_main.c | 55 static void netxen_schedule_work(struct netxen_adapter *adapter, 57 static void netxen_cancel_fw_work(struct netxen_adapter *adapter); 60 static void netxen_create_sysfs_entries(struct netxen_adapter *adapter); 61 static void netxen_remove_sysfs_entries(struct netxen_adapter *adapter); 62 static void netxen_create_diag_entries(struct netxen_adapter *adapter); 63 static void netxen_remove_diag_entries(struct netxen_adapter *adapter); 64 static int nx_dev_request_aer(struct netxen_adapter *adapter); 65 static int nx_decr_dev_ref_cnt(struct netxen_adapter *adapter); 66 static int netxen_can_start_firmware(struct netxen_adapter *adapter); 103 netxen_nic_update_cmd_producer(struct netxen_adapter *adapter, in netxen_nic_update_cmd_producer() argument [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/netxen/ |
| D | netxen_nic_main.c | 54 static void netxen_schedule_work(struct netxen_adapter *adapter, 56 static void netxen_cancel_fw_work(struct netxen_adapter *adapter); 59 static void netxen_create_sysfs_entries(struct netxen_adapter *adapter); 60 static void netxen_remove_sysfs_entries(struct netxen_adapter *adapter); 61 static void netxen_create_diag_entries(struct netxen_adapter *adapter); 62 static void netxen_remove_diag_entries(struct netxen_adapter *adapter); 63 static int nx_dev_request_aer(struct netxen_adapter *adapter); 64 static int nx_decr_dev_ref_cnt(struct netxen_adapter *adapter); 65 static int netxen_can_start_firmware(struct netxen_adapter *adapter); 102 netxen_nic_update_cmd_producer(struct netxen_adapter *adapter, in netxen_nic_update_cmd_producer() argument [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/ |
| D | iavf_virtchnl.c | 10 * @adapter: adapter structure 17 static int iavf_send_pf_msg(struct iavf_adapter *adapter, in iavf_send_pf_msg() argument 20 struct iavf_hw *hw = &adapter->hw; in iavf_send_pf_msg() 23 if (adapter->flags & IAVF_FLAG_PF_COMMS_FAILED) in iavf_send_pf_msg() 28 dev_dbg(&adapter->pdev->dev, "Unable to send opcode %d to PF, status %s, aq_err %s\n", in iavf_send_pf_msg() 36 * @adapter: adapter structure 42 int iavf_send_api_ver(struct iavf_adapter *adapter) in iavf_send_api_ver() argument 49 return iavf_send_pf_msg(adapter, VIRTCHNL_OP_VERSION, (u8 *)&vvi, in iavf_send_api_ver() 90 * @adapter: adapter structure 97 int iavf_verify_api_ver(struct iavf_adapter *adapter) in iavf_verify_api_ver() argument [all …]
|
| D | iavf_main.c | 14 static int iavf_setup_all_tx_resources(struct iavf_adapter *adapter); 15 static int iavf_setup_all_rx_resources(struct iavf_adapter *adapter); 17 static void iavf_init_get_resources(struct iavf_adapter *adapter); 161 * iavf_pdev_to_adapter - go from pci_dev to adapter 171 * @adapter: board private structure 173 static bool iavf_is_reset_in_progress(struct iavf_adapter *adapter) in iavf_is_reset_in_progress() argument 175 if (adapter->state == __IAVF_RESETTING || in iavf_is_reset_in_progress() 176 adapter->flags & (IAVF_FLAG_RESET_PENDING | in iavf_is_reset_in_progress() 185 * @adapter: board private structure 189 int iavf_wait_for_reset(struct iavf_adapter *adapter) in iavf_wait_for_reset() argument [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/ |
| D | iavf_virtchnl.c | 14 * @adapter: adapter structure 21 static int iavf_send_pf_msg(struct iavf_adapter *adapter, in iavf_send_pf_msg() argument 24 struct iavf_hw *hw = &adapter->hw; in iavf_send_pf_msg() 27 if (adapter->flags & IAVF_FLAG_PF_COMMS_FAILED) in iavf_send_pf_msg() 32 dev_dbg(&adapter->pdev->dev, "Unable to send opcode %d to PF, err %s, aq_err %s\n", in iavf_send_pf_msg() 40 * @adapter: adapter structure 46 int iavf_send_api_ver(struct iavf_adapter *adapter) in iavf_send_api_ver() argument 53 return iavf_send_pf_msg(adapter, VIRTCHNL_OP_VERSION, (u8 *)&vvi, in iavf_send_api_ver() 59 * @adapter: adapter structure 66 int iavf_verify_api_ver(struct iavf_adapter *adapter) in iavf_verify_api_ver() argument [all …]
|
| D | iavf_main.c | 14 static int iavf_setup_all_tx_resources(struct iavf_adapter *adapter); 15 static int iavf_setup_all_rx_resources(struct iavf_adapter *adapter); 17 static int iavf_init_get_resources(struct iavf_adapter *adapter); 65 struct iavf_adapter *adapter = (struct iavf_adapter *)hw->back; in iavf_allocate_dma_mem_d() local 71 mem->va = dma_alloc_coherent(&adapter->pdev->dev, mem->size, in iavf_allocate_dma_mem_d() 87 struct iavf_adapter *adapter = (struct iavf_adapter *)hw->back; in iavf_free_dma_mem_d() local 91 dma_free_coherent(&adapter->pdev->dev, mem->size, in iavf_free_dma_mem_d() 136 * @adapter: board private structure 142 static int iavf_lock_timeout(struct iavf_adapter *adapter, in iavf_lock_timeout() argument 149 if (!test_and_set_bit(bit, &adapter->crit_section)) in iavf_lock_timeout() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/ibm/ |
| D | ibmvnic.c | 87 static int send_subcrq(struct ibmvnic_adapter *adapter, u64 remote_handle, 100 static void send_query_map(struct ibmvnic_adapter *adapter); 103 static int send_login(struct ibmvnic_adapter *adapter); 104 static void send_query_cap(struct ibmvnic_adapter *adapter); 106 static int init_sub_crq_irqs(struct ibmvnic_adapter *adapter); 110 static int init_crq_queue(struct ibmvnic_adapter *adapter); 111 static int send_query_phys_parms(struct ibmvnic_adapter *adapter); 163 * @adapter: private device data 170 static int ibmvnic_wait_for_completion(struct ibmvnic_adapter *adapter, in ibmvnic_wait_for_completion() argument 178 netdev = adapter->netdev; in ibmvnic_wait_for_completion() [all …]
|
| /kernel/linux/linux-6.6/drivers/s390/scsi/ |
| D | zfcp_aux.c | 61 struct zfcp_adapter *adapter; in zfcp_init_device_configure() local 71 adapter = zfcp_ccw_adapter_by_cdev(cdev); in zfcp_init_device_configure() 72 if (!adapter) in zfcp_init_device_configure() 75 port = zfcp_get_port_by_wwpn(adapter, wwpn); in zfcp_init_device_configure() 84 zfcp_ccw_adapter_put(adapter); in zfcp_init_device_configure() 183 * zfcp_get_port_by_wwpn - find port in port list of adapter by wwpn 184 * @adapter: pointer to adapter to search for port 189 struct zfcp_port *zfcp_get_port_by_wwpn(struct zfcp_adapter *adapter, in zfcp_get_port_by_wwpn() argument 195 read_lock_irqsave(&adapter->port_list_lock, flags); in zfcp_get_port_by_wwpn() 196 list_for_each_entry(port, &adapter->port_list, list) in zfcp_get_port_by_wwpn() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/ |
| D | be_main.c | 65 /* Workqueue used by all functions for defering cmd calls to the adapter */ 145 static void be_queue_free(struct be_adapter *adapter, struct be_queue_info *q) in be_queue_free() argument 150 dma_free_coherent(&adapter->pdev->dev, mem->size, mem->va, in be_queue_free() 156 static int be_queue_alloc(struct be_adapter *adapter, struct be_queue_info *q, in be_queue_alloc() argument 165 mem->va = dma_alloc_coherent(&adapter->pdev->dev, mem->size, in be_queue_alloc() 172 static void be_reg_intr_set(struct be_adapter *adapter, bool enable) in be_reg_intr_set() argument 176 pci_read_config_dword(adapter->pdev, PCICFG_MEMBAR_CTRL_INT_CTRL_OFFSET, in be_reg_intr_set() 187 pci_write_config_dword(adapter->pdev, in be_reg_intr_set() 191 static void be_intr_set(struct be_adapter *adapter, bool enable) in be_intr_set() argument 196 if (lancer_chip(adapter)) in be_intr_set() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/ |
| D | be_main.c | 64 /* Workqueue used by all functions for defering cmd calls to the adapter */ 144 static void be_queue_free(struct be_adapter *adapter, struct be_queue_info *q) in be_queue_free() argument 149 dma_free_coherent(&adapter->pdev->dev, mem->size, mem->va, in be_queue_free() 155 static int be_queue_alloc(struct be_adapter *adapter, struct be_queue_info *q, in be_queue_alloc() argument 164 mem->va = dma_alloc_coherent(&adapter->pdev->dev, mem->size, in be_queue_alloc() 171 static void be_reg_intr_set(struct be_adapter *adapter, bool enable) in be_reg_intr_set() argument 175 pci_read_config_dword(adapter->pdev, PCICFG_MEMBAR_CTRL_INT_CTRL_OFFSET, in be_reg_intr_set() 186 pci_write_config_dword(adapter->pdev, in be_reg_intr_set() 190 static void be_intr_set(struct be_adapter *adapter, bool enable) in be_intr_set() argument 195 if (lancer_chip(adapter)) in be_intr_set() [all …]
|
| /kernel/linux/linux-5.10/drivers/s390/scsi/ |
| D | zfcp_aux.c | 61 struct zfcp_adapter *adapter; in zfcp_init_device_configure() local 71 adapter = zfcp_ccw_adapter_by_cdev(cdev); in zfcp_init_device_configure() 72 if (!adapter) in zfcp_init_device_configure() 75 port = zfcp_get_port_by_wwpn(adapter, wwpn); in zfcp_init_device_configure() 84 zfcp_ccw_adapter_put(adapter); in zfcp_init_device_configure() 183 * zfcp_get_port_by_wwpn - find port in port list of adapter by wwpn 184 * @adapter: pointer to adapter to search for port 189 struct zfcp_port *zfcp_get_port_by_wwpn(struct zfcp_adapter *adapter, in zfcp_get_port_by_wwpn() argument 195 read_lock_irqsave(&adapter->port_list_lock, flags); in zfcp_get_port_by_wwpn() 196 list_for_each_entry(port, &adapter->port_list, list) in zfcp_get_port_by_wwpn() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/ibm/ |
| D | ibmvnic.c | 100 static int reset_sub_crq_queues(struct ibmvnic_adapter *adapter); 101 static inline void reinit_init_done(struct ibmvnic_adapter *adapter); 102 static void send_query_map(struct ibmvnic_adapter *adapter); 105 static int send_login(struct ibmvnic_adapter *adapter); 106 static void send_query_cap(struct ibmvnic_adapter *adapter); 108 static int init_sub_crq_irqs(struct ibmvnic_adapter *adapter); 112 static int init_crq_queue(struct ibmvnic_adapter *adapter); 113 static int send_query_phys_parms(struct ibmvnic_adapter *adapter); 114 static void ibmvnic_tx_scrq_clean_buffer(struct ibmvnic_adapter *adapter, 116 static void free_long_term_buff(struct ibmvnic_adapter *adapter, [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/ |
| D | hal_intf.h | 173 u32 (*hal_power_on)(struct adapter *padapter); 174 void (*hal_power_off)(struct adapter *padapter); 175 u32 (*hal_init)(struct adapter *padapter); 176 u32 (*hal_deinit)(struct adapter *padapter); 178 void (*free_hal_data)(struct adapter *padapter); 180 u32 (*inirp_init)(struct adapter *padapter); 181 u32 (*inirp_deinit)(struct adapter *padapter); 182 void (*irp_reset)(struct adapter *padapter); 184 s32 (*init_xmit_priv)(struct adapter *padapter); 185 void (*free_xmit_priv)(struct adapter *padapter); [all …]
|
| /kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/ |
| D | hal_intf.h | 165 u32 (*hal_power_on)(struct adapter *padapter); 166 void (*hal_power_off)(struct adapter *padapter); 167 u32 (*hal_init)(struct adapter *padapter); 168 u32 (*hal_deinit)(struct adapter *padapter); 170 void (*free_hal_data)(struct adapter *padapter); 172 u32 (*inirp_init)(struct adapter *padapter); 173 u32 (*inirp_deinit)(struct adapter *padapter); 174 void (*irp_reset)(struct adapter *padapter); 176 s32 (*init_xmit_priv)(struct adapter *padapter); 177 void (*free_xmit_priv)(struct adapter *padapter); [all …]
|
| /kernel/linux/linux-6.6/drivers/scsi/ |
| D | BusLogic.c | 135 static void blogic_announce_drvr(struct blogic_adapter *adapter) in blogic_announce_drvr() argument 137 …** BusLogic SCSI Driver Version " blogic_drvr_version " of " blogic_drvr_date " *****\n", adapter); in blogic_announce_drvr() 138 blogic_announce("Copyright 1995-1998 by Leonard N. Zubkoff <lnz@dandelion.com>\n", adapter); in blogic_announce_drvr() 143 blogic_drvr_info returns the Host Adapter Name to identify this SCSI 144 Driver and Host Adapter. 149 struct blogic_adapter *adapter = in blogic_drvr_info() local 151 return adapter->full_model; in blogic_drvr_info() 156 for Host Adapter from the blk_size bytes located at blk_pointer. The newly 157 created CCBs are added to Host Adapter's free list. 160 static void blogic_init_ccbs(struct blogic_adapter *adapter, void *blk_pointer, in blogic_init_ccbs() argument [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
| D | usb_halinit.c | 24 u8 r8712_usb_hal_bus_init(struct _adapter *adapter) in r8712_usb_hal_bus_init() argument 29 struct registry_priv *registrypriv = &adapter->registrypriv; in r8712_usb_hal_bus_init() 34 r8712_write8(adapter, SYS_CLKR, val8); in r8712_usb_hal_bus_init() 35 val8 = r8712_read8(adapter, SPS1_CTRL); in r8712_usb_hal_bus_init() 38 r8712_write8(adapter, SPS1_CTRL, val8); in r8712_usb_hal_bus_init() 39 val8 = r8712_read8(adapter, AFE_MISC); in r8712_usb_hal_bus_init() 42 r8712_write8(adapter, AFE_MISC, val8); in r8712_usb_hal_bus_init() 43 val8 = r8712_read8(adapter, LDOA15_CTRL); in r8712_usb_hal_bus_init() 46 r8712_write8(adapter, LDOA15_CTRL, val8); in r8712_usb_hal_bus_init() 47 val8 = r8712_read8(adapter, SPS1_CTRL); in r8712_usb_hal_bus_init() [all …]
|
| /kernel/linux/linux-6.6/drivers/staging/rtl8712/ |
| D | usb_halinit.c | 24 u8 r8712_usb_hal_bus_init(struct _adapter *adapter) in r8712_usb_hal_bus_init() argument 29 struct registry_priv *registrypriv = &adapter->registrypriv; in r8712_usb_hal_bus_init() 34 r8712_write8(adapter, SYS_CLKR, val8); in r8712_usb_hal_bus_init() 35 val8 = r8712_read8(adapter, SPS1_CTRL); in r8712_usb_hal_bus_init() 38 r8712_write8(adapter, SPS1_CTRL, val8); in r8712_usb_hal_bus_init() 39 val8 = r8712_read8(adapter, AFE_MISC); in r8712_usb_hal_bus_init() 42 r8712_write8(adapter, AFE_MISC, val8); in r8712_usb_hal_bus_init() 43 val8 = r8712_read8(adapter, LDOA15_CTRL); in r8712_usb_hal_bus_init() 46 r8712_write8(adapter, LDOA15_CTRL, val8); in r8712_usb_hal_bus_init() 47 val8 = r8712_read8(adapter, SPS1_CTRL); in r8712_usb_hal_bus_init() [all …]
|