/linux-6.3-rc2/drivers/net/wireless/intersil/hostap/ |
A D | hostap_pci.c | 64 hw_priv = local->hw_priv; in hfa384x_outb_debug() 82 hw_priv = local->hw_priv; in hfa384x_inb_debug() 100 hw_priv = local->hw_priv; in hfa384x_outw_debug() 118 hw_priv = local->hw_priv; in hfa384x_inw_debug() 141 hw_priv = iface->local->hw_priv; in hfa384x_outb() 150 hw_priv = iface->local->hw_priv; in hfa384x_inb() 159 hw_priv = iface->local->hw_priv; in hfa384x_outw() 168 hw_priv = iface->local->hw_priv; in hfa384x_inw() 301 hw_priv = kzalloc(sizeof(*hw_priv), GFP_KERNEL); in prism2_pci_probe() 327 local->hw_priv = hw_priv; in prism2_pci_probe() [all …]
|
A D | hostap_cs.c | 206 struct hostap_cs_priv *hw_priv = local->hw_priv; in prism2_pccard_card_present() local 207 if (hw_priv != NULL && hw_priv->link != NULL && pcmcia_dev_present(hw_priv->link)) in prism2_pccard_card_present() 225 struct hostap_cs_priv *hw_priv = local->hw_priv; in sandisk_set_iobase() local 264 struct hostap_cs_priv *hw_priv = local->hw_priv; in sandisk_enable_wireless() local 327 struct hostap_cs_priv *hw_priv = local->hw_priv; in prism2_pccard_cor_sreset() local 372 struct hostap_cs_priv *hw_priv = local->hw_priv; in prism2_pccard_genesis_reset() local 456 hw_priv = iface->local->hw_priv; in prism2_detach() 458 kfree(hw_priv); in prism2_detach() 482 hw_priv = kzalloc(sizeof(*hw_priv), GFP_KERNEL); in prism2_config() 513 local->hw_priv = hw_priv; in prism2_config() [all …]
|
A D | hostap_plx.c | 269 struct hostap_plx_priv *hw_priv = local->hw_priv; in prism2_plx_cor_sreset() local 285 corsave = readb(hw_priv->attr_mem + hw_priv->cor_offset); in prism2_plx_cor_sreset() 287 hw_priv->attr_mem + hw_priv->cor_offset); in prism2_plx_cor_sreset() 290 hw_priv->attr_mem + hw_priv->cor_offset); in prism2_plx_cor_sreset() 299 struct hostap_plx_priv *hw_priv = local->hw_priv; in prism2_plx_genesis_reset() local 312 corsave = readb(hw_priv->attr_mem + hw_priv->cor_offset); in prism2_plx_genesis_reset() 314 hw_priv->attr_mem + hw_priv->cor_offset); in prism2_plx_genesis_reset() 319 hw_priv->attr_mem + hw_priv->cor_offset); in prism2_plx_genesis_reset() 447 hw_priv = kzalloc(sizeof(*hw_priv), GFP_KERNEL); in prism2_plx_probe() 541 local->hw_priv = hw_priv; in prism2_plx_probe() [all …]
|
A D | hostap_wlan.h | 888 void *hw_priv; member
|
/linux-6.3-rc2/drivers/net/ethernet/micrel/ |
A D | ksz884x.c | 4839 hw_priv = NULL; in netdev_tx_timeout() 4843 if (hw_priv) { in netdev_tx_timeout() 5095 struct dev_info *hw_priv = from_tasklet(hw_priv, t, rx_tasklet); in rx_proc_task() local 5100 if (unlikely(!hw_priv->dev_rcv(hw_priv))) { in rx_proc_task() 5117 struct dev_info *hw_priv = from_tasklet(hw_priv, t, tx_tasklet); in tx_proc_task() local 5122 tx_done(hw_priv); in tx_proc_task() 5305 hw_priv->opened--; in netdev_close() 5365 hw_priv->dev = dev; in prepare_hardware() 5479 hw_priv->opened++; in netdev_open() 6123 hw_enable_wol(&hw_priv->hw, hw_priv->wol_enable, net_addr); in netdev_set_wol() [all …]
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/ |
A D | htc_drv_init.c | 236 struct ath_hw *ah = hw_priv; in ath9k_regread() 258 struct ath_hw *ah = hw_priv; in ath9k_multi_regread() 304 struct ath_hw *ah = hw_priv; in ath9k_regwrite_single() 325 struct ath_hw *ah = hw_priv; in ath9k_regwrite_buffer() 348 struct ath_hw *ah = hw_priv; in ath9k_regwrite() 360 struct ath_hw *ah = hw_priv; in ath9k_enable_regwrite_buffer() 369 struct ath_hw *ah = hw_priv; in ath9k_regwrite_flush() 386 struct ath_hw *ah = hw_priv; in ath9k_reg_rmw_buffer() 424 struct ath_hw *ah = hw_priv; in ath9k_reg_rmw_flush() 456 struct ath_hw *ah = hw_priv; in ath9k_enable_rmw_buffer() [all …]
|
A D | init.c | 173 static void ath9k_iowrite32(void *hw_priv, u32 val, u32 reg_offset) in ath9k_iowrite32() argument 175 struct ath_hw *ah = hw_priv; in ath9k_iowrite32() 188 static unsigned int ath9k_ioread32(void *hw_priv, u32 reg_offset) in ath9k_ioread32() argument 190 struct ath_hw *ah = hw_priv; in ath9k_ioread32() 205 static void ath9k_multi_ioread32(void *hw_priv, u32 *addr, in ath9k_multi_ioread32() argument 211 val[i] = ath9k_ioread32(hw_priv, addr[i]); in ath9k_multi_ioread32() 228 static unsigned int ath9k_reg_rmw(void *hw_priv, u32 reg_offset, u32 set, u32 clr) in ath9k_reg_rmw() argument 230 struct ath_hw *ah = hw_priv; in ath9k_reg_rmw()
|
/linux-6.3-rc2/drivers/scsi/elx/efct/ |
A D | efct_unsol.c | 374 io->hw_priv = seq->hw_priv; in efct_dispatch_fcp_cmd() 472 io->hw_priv = seq->hw_priv; in efct_node_recv_abts_frame()
|
A D | efct_io.h | 116 void *hw_priv; member
|
A D | efct_scsi.c | 285 hio->eq = io->hw_priv; in efct_scsi_io_dispatch_hw_io() 422 hio->eq = io->hw_priv; in efct_scsi_dispatch_pending()
|
A D | efct_hw_queues.c | 594 seq->hw_priv = cq->eq; in efct_hw_rqpair_process_rq()
|
/linux-6.3-rc2/net/ipv4/ |
A D | udp_tunnel_nic.c | 25 u8 hw_priv; member 126 ti->hw_priv = entry->hw_priv; in udp_tunnel_nic_ti_from_entry() 182 dev->udp_tunnel_nic->entries[table][idx].hw_priv = priv; in __udp_tunnel_nic_set_port_priv()
|
/linux-6.3-rc2/include/net/ |
A D | udp_tunnel.h | 122 u8 hw_priv; member
|
/linux-6.3-rc2/drivers/scsi/elx/libefc/ |
A D | efclib.h | 440 void *hw_priv; member
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath5k/ |
A D | base.c | 231 static unsigned int ath5k_ioread32(void *hw_priv, u32 reg_offset) in ath5k_ioread32() argument 233 struct ath5k_hw *ah = (struct ath5k_hw *) hw_priv; in ath5k_ioread32() 237 static void ath5k_iowrite32(void *hw_priv, u32 val, u32 reg_offset) in ath5k_iowrite32() argument 239 struct ath5k_hw *ah = (struct ath5k_hw *) hw_priv; in ath5k_iowrite32()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/ |
A D | ice_flex_pipe.c | 609 status = ice_destroy_tunnel(&pf->hw, ti->hw_priv, tnl_type, in ice_udp_tunnel_unset_port()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/ |
A D | i40e_main.c | 13054 ret = i40e_aq_del_udp_tunnel(hw, ti->hw_priv, NULL); in i40e_udp_tunnel_unset_port()
|